Free Exams learning guide
Complete SAT Math Prep Study Guide
Complete SAT Math Prep Study Guide — a free intermediate-level guide covering prepare for sat math section. Learn with clear explanations, real...
What you will learn
1. Test Structure & Strategic Foundations
Imagine this: You are twelve minutes into the SAT Math section, staring at a dense word problem about two trains traveling at different speeds. You set up a system of equations, solve for $x$ and $y$, and confidently find $x = 4$. You check your answer choices: A) 2, B) 3, C) 4, D) 5. You select C and move on, feeling great. Six minutes later, you realize the question asked for the total distance the trains traveled, not the time they spent traveling. Your math was flawless; your strategy cost you the point. Mastering SAT Math is not just about knowing how to solve for $x$. It is about understanding the battlefield. The digital SAT has fundamentally changed how the test is administered, scored, and navigated. Knowing the test’s structural quirks, wielding the built-in calculator like a weapon, and managing the clock are what separate a 600 scorer from a 750+ scorer. The Digital SAT Math Architecture The SAT Math section is divided into two distinct modules. You get a 10-minute break between the Reading and Writing section and the Math section, so when you begin Module 1, your brain should be fully shifted into math mode. Each math module contains 22 questions and lasts 35 minutes, giving you an average of roughly 95 seconds per question. However, questions are not weighted equally in terms of time. Each module is composed of: - 27 multiple-choice (MCQ) questions (across both modules, 75% of the test) - 5 student-produced response (SPR) questions (across both modules, 25% of the test) Within each module, the questions are arranged in a generally ascending order of difficulty. The first half of the module is typically straightforward, while the second half contains more complex, multi-step problems. The Section-Adaptive Format The most critical structural feature of the digital SAT is its section-adaptive nature. The test adapts to your performance between modules, not within them. How you perform on Math Module 1 dictates the difficulty of Math Module 2. - If you answer a high number of questions correctly in Module 1, Module 2 will feed you a "harder" set of questions. - If you struggle in Module 1, Module 2 will provide an "easier" set of questions. Why this matters strategically: The scoring algorithm weights harder questions more heavily. To achieve a top-tier math score, you must trigger the harder second module. If you are answering the first 15 questions of Module 1 with ease, do not become complacent. The test is gathering data to decide whether to give you a shot at the high-value questions in Module 2. Conversely, if you trigger the harder second module, you will likely find the first few questions of Module …
2. Linear Equations & Systems
The Anatomy of a Linear Equation A coach buys 7 identical water bottles and a $12 first-aid kit for a total of $47.20. How much does each water bottle cost? If you immediately tried to divide 47.20 by 7, you fell into a classic trap. The first-aid kit must be separated from the total before dividing. This is the core of linear equations: translating relationships where variables appear to the first power (no exponents) and isolating the unknown. Let’s translate the scenario above: 7x + 12 = 47.20 To solve, we use inverse operations to isolate x: 1. Subtract 12 from both sides: 7x = 35.20 2. Divide by 7: x = 5.02857... Wait a minute. A water bottle costing $5.02857 is highly unlikely. On the SAT, if your answer is a messy, non-terminating decimal for a real-world cost problem, you likely made a translation error or missed a detail. Let's re-read the scenario. Ah—the total was $47.90, not $47.20. 7x + 12 = 47.90 7x = 35.90 Wait, 35.90 / 7 is still messy. Let's try $47.00. 7x + 12 = 47.00 7x = 35.00 x = 5.00 Each water bottle costs $5.00. The SAT usually designs real-world problems to yield clean, rational numbers. If you find yourself wrestling with a bizarre decimal, stop and re-evaluate your setup. Clearing Fractions and Decimals As noted in Chapter 1, the SAT heavily features Fractions vs. Decimals. When solving multi-step linear equations with fractions, the fastest path to the solution is almost always clearing the denominators first. Consider: (x / 4) - (x / 3) = 5 Trying to combine these fractions mentally often leads to sign errors. Instead, multiply both sides of the equation by the least common multiple (LCM) of the denominators, which is 12. 1. Distribute the 12: 12 (x / 4) - 12 (x / 3) = 12 5 2. Simplify: 3x - 4x = 60 3. Combine like terms: -x = 60 4. Multiply by -1: x = -60 By clearing fractions immediately, you transform a cumbersome arithmetic problem into a simple integer problem. Absolute Value Equations Absolute value represents a number's distance from zero on a number line. Because distance is always positive, an absolute value equation like |x - 5| = 3 actually yields two distinct scenarios: 1. The expression inside is positive: x - 5 = 3 → x = 8 2. The expression inside is negative: x - 5 = -3 → x = 2 Graphically, this means the vertex of the V-shaped absolute value graph is shifted 5 units to the right, and the "arms" reach the y-axis at a height of 3. The Trap to Avoid: If you encounter |2x + …
3. Functions & Graphical Analysis
The Logic of Function Notation Imagine you walk up to a vending machine, insert a dollar, press D4, and a bottle of water drops down. You press D4 again, and another water drops. If you press D4 a third time, you get a third water. You wouldn't press D4 and suddenly get a bag of chips. The machine is programmed to map the input "D4" to exactly one output: water. In mathematics, a function is simply a mathematical vending machine. It takes an input, applies a specific set of rules to it, and yields exactly one output. On the SAT, functions are overwhelmingly represented through function notation, typically written as $f(x)$. This notation is highly efficient. The letter $f$ is just the name of the machine (you might also see $g(x)$, $h(x)$, or $T(n)$ depending on the context). The $x$ inside the parentheses is the input slot. To evaluate a function, you substitute the given input for every instance of the variable in the rule. Example: If $f(x) = 3x^2 - 5x$, what is the value of $f(4)$? 1. Replace every $x$ with $4$: $f(4) = 3(4)^2 - 5(4)$ 2. Calculate: $3(16) - 20 = 48 - 20 = 28$ Beyond Simple Evaluation: Nested and Composite Functions The SAT rarely stops at simple evaluation. Instead, it tests your ability to manipulate the notation by placing functions inside of other functions, or by asking you to solve for the input when given the output. Solving for the input: If $g(x) = 2x + 7$ and $g(x) = 15$, what is the value of $x$? Here, the output is 15. Set the rule equal to 15 and solve: $2x + 7 = 15$ $2x = 8$ $x = 4$ Nested functions: You might be asked to evaluate a function at another function, such as finding $f(g(3))$. The golden rule here is to work inside out. 1. First, find $g(3)$. 2. Take that result and use it as the input for $f(x)$. A strategic shortcut: If you are given $f(x)$ and $g(x)$ and asked to find $f(g(x))$ algebraically, and the problem happens to be a multiple-choice question, you can often backsolve by picking a number for $x$. If $x=2$, find $g(2)$ first, then plug that into $f(x)$. Check which answer choice yields the same numerical result when $x=2$ is substituted into it. Domain and Range: Inputs and Outputs in the Real World Domain refers to all the valid inputs a function can accept (the coins the vending machine will take). Range refers to all the possible outputs the function can produce (the snacks it can dispense). On the SAT, you rarely need to find domain and range from a complex equation without context. …
4. Quadratics & Polynomials
The Anatomy of a Parabola A ball thrown into the air, the revenue curve of a product with changing prices, the cable of a suspension bridge—these real-world phenomena are all modeled by quadratic equations. On the SAT, quadratics (equations featuring a variable raised to the second power, but no higher) are ubiquitous. While you likely know the basics, the SAT tests your ability to fluidly move between algebraic and graphical representations of these equations, often under time pressure. A quadratic function takes the general form $f(x) = ax^2 + bx + c$, known as standard form. Graphically, this forms a U-shaped curve called a parabola. Because we covered the foundations of functions and graphing in Module 3, we will move briskly through the basic anatomy and focus on how the SAT manipulates these graphs. The SAT heavily favors vertex form: $f(x) = a(x - h)^2 + k$. In this form, $(h, k)$ represents the vertex of the parabola, and $a$ dictates its direction and vertical scale. Shifts, Stretches, and Reflections When you encounter a question asking how a parent function $f(x) = x^2$ transforms into a new equation, vertex form gives you the answers instantly: $h$ (Horizontal Shift): If $h$ is positive, the graph shifts right. If $h$ is negative, it shifts left. (Note the counterintuitive sign inside the parentheses: $a(x - 3)^2$ shifts right by 3). $k$ (Vertical Shift): If $k$ is positive, the graph shifts up. If negative, it shifts down. $a$ (Stretch/Reflection): If $a 0$, the parabola opens upward. If $a < 0$, the parabola opens downward (a reflection across the x-axis). If $|a| 1$, the parabola is vertically stretched (narrower). If $0 < |a| < 1$, the parabola is vertically compressed (wider). Strategic Shortcut: If an SAT question asks for the maximum or minimum value of a quadratic, do not bother completing the square or using the quadratic formula. Find the x-coordinate of the vertex using $x = \frac{-b}{2a}$, then plug that back into the function to find the y-coordinate (the actual max/min value). Alternatively, type the equation into your Desmos graphing calculator and click the vertex point. Factoring and Solving Quadratics To find the x-intercepts (also known as roots or zeros) of a quadratic, you must set the equation equal to zero and solve. The SAT expects you to recognize factoring patterns and apply the quadratic formula quickly. Factoring Patterns to Know Cold You will rarely need to factor a complex trinomial on the digital SAT, but you must instantly recognize these special patterns: 1. Difference of Squares: $a^2 - b^2 = (a - b)(a + b)$ Example: $9x^2 - 25 = (3x - 5)(3x + 5)$ 2. Perfect Square Trinomials: $a^2 \pm 2ab + …
5. Exponentials, Radicals & Rational Expressions
The Power of Exponents: Rules and Applications A scientist observes a bacteria colony that doubles every 20 minutes. If she starts with just 3 grams of bacteria, how many grams will fill the petri dish after 24 hours? You don't need to multiply 3 by itself 72 times to find the answer. The SAT tests your ability to navigate exponential growth, radical equations, and rational expressions efficiently. These concepts frequently appear as time-consuming traps if you rely on brute-force arithmetic, but they become quick points if you know the underlying structural rules. Building directly on the polynomial operations covered in Chapter 4, we now apply those same structural principles to expressions with fractional and negative exponents. Mastering Exponent Rules The SAT expects you to manipulate exponents fluently. Instead of calculating massive numbers, focus on simplifying the base and the exponent. Here are the fundamental rules you must internalize: Product Rule: $x^a \cdot x^b = x^{a+b}$ (Add exponents when multiplying like bases) Quotient Rule: $\frac{x^a}{x^b} = x^{a-b}$ (Subtract exponents when dividing like bases) Power Rule: $(x^a)^b = x^{a \cdot b}$ (Multiply exponents when raising a power to a power) Negative Exponent: $x^{-a} = \frac{1}{x^a}$ (Move negative exponents across the fraction bar to make them positive) Zero Exponent: $x^0 = 1$ (Anything to the power of zero is 1, provided $x \neq 0$) Fractional Exponents and Radicals The SAT frequently disguises radicals as fractional exponents. Recognizing their equivalence is a high-yield skill. The rule to remember is: $x^{\frac{a}{b}} = \sqrt[b]{x^a} = (\sqrt[b]{x})^a$ The numerator of the fraction represents the power, and the denominator represents the root. When faced with a complex expression, it is almost always easier to convert radicals into fractional exponents, apply the exponent rules, and convert back. Example: Simplify $\frac{\sqrt[3]{x^8}}{\sqrt{x}}$ 1. Convert to fractional exponents: $\frac{x^{\frac{8}{3}}}{x^{\frac{1}{2}}}$ 2. Apply the quotient rule (subtract exponents): $x^{\frac{8}{3} - \frac{1}{2}}$ 3. Find a common denominator: $x^{\frac{16}{6} - \frac{3}{6}} = x^{\frac{13}{6}}$ 4. Convert back to radical form: $\sqrt[6]{x^{13}}$ or $x\sqrt[6]{x^7}$ Common SAT Exponent Traps Exponent rules only apply when you are multiplying or dividing like bases. The SAT designs wrong-answer choices specifically for students who apply these rules incorrectly to addition and subtraction. Trap 1: $(x + y)^2 = x^2 + y^2$. False. As established in Chapter 4, $(x+y)^2 = x^2 + 2xy + y^2$. Exponents do not distribute over addition. Trap 2: $x^2 + x^3 = x^5$. False. You cannot add exponents when terms are being added. This expression cannot be simplified further. Trap 3: $2^3 \cdot 3^2 = 6^5$. False. You cannot combine different bases by adding their exponents. Evaluate them separately: $8 \cdot 9 = 72$. Solving Radical Equations Radical equations feature variables under a square root (or cube root) symbol. …
6. Ratios, Rates & Percentages
The Anatomy of a Ratio A manufacturer mixes dry concrete at a ratio of 4 parts sand to 1 part cement. If a construction project requires 250 pounds of this dry mix, how many pounds of sand are needed? This classic SAT scenario can easily become a time-consuming trap if you rely on guess-and-check. Instead, apply proportional reasoning. A ratio of 4:1 means that out of every 5 total parts (4 + 1), 4 parts are sand. Set up a direct proportion: $\frac{4}{5} = \frac{x}{250}$. Cross-multiply to find $5x = 1000$, meaning $x = 200$ pounds of sand. On the SAT, ratios rarely appear in their simplest isolated form. They are embedded in multi-step word problems. When translating English to math, keep two structures in mind: - Part-to-Part: "The ratio of sand to cement is 4 to 1." ($\frac{Sand}{Cement} = \frac{4}{1}$) - Part-to-Whole: "Sand makes up $\frac{4}{5}$ of the total mixture." ($\frac{Sand}{Total} = \frac{4}{5}$) If a problem gives you a part-to-part ratio and asks for the actual quantity of one component, you almost always need to find the total number of parts first. Let the total number of parts be your denominator. If the ratio of nurses to doctors is $7:3$, the total parts are $10$. If you know there are 42 nurses, your equation is $\frac{7}{10} = \frac{42}{Total}$. Solving this gives a total staff of 60, which leaves 18 doctors. Unit Rates and Multi-Step Applications A unit rate simplifies a ratio to a denominator of 1. Miles per hour, dollars per ounce, and words per minute are all unit rates. While the math behind unit rates is elementary, the SAT obscures them within dense, multi-step scenarios. The "Per" Translation Whenever you see the word "per" on the SAT, mentally replace it with a division sign ($\div$). If a car travels $d$ miles in $t$ hours, its speed is $d \div t$ miles per hour. Consider a scenario involving unit conversions: A vehicle travels at a constant speed of 55 feet per second. Given that 1 mile = 5,280 feet, what is the vehicle's speed in miles per hour? (Round to the nearest mile.) To solve this, set up a chain of conversion fractions where unwanted units cancel out: $$ \frac{55 \text{ feet}}{1 \text{ second}} \times \frac{1 \text{ mile}}{5,280 \text{ feet}} \times \frac{3,600 \text{ seconds}}{1 \text{ hour}} $$ Notice how the "feet" units cancel diagonally, as do the "seconds" units. You are left with miles in the numerator and hours in the denominator. Multiply the numerators ($55 \times 3,600$) and divide by the denominator ($5,280$) to get $37.5$, which rounds to $38$ miles per hour. Why this matters strategically: Dimensional analysis (tracking the units) is an excellent way to avoid …
7. Data Analysis, Statistics & Probability
Reading Data Displays: Tables, Graphs, and Scatterplots The SAT Math section loves to test your ability to extract information from visual data. You will encounter tables, bar graphs, histograms, and scatterplots. While the calculations themselves are usually basic arithmetic, the challenge lies in parsing the layout and answering exactly what is asked. Tables and Two-Way Frequency Tables Tables are the most common data display on the SAT. The key is reading the headers carefully to understand what the numbers represent. A two-way frequency table displays data for two categorical variables. Scenario: A school surveys 100 students about their preferred study method. | | Visual Learners | Auditory Learners | Kinesthetic Learners | Total | | :--- | :--- | :--- | :--- | :--- | | Group Study | 15 | 10 | 5 | 30 | | Solo Study | 25 | 20 | 25 | 70 | | Total | 40 | 30 | 30 | 100 | If a question asks for the probability that a randomly selected student is an auditory learner who prefers group study, you simply find the intersection: 10 out of 100, or $10/100 = 1/10$. However, SAT questions often ask for conditional relative frequency. For example: "Given that a student prefers solo study, what is the probability they are a kinesthetic learner?" The phrase "Given that..." restricts your sample space. You are no longer looking at all 100 students; you are only looking at the 70 solo studiers. Of those 70, 25 are kinesthetic learners. The probability is $25/70 = 5/14$. Bar Graphs vs. Histograms Students often confuse bar graphs and histograms, but the distinction is crucial. Bar Graphs: Represent categorical data. There are gaps between the bars, and you can rearrange the bars in any order without losing meaning (e.g., comparing sales by fruit type). Histograms: Represent continuous, quantitative data grouped into "bins" or intervals. There are no gaps between the bars. The $x$-axis represents a continuous range of numbers (e.g., test scores grouped by 10-point intervals: 60-69, 70-79, etc.). When reading a histogram, remember that the $y$-axis tells you the frequency—how many data points fall into that specific numerical bin. If a question asks how many students scored above 70, you must add the frequencies of the 70-79, 80-89, and 90-99 bins. Scatterplots and Lines of Best Fit Scatterplots display the relationship between two numerical variables. The SAT will typically provide a scatterplot and ask you to interpret a line of best fit (a linear model drawn through the data). When analyzing scatterplots: 1. Identify the trend: Does the data generally slope upward (positive association) or downward (negative association)? 2. Interpret the slope: In a real-world context, the slope represents …
8. Geometry & Triangle Properties
Intersecting Lines, Parallel Lines, and Transversals Imagine a straight, perfectly paved highway running east to west. Now picture a second road cutting across it at an angle to reach a nearby town. Where these two roads intersect, traffic engineers must calculate specific angles to ensure safe turning radii and proper visibility. On the SAT, intersecting lines operate on the same predictable geometric rules. Once you know a single angle, you can deduce every other angle in the intersection. When two lines intersect, they form two pairs of vertical angles. Vertical angles are opposite each other and are strictly equal in measure. Alongside these are supplementary angles, which sit side-by-side and always add up to 180 degrees. The complexity increases slightly when a third line—a transversal—cuts across two parallel lines. In this scenario, eight angles are formed, but they boil down to just two distinct values. If you know one of those eight angles, you know them all. To solve transversal problems rapidly, group the angles into two categories: - "Big" angles: Usually obtuse (greater than 90°). All big angles are equal to each other via vertical or corresponding angle properties. - "Small" angles: Usually acute (less than 90°). All small angles are equal to each other. - Any "Big" angle + any "Small" angle = 180°. Triangles Formed by Transversals SAT questions frequently disguise transversals within triangles. If you draw a line parallel to one side of a triangle that intersects the other two sides, you create a smaller, nested triangle. Because the parallel lines guarantee that the corresponding angles are equal, the two triangles are mathematically similar (a concept we will apply heavily later in this chapter). When facing a complex diagram with multiple intersecting and parallel lines, don't get lost in the visual noise. Identify your parallel lines, locate the transversal, and hunt for that single "Small" or "Big" angle to unlock the rest of the diagram. Right Triangles and the Pythagorean Theorem Right triangles are the workhorses of the SAT Geometry section. They are defined by the presence of one 90-degree angle, and they adhere strictly to the Pythagorean theorem: $a^2 + b^2 = c^2$, where $a$ and $b$ are the shorter sides (legs) and $c$ is the longest side (the hypotenuse) opposite the right angle. While the theorem is straightforward, the SAT rarely asks you to just plug in numbers and solve. Instead, it tests your familiarity with Pythagorean triples—sets of three integers that perfectly satisfy the theorem. Memorizing these triples allows you to bypass the Desmos graphing calculator and identify side lengths instantly, saving precious seconds during your Pass 1 sweep. The most common SAT triples are: - 3-4-5 (and its multiples: 6-8-10, 9-12-15, etc.) …
9. Circles & Complex Numbers
Circle Equations: Forms and Features You’re staring at a coordinate grid on Test Day. The question gives you a circle defined by $x^2 + y^2 - 6x + 8y = 11$ and asks for its radius. If you try to estimate this using the Desmos graphing calculator, you might get close, but the SAT demands exact answers. To find the exact radius, you must convert this equation from its general form into its standard form by applying the completing the square technique you learned in Quadratics & Polynomials. The Standard Form The standard form of a circle's equation is: $$(x - h)^2 + (y - k)^2 = r^2$$ Here, $(h, k)$ is the center of the circle and $r$ is the radius. The SAT will frequently try to hide these values by giving you the equation in general form. Your job is to reveal them. Converting General Form to Standard Form The general form of a circle looks like $x^2 + y^2 + Dx + Ey + F = 0$. To convert it, group the $x$-terms and $y$-terms together, then complete the square for both variables. Let’s solve the scenario from earlier: $x^2 + y^2 - 6x + 8y = 11$. 1. Group the variables: $(x^2 - 6x) + (y^2 + 8y) = 11$ 2. Complete the square for $x$: Take half of $-6$ (which is $-3$), square it to get $9$. Add $9$ to both sides. 3. Complete the square for $y$: Take half of $8$ (which is $4$), square it to get $16$. Add $16$ to both sides. 4. Update the equation: $(x^2 - 6x + 9) + (y^2 + 8y + 16) = 11 + 9 + 16$ 5. Factor the perfect squares: $(x - 3)^2 + (y + 4)^2 = 36$ Now the equation is in standard form. The center is $(3, -4)$ and the radius is $\sqrt{36} = 6$. The Desmos Shortcut for Completing the Square As outlined in Test Structure & Strategic Foundations, you can use the Desmos graphing calculator to bypass manual algebra if you get stuck. If you type the general form equation into an expression line, Desmos will automatically graph the circle. To find the center, click the intersection of the dashed lines Desmos overlays, or simply look at the graph's extremes to calculate the radius. However, relying on visual estimation for SPR (Student-Produced Response) questions is risky. Use Desmos to verify your algebra, not replace it. Identifying Graph Features from Standard Form Sometimes the SAT plays in reverse, giving you standard form and asking for a specific feature. - Finding the diameter: Double the radius. If the equation is $(x-2)^2 + (y+1)^2 = 25$, the radius is $5$ and the …
Continue learning
- Master the Digital SAT Reading and WritingMaster the Digital SAT Reading and Writing — a free intermediate-level guide covering how to prepare for the sat reading and writing. Learn with clear...
- How to Pass the GED Math Test: A Complete GuideHow to Pass the GED Math Test: A Complete Guide — a free intermediate-level guide covering how to pass the ged math test. Learn with clear...
- HESI A2 Exam Prep: Complete Study Guide to PassHESI A2 Exam Prep: Complete Study Guide to Pass — a free intermediate-level guide covering how to pass the hesi a2 exam. Learn with clear explanations,...
- How to Pass the NCLEX PN Exam: Complete Study GuideHow to Pass the NCLEX PN Exam: Complete Study Guide — a free intermediate-level guide covering how to pass the nclex pn exam. Learn with clear...