SAT Math Practice Test 3 (No-Calculator Section) — Flashcards | SAT | FatSkills

SAT Math Practice Test 3 (No-Calculator Section) — Flashcards

Fast review mode: answers are shown by default so you can skim quickly. Hide them if you want to self-test.

1 of 48 Ready
Which of the following is equivalent to this expression?

images
images","answer":"images?","answer":"images"},{"id":1904642,"question":"Use the following information to answer
images"},{"id":1904643,"question":"Use the following information to answer
images (where images)?","answer":"images"},{"id":1904644,"question":"The line images is graphed in the xy-plane, where m, as a constant, is the slope. What is the equation of the line perpendicular to images?","answer":"images"},{"id":1904645,"question":"In the xy-plane, at what two x-values does the parabola with the equation images cross the x-axis?","answer":"–10, 10"},{"id":1904646,"question":"In the xy-plane, at what two x-values does the parabola with the equation images cross the x-axis?","answer":"–3, 6"},{"id":1904647,"question":"In the xy-plane, at what two x-values does the parabola with the equation images cross the line images?","answer":"–3, 3"},{"id":1904648,"question":"In the drawing, if images, what is the value of images? image
Note: Drawing not to scale.","answer":"20"},{"id":1904649,"question":"In the quadratic equation images, what are the coordinates of the vertex of the parabola?","answer":"images"},{"id":1904650,"question":"What are the solutions to the equation images?","answer":"–2, 3"},{"id":1904651,"question":"What are the solutions to the equation images, where images?","answer":"images"},{"id":1904652,"question":"If images, what are the solutions to the equation images?","answer":"–2, –1"},{"id":1904653,"question":"What are the solutions to the equation images?","answer":"–2, 0, 5"},{"id":1904654,"question":"In a certain isosceles triangle, if one angle measures images, which of the following could be the measure of any of the other angles? images
images
images","answer":"I only"},{"id":1904655,"question":"In triangle ABC where images and the hypotenuse is 5, images. What is images?","answer":"images"},{"id":1904656,"question":"At which two points does the line with the equation images cross images?","answer":"images and images"},{"id":1904657,"question":"Which of the following is equivalent to this expression? images","answer":"images"},{"id":1904658,"question":"If images, what is the value of this expression?
images","answer":"0"},{"id":1904659,"question":"What are the solutions to this equation?
images","answer":"1, 8"},{"id":1904660,"question":"The surface area of a cube, C, can be shown in terms of its edge, e. Which of the following equations represents e in terms of C?","answer":"images"},{"id":1904661,"question":"The volume of a cylinder, V, can be shown in terms of its radius, r, and its height, h. Which of the following equations represents r in terms of V and h?","answer":"images"},{"id":1904662,"question":"What is the area of this trapezoid?
image","answer":"12"},{"id":1904663,"question":"If images, what is the area of square images?
image","answer":"images"},{"id":1904664,"question":"Which of the following is equivalent to this expression? Note that images","answer":"images"},{"id":1904665,"question":"Which of the following has a graph in the xy-plane where y is always less than or equal to –3?","answer":"images"},{"id":1904666,"question":"A line intercepts the x-axis at images and crosses the point images. What is the equation of this line?","answer":"images"},{"id":1904667,"question":"In the following drawing, l 1 is parallel to l 2, and images. What is the value of y? image","answer":"45"},{"id":1904668,"question":"If images, what is the value of images?","answer":"images"},{"id":1904669,"question":"What is the solution images to this system of equations? images","answer":"images"},{"id":1904670,"question":"Read the following information: A line in the xy-plane passes through the points images and images is graphed in the xy-plane. What is x in terms of b, m, and y?","answer":"images"},{"id":1904672,"question":"In the xy-plane, at what two x-values does the parabola with the equation images cross the x-axis?","answer":"–10, 10"},{"id":1904673,"question":"In the xy-plane, at what two x-values does the parabola with the equation images cross the x-axis?","answer":"–5, 3"},{"id":1904674,"question":"In the xy-plane, at what two x-values does the parabola with the equation images cross the line images?","answer":"–3, 3"},{"id":1904675,"question":"Based on this equation, if images, what is the value of images?
images","answer":"3"},{"id":1904676,"question":"If images, what is the value of x in this equation?
images","answer":"2"},{"id":1904677,"question":"What are the solutions to this equation? images","answer":"16, 36"},{"id":1904678,"question":"What is the volume of a cylinder having a radius of images and a height of images?","answer":"3"},{"id":1904679,"question":"Which of the following is equivalent to this expression? Note that images.
images","answer":"images"},{"id":1904680,"question":"If images, what is the value of 3x?","answer":"18"},{"id":1904681,"question":"What is the value of n in this equation? images","answer":"2"},{"id":1904682,"question":"In this equation, if images, what is the value of images?
images","answer":"1"},{"id":1904683,"question":"If images, what is the value of images?","answer":"17"},{"id":1904684,"question":"What is the value of x in this equation? images","answer":"4"},{"id":1904685,"question":"In this system of equations, what is the value of images?
images","answer":"2"},{"id":1904686,"question":"What is the value of images if images and images?","answer":"4"},{"id":1904687,"question":"This equation is a model of projected fish population at a lake, where w represents the number of weeks and images represents the approximate number of fish. According to the model, what is the projected number of fish at the end of the 24th week?
images","answer":"181"}]; let qno = 1; // 1-based index for display const total = CARDS.length || 1; const countSpan = document.getElementById('count'); const totalSpan = document.getElementById('total'); const quesDiv = document.getElementById('ques'); const ansDiv = document.getElementById('ans'); const statusSpan = document.getElementById('status'); const toggleAnsBtn = document.getElementById('toggleAns'); totalSpan.textContent = String(total); let autoTimer = null; const AUTO_MS = AUTOPLAY ? AUTO_DELAY : 12000; function setStatus(t){ statusSpan.textContent = t; } let studioTimer = null; function runStudioAuto(){ if (!IS_STUDIO || !AUTOPLAY) return; clearTimeout(studioTimer); studioTimer = setTimeout(() => { if (!ansDiv.classList.contains('show')) { toggleAnswer(); runStudioAuto(); } else if (qno < total) { nextQuestion(); runStudioAuto(); } }, AUTO_DELAY); } function disableBtns(){ document.getElementById("firstques").disabled = (qno <= 1); document.getElementById("prevques").disabled = (qno <= 1); document.getElementById("nextques").disabled = (qno >= total); document.getElementById("lastques").disabled = (qno >= total); } function cleanHtml(html){ if (!html) return ""; // If there is a trailing ", strip it. // Example: "

Label

{ img.src = img.src; }); countSpan.textContent = String(qno); disableBtns(); setStatus("Ready"); // Update reminder checkbox for this card const cb = document.getElementById('addtoremind'); const cv = document.getElementById('check-validator'); if (cb && card.id) { cb.value = String(card.id); cb.checked = false; if (cv) cv.textContent = ""; } } if (IS_STUDIO && AUTOPLAY) { runStudioAuto(); } function nextQuestion(){ if (qno >= total) return; qno++; renderCard(); } function prevQuestion(){ if (qno <= 1) return; qno--; renderCard(); } function firstQuestion(){ if (qno === 1) return; qno = 1; renderCard(); } function lastQuestion(){ if (qno === total) return; qno = total; renderCard(); } function toggleAnswer(){ if (!ansDiv) return; if (ansDiv.classList.contains('show')) { ansDiv.classList.remove('show'); toggleAnsBtn.textContent = "Show answer"; } else { ansDiv.classList.add('show'); toggleAnsBtn.textContent = "Hide answer"; } } function toggleAuto(){ const btn = document.getElementById("toggleAuto"); if (autoTimer) { clearInterval(autoTimer); autoTimer = null; btn.textContent = "Auto: Off"; setStatus("Auto paused"); return; } autoTimer = setInterval(() => { if (qno >= total) { clearInterval(autoTimer); autoTimer = null; btn.textContent = "Auto: Off"; setStatus("Reached last card"); return; } nextQuestion(); }, AUTO_MS); btn.textContent = "Auto: On"; setStatus("Auto running"); } document.addEventListener('keydown', (e) => { if (e.key === 'ArrowLeft') { e.preventDefault(); prevQuestion(); return; } if (e.key === ' ') { e.preventDefault(); toggleAnswer(); return; } if (e.key === 'Enter' || e.key === 'ArrowRight') { e.preventDefault(); if (!ansDiv.classList.contains('show')) { toggleAnswer(); } else { nextQuestion(); } return; } }); if (IS_STUDIO) { document.addEventListener('keydown', (e) => { if (e.code === 'KeyF') { e.preventDefault(); const root = document.querySelector('.panel') || document.documentElement; if (!document.fullscreenElement) root.requestFullscreen?.(); else document.exitFullscreen?.(); } }); } disableBtns(); renderCard(); // initial sync if (IS_STUDIO && AUTOPLAY) { runStudioAuto(); } function addToReminder(val){ const cb = document.getElementById('addtoremind'); const isChecked = cb && cb.checked; const target = document.getElementById("check-validator"); if (target) target.innerHTML = "loading"; const u = "https://www.fatskills.com/remindthis.php?checked=" + (isChecked ? "true" : "false") + "&qid=" + encodeURIComponent(val); fetch(u, { credentials: "include" }) .then(r => r.text()) .then(t => { if (target) target.innerHTML = t; }) .catch(() => { if (target) target.textContent = ""; }); } window.addToReminder = addToReminder; window.toggleAnswer = toggleAnswer; window.toggleAuto = toggleAuto; window.nextQuestion = nextQuestion; window.prevQuestion = prevQuestion; window.firstQuestion = firstQuestion; window.lastQuestion = lastQuestion;