SAT Math Complete Guide FULL
SAT Math Complete Guide FULL
Study Strategy:
1. Read Theory until you understand the concept, not just memorize it
2. Study the Traps section carefully — this is where most points are lost
3. Attempt each problem before reading the explanation
4. If you got it wrong, identify exactly which trap caught you
5. Return to weak chapters after completing the full book
Chapter 1: Exponents & Radicals
Theory
Laws of Exponents
Rule Example
x^a * x^b = x^(a+b) x^3 * x^4 = x^7
x^a / x^b = x^(a-b) x^7 / x^3 = x^4
(x^a)^b = x^(ab) (x^2)^3 = x^6
x^0 = 1 (x not equal to 0) 7^0 = 1
x^(-a) = 1/x^a 2^(-3) = 1/8
x^(m/n) = nth root of x^m 8^(2/3) = (cube root 8)^2 = 4
(xy)^a = x^a * y^a (2x)^3 = 8x^3
(x/y)^a = x^a / y^a (x/3)^2 = x^2/9
SAT TRAPS
sqrt(a^2 + b^2) is NOT a + b — NEVER split a square root over addition
(x + y)^2 is NOT x^2 + y^2 — always expand: x^2 + 2xy + y^2
x^(-2) means 1/x^2, NOT negative x squared
(-2)^4 = 16, but -2^4 = -16 (the negative is outside the power)
x^(1/2) = sqrt(x), NOT x divided by 2
Practice Problems
Problem 1
Problem 2
A bacteria colony starts at 500 and doubles every 3 hours. How many bacteria are
there after 12 hours?
A) 4,000
B) 6,000
C) 8,000
D) 10,000
Answer: C)
12 hours / 3 hours per doubling = 4 doublings. 500 * 2^4 = 500 * 16 = 8,000. TRAP: 12 is NOT the
exponent. Always divide total time by the period first.
Problem 3
Theory
Key Algebraic Identities
Identity Expansion
(a+b)^2 a^2 + 2ab + b^2
(a-b)^2 a^2 - 2ab + b^2
(a+b)(a-b) a^2 - b^2 (difference of squares)
(a+b)(c+d) ac + ad + bc + bd (FOIL)
Factoring Steps
6. Always pull out the GCF first: 6x^2 + 9x = 3x(2x + 3)
7. Check for difference of squares: a^2 - b^2 = (a+b)(a-b)
8. For trinomials x^2+bx+c: find two numbers that multiply to c and add to b
9. For ax^2+bx+c: use AC method or guess-and-check
Fractional Expressions
• To add fractions: find LCD. 1/x + 1/y = (x+y)/(xy)
• To simplify: factor numerator and denominator, then cancel common factors
• To split: (a+b)/c = a/c + b/c (you CAN split the numerator)
SAT TRAPS
c/(a+b) is NOT c/a + c/b — you can NEVER split the denominator
-(x - 3) = -x + 3, NOT -x - 3 (distribute the negative to every term)
(a-b)^2 = a^2 - 2ab + b^2, NOT a^2 - b^2
After canceling factors, the canceled value is EXCLUDED from the domain
Combining, dividing, splitting fractions: always factor first
Practice Problems
Problem 4
Problem 5
Problem 6
A rectangle has area x^2+5x+6. Its width is (x+2). What is its length?
A) x+3
B) x+4
C) 2x+5
D) x^2+3
Answer: A)
Factor: x^2+5x+6 = (x+2)(x+3). Length = area/width = x+3. CONNECTED: Expressions + Factoring +
Geometry.
Chapter 3: Manipulating & Solving Equations
Theory
Core Strategy for Any Equation
10. Multiply both sides by LCD to clear all fractions
11. Distribute all parentheses carefully
12. Combine like terms on each side
13. Isolate the variable
14. CHECK your answer in the ORIGINAL equation
Extraneous Solutions
When you square both sides OR multiply by a variable expression, you may create false
(extraneous) solutions. Always substitute your answer back into the ORIGINAL equation to
verify.
SAT TRAPS
Dividing both sides by a variable loses solutions where that variable equals zero
Squaring both sides creates extraneous solutions — always verify
Multiplying by (x-a) makes x=a automatically suspect — check it
When the problem has no solution: same x-coefficient, different constants
When checking, substitute into the ORIGINAL (not a simplified version)
Practice Problems
Problem 7
If sqrt(2x+1) = x-1, which of the following is the solution set?
A) {0, 4}
B) {4} only
C) {0} only
D) No solution
Answer: B)
Square both sides: 2x+1 = x^2-2x+1 -> x^2-4x = 0 -> x(x-4) = 0 -> x=0 or x=4. Check x=0: sqrt(1) = 0-
1 = -1? NO. Extraneous. Only x=4 works.
Problem 8
Problem 9
Theory
Infinite vs. No Solutions
Situation What It Means
Same x-coefficient AND same constant Infinitely many solutions (identical lines)
Same x-coefficient BUT different constants No solutions (parallel lines)
Different x-coefficients Exactly one solution
SAT TRAPS
Absolute value is ALWAYS >= 0. If |x| = -3, the answer is no solution, not x = -3
Do NOT forget the negative case when solving |expression| = positive number
For infinite solutions, BOTH the x-coefficient AND the constant must match
|a + b| is NOT |a| + |b| in general
Absolute value inequalities: < means AND (between); > means OR (outside)
Practice Problems
Problem 10
Problem 11
A factory produces bolts. Acceptable length L (mm) satisfies |L - 50| <= 2. What is the
acceptable range?
A) L <= 48
B) 48 <= L <= 52
C) L >= 52
D) 47 <= L <= 53
Answer: B)
|L-50| <= 2 -> -2 <= L-50 <= 2 -> 48 <= L <= 52. Real-world absolute value: 'acceptable range' always
signals an absolute value inequality.
Problem 12
Theory
Function Notation
• f(x) = the output when the input is x
• f(3) = substitute x = 3 everywhere in the formula
• f(x+1) = substitute (x+1) for EVERY x in the formula — NOT f(x)+1
• f(g(x)) = composite: apply g first, then apply f to that result
Key Vocabulary
Term Meaning
Zero / Root x-value where f(x) = 0 (x-intercept on graph)
Undefined x where denominator = 0 or sqrt of negative
number
Domain All valid input (x) values
Range All possible output (y) values
f(g(x)) Composite function: apply g first, then f
f(x) = g(x) Where the two functions intersect on a graph
SAT TRAPS
f(x+1) is NOT f(x)+1 — substitute the whole (x+1) for every x
f(g(x)) is NOT f(x) times g(x) — composite is not multiplication
f(g(x)) is NOT the same as g(f(x)) — order matters
Zero of f means f(x) = 0, NOT x = 0
Points as function inputs: f(a) = b means the point (a, b) is on the graph
Practice Problems
Problem 13
Problem 14
Problem 15
Theory
Equations of Lines
Form When to Use
y = mx + b (slope-intercept) When slope and y-intercept are known
y - y1 = m(x - x1) (point-slope) When slope and one point are known
Ax + By = C (standard form) Slope = -A/B y-intercept = C/B
SAT TRAPS
Slope formula: (y2-y1)/(x2-x1) — do NOT put x values in the numerator
Perpendicular slope = -1/m, NOT just -m (take the negative reciprocal)
Standard form Ax+By=C has slope = -A/B (negative A over B, not A/B)
Parallel lines have equal slopes but DIFFERENT y-intercepts
Vertical line has UNDEFINED slope, NOT zero slope (zero slope = horizontal)
If asked what '15' means in C=15h+50, say 'cost per hour', not 'the number 15'
Practice Problems
Problem 16
A taxi charges $3 flat fee plus $2 per mile. A second taxi charges $1 plus $3 per mile.
After how many miles do they cost the same?
A) 1 mile
B) 2 miles
C) 3 miles
D) 4 miles
Answer: B)
Set equal: 3+2x = 1+3x -> 2 = x. At 2 miles both cost $7. CONNECTED: Linear equations + Word
problem.
Problem 17
Line k passes through (1,3) and (4,9). Line m is perpendicular to k and passes through
(2,0). What is the y-intercept of m?
A) -1
B) 0
C) 1
D) 2
Answer: C)
Slope of k = (9-3)/(4-1) = 2. Perpendicular slope = -1/2. Line m: y = -1/2(x-2) + 0 = -x/2 + 1. Y-intercept
= 1.
Problem 18
In the equation P = -3t + 120, P is pressure in psi and t is time in minutes. What does -
3 represent?
A) The initial pressure
B) The pressure decreases by 3 psi per minute
C) The pressure after 3 minutes
D) The total decrease in pressure
Answer: B)
Slope = rate of change = -3 means pressure DECREASES by 3 psi every minute. The y-intercept 120
is the initial pressure.
Chapter 8: Percent
Theory
Core Percent Formulas
Formula Example
x% of y = (x/100) * y 30% of 80 = 0.30 * 80 = 24
Percent change = (New-Old)/Old * 100% (90-75)/75 * 100 = 20% increase
Increase by r%: multiply by (1 + r/100) Increase 25%: multiply by 1.25
Decrease by r%: multiply by (1 - r/100) Decrease 20%: multiply by 0.80
What % of A is B? -> B/A * 100 What % of 60 is 15? -> 15/60*100 = 25%
B is r% of what? -> B / (r/100) 45 is 30% of what? -> 45/0.30 = 150
SAT TRAPS
Increasing by 20% then decreasing by 20% does NOT return to original (net 4% loss)
Percent change uses ORIGINAL value in denominator, NOT the new value
Percent of a percent: convert BOTH to decimals before multiplying
'25% more than x' = 1.25x but '25% of x' = 0.25x (very different!)
Markup/markdown problems: always identify the original base before calculating
Practice Problems
Problem 19
A student scored 75 on the first test and 90 on the second. What is the percent
increase?
A) 15%
B) 16.7%
C) 20%
D) 25%
Answer: C)
(90-75)/75 * 100 = 20%. TRAP: Many divide by 90 (new value) getting 16.7%. Always divide by the
ORIGINAL (old) value.
Problem 20
A jacket costs $80, marked up 25%, then discounted 20%. What is the final price?
A) $76.00
B) $78.00
C) $80.00
D) $84.00
Answer: C)
$80 * 1.25 * 0.80 = $80 * 1.00 = $80. The factors cancel here exactly, but always show your work.
Problem 21
A store's profit was $12,000 last year. It increased by 15% this year, then decreased by
$500 due to a one-time expense. What is the final profit?
A) $13,300
B) $13,500
C) $13,800
D) $14,300
Answer: A)
$12,000 * 1.15 = $13,800. Then $13,800 - $500 = $13,300. CONNECTED: Percent + arithmetic
subtraction in one problem.
Chapter 9: Exponential vs. Linear Growth
Theory
Identifying Linear vs. Exponential
Clue in Problem Model Type
Increases by $200 each year (fixed amount) LINEAR: y = 200x + b
Increases by 5% per year (fixed percent) EXPONENTIAL: y = a(1.05)^x
Doubles every 3 years EXPONENTIAL: y = a(2)^(x/3)
Half-life of 5 years EXPONENTIAL: y = a(0.5)^(x/5)
Loses 10 units per month (fixed amount) LINEAR: y = -10x + b
Loses 10% per month (fixed percent) EXPONENTIAL: y = a(0.90)^x
Compound Interest
A = P(1 + r/n)^(nt)
• P = principal (initial amount)
• r = annual interest rate (as decimal)
• n = number of times compounded per year (quarterly=4, monthly=12, daily=365)
• t = number of years
SAT TRAPS
Fixed amount per period = LINEAR. Fixed percentage per period = EXPONENTIAL
Doubling is exponential (base 2), not adding the same amount each time
For half-life use base 1/2, NOT simple subtraction
Compound interest quarterly: rate becomes r/4, periods become 4t
Linear growth rate = slope. Exponential growth rate = base of the power
Practice Problems
Problem 22
A radioactive substance has a half-life of 5 years. Starting with 200g, how much
remains after 15 years?
A) 12.5g
B) 25g
C) 50g
D) 100g
Answer: B)
15 years = 3 half-lives. 200 * (1/2)^3 = 200/8 = 25g.
Problem 23
Theory
Unit Conversions — Chain Method
Multiply by conversion fractions that cancel the unwanted units:
60 miles/hour * (5280 feet/1 mile) * (1 hour/3600 sec) = 88 feet/second
Ratios
• Ratio a:b means for every a of one thing, there are b of another
• Total parts = a + b
• If boys:girls = 3:5 and total = 40: boys = (3/8)*40 = 15, girls = (5/8)*40 = 25
• 'The ratio of x to y is 3:5' means x/y = 3/5, NOT x=3 and y=5
SAT TRAPS
Area conversions require SQUARING the length conversion factor
Volume conversions require CUBING the length conversion factor
Average speed = total distance / total time — NOT (speed1 + speed2)/2
Ratio a:b does NOT mean a and b are those exact values
Speed = distance/time, NOT time/distance
Practice Problems
Problem 24
A car travels 120 miles in 2 hours, then 90 miles in 3 hours. What is the average speed
for the whole trip?
A) 42 mph
B) 45 mph
C) 48 mph
D) 52.5 mph
Answer: A)
Total distance = 210 miles. Total time = 5 hours. Average speed = 210/5 = 42 mph. TRAP: (60+30)/2
= 45 is WRONG. Never average speeds.
Problem 25
A field is 3 acres. If 1 acre = 43,560 square feet and 1 yard = 3 feet, what is the field's
area in square yards?
A) 14,520
B) 43,560
C) 58,080
D) 130,680
Answer: A)
3 * 43,560 = 130,680 sq ft. Convert: 1 yd^2 = 9 ft^2. So 130,680/9 = 14,520 sq yd. TRAP: Divide by 9,
not 3 (must square the conversion).
Problem 26
In a class, the ratio of boys to girls is 3:4. If there are 21 boys, how many students are
there total?
A) 28
B) 35
C) 42
D) 49
Answer: D)
3 parts = 21 boys -> 1 part = 7. Total parts = 3+4 = 7. Total students = 7*7 = 49.
Chapter 11: Word Problems
Theory
Translation Guide — English to Algebra
English Phrase Algebraic Meaning
is / are / equals / gives =
sum of x and y x+y
difference of x and y x-y
product of x and y x*y
quotient of x and y x/y
3 more than x x+3
3 less than x x - 3 (NOT 3 - x)
x times as much as y x*y
of (with percent or fraction) multiply
at least / no less than >= (greater than or equal)
at most / no more than <= (less than or equal)
5-Step Strategy
15. Read the WHOLE problem before writing anything
16. Identify exactly what the variable represents (be specific)
17. Write the equation
18. Solve
19. Check: does the answer make sense? Did you answer what was ASKED?
SAT TRAPS
'3 less than x' = x-3, NOT 3-x (one of the most common algebra translation errors)
The SAT often asks for a SPECIFIC value — make sure you solved for THAT, not a side variable
Mixture problems: track the pure SUBSTANCE amount, not just the volume
Work problems: combine RATES (1/time), not times themselves
Average problems: use Sum = Mean * Count, then solve
Practice Problems
Problem 27
The sum of three consecutive even integers is 78. What is the largest of the three?
A) 24
B) 26
C) 28
D) 30
Answer: C)
Let integers be n, n+2, n+4. Sum: 3n+6=78 -> n=24. Largest = n+4 = 28. TRAP: Many stop at n=24
instead of finding n+4.
Problem 28
Tank A has 30% salt solution and Tank B has 10% salt solution. How many liters of A
must be mixed with 60 liters of B to get a 20% solution?
A) 30
B) 40
C) 60
D) 80
Answer: C)
0.30x + 0.10(60) = 0.20(x+60) -> 0.30x+6 = 0.20x+12 -> 0.10x = 6 -> x = 60.
Problem 29
Worker A can finish a job in 4 hours. Worker B can finish the same job in 6 hours.
How long does it take them working together?
A) 2 hrs
B) 2.4 hrs
C) 3 hrs
D) 5 hrs
Answer: B)
1/4 + 1/6 = 1/T -> 3/12 + 2/12 = 5/12 = 1/T -> T = 12/5 = 2.4 hours. TRAP: Do NOT add the times
(4+6=10 is wrong).
Chapter 12: Quadratic Equations
Theory
Three Methods to Solve ax^2 + bx + c = 0
• FACTORING: (x-r)(x-s) = 0 -> x = r or x = s (fastest when it works)
• QUADRATIC FORMULA: x = [-b +/- sqrt(b^2-4ac)] / (2a) (always works)
• COMPLETING THE SQUARE: x^2+6x = (x+3)^2 - 9 (needed for vertex form)
SAT TRAPS
In vertex form y=a(x-h)^2+k, vertex is at (h,k) where h has OPPOSITE sign
(x-3)^2 has vertex at x = +3, NOT x = -3
Sum of roots = -b/a (note the NEGATIVE before b)
Discriminant < 0 means no REAL solutions (the equation has complex solutions, SAT ignores
these)
The quadratic formula gives BOTH solutions using + and -
Practice Problems
Problem 30
Problem 31
A ball's height (feet) after t seconds: h = -16t^2 + 48t + 5. What is the maximum
height?
A) 36 ft
B) 41 ft
C) 53 ft
D) 64 ft
Answer: B)
Max at vertex: t = -48/(2*-16) = 1.5. h = -16(2.25)+48(1.5)+5 = -36+72+5 = 41 ft.
Problem 32
Theory
Substitution Method
Best when one variable is already isolated:
24. Solve one equation for one variable
25. Substitute that expression into the other equation
26. Solve for the remaining variable
27. Substitute back to find the first variable
Elimination Method
Best when coefficients can be matched:
28. Multiply one or both equations to match a coefficient
29. Add or subtract equations to eliminate that variable
30. Solve for the remaining variable
Number of Solutions
Graph Algebra Condition
Two lines intersect at one point One solution — different slopes
Two parallel lines (no intersection) No solution — same slope, different intercept
Two identical lines Infinitely many — equations are multiples of
each other
SAT TRAPS
In elimination: multiply the ENTIRE equation, including the constant on the right side
After finding x, always substitute back to find y
SAT often asks for x+y or 2x-y rather than x and y separately — try manipulating equations
directly
For infinite solutions: ALL coefficient ratios must match (x, y, and constant)
When adding/subtracting equations, align like terms carefully
Practice Problems
Problem 33
Problem 34
Two friends together earn $840/week. One earns $120 more than the other. How much
does the higher earner make?
A) $360
B) $420
C) $480
D) $540
Answer: C)
x+y=840 and x=y+120. Substitute: y+120+y=840 -> 2y=720 -> y=360. Higher earner:
x=360+120=$480.
Problem 35
The line y=3 intersects the parabola y=x^2-1 at how many points?
A) 0
B) 1
C) 2
D) Cannot be determined
Answer: C)
Set equal: x^2-1=3 -> x^2=4 -> x=+/-2. Two intersection points: (2,3) and (-2,3).
Chapter 14: Inequalities
Theory
Solving Inequalities
Same rules as equations EXCEPT: multiply or divide by a NEGATIVE number -> FLIP the
inequality sign.
• -2x > 8 -> x < -4 (divided by -2, sign flipped)
• Adding or subtracting: sign does NOT flip
• Multiplying/dividing by positive: sign does NOT flip
Compound Inequalities
• AND: both conditions must be true -> intersection -> a < x < b
• OR: at least one condition true -> union -> x < a OR x > b
To solve 1 < 2x - 3 < 9: add 3 to all parts: 4 < 2x < 12 -> 2 < x < 6
Graphs of Inequalities
• y > mx+b: dashed line, shade ABOVE
• y >= mx+b: solid line, shade ABOVE
• y < mx+b: dashed line, shade BELOW
• System of inequalities: solution region is the OVERLAP of both shaded areas
SAT TRAPS
Multiplying or dividing by a NEGATIVE number FLIPS the inequality sign
'Between a and b' sometimes means strictly between (endpoints not included) — read carefully
In a system of inequalities, the solution is the OVERLAP (intersection) of shaded regions
If flipping the whole compound inequality: if a < x, then -a > -x
Maximum VALUE satisfying x <= 6 is 6, not 5 or 7
Practice Problems
Problem 36
Problem 37
A student needs to earn at least 360 points total across 4 tests. She scored 85, 88, and
91 on the first three. What is the minimum score she needs on the fourth test?
A) 93
B) 96
C) 99
D) 101
Answer: B)
85+88+91 = 264. She needs 360-264 = 96 on the fourth test. 'At least' means >=.
Problem 38
Which of the following is in the solution set of the system: y > 2x-1 and y <= -x+5?
A) (3, 2)
B) (0, 0)
C) (1, 3)
D) (4, 1)
Answer: C)
Test (1,3): y>2(1)-1 -> 3>1 (YES). y<=-1+5 -> 3<=4 (YES). Both satisfied. This is the solution.
Chapter 15: Function Transformations
Theory
Transformation Rules — Starting from y = f(x)
Transformation Effect on Graph
y = f(x) + k Shift UP by k units
y = f(x) - k Shift DOWN by k units
y = f(x - h) Shift RIGHT by h units (COUNTER-
INTUITIVE)
y = f(x + h) Shift LEFT by h units (COUNTER-INTUITIVE)
y = -f(x) Reflect over the x-axis
y = f(-x) Reflect over the y-axis
y = k*f(x) (k>1) Vertical STRETCH by factor k
y = f(kx) (k>1) Horizontal COMPRESSION by factor k
SAT TRAPS
f(x-h) shifts RIGHT by h — the sign inside is OPPOSITE of the direction (most tested trap)
f(x)+k shifts UP, but f(x+k) shifts LEFT — inside vs. outside matters
-f(x) reflects over x-axis. f(-x) reflects over y-axis. These are different.
Vertical stretch multiplies OUTPUTS. Horizontal compression multiplies INPUTS.
Combined transformations: do horizontal first, then vertical when applying to a point
Practice Problems
Problem 39
The graph of y=f(x) passes through (3,7). The graph of y=f(x-2)+5 passes through
which point?
A) (1, 2)
B) (1, 12)
C) (5, 2)
D) (5, 12)
Answer: D)
f(x-2) shifts right 2: x becomes 3+2=5. +5 shifts up: y becomes 7+5=12. New point: (5, 12).
Problem 40
Problem 41
Theory
Three Forms of a Quadratic Function
Form What It Reveals Directly
Standard: y = ax^2 + bx + c y-intercept = c Vertex x = -b/(2a)
Vertex: y = a(x-h)^2 + k Vertex = (h, k) Axis of symmetry: x = h
Factored: y = a(x-r)(x-s) x-intercepts (roots) = r and s
Properties of Parabolas
• If a > 0: parabola opens UP (minimum at vertex)
• If a < 0: parabola opens DOWN (maximum at vertex)
• Axis of symmetry: x = -b/(2a) or x = (r+s)/2 (midpoint of roots)
• The vertex x-coordinate is ALWAYS the axis of symmetry
SAT TRAPS
In vertex form y=a(x-h)^2+k, vertex is (h,k) where h is OPPOSITE sign to what appears
Axis of symmetry is x = -b/(2a), NOT x = b/(2a)
The vertex y-coordinate requires substituting back into the equation
Factored form y=a(x-r)(x-s): the 'a' changes width/direction but roots stay at r and s
D < 0 means no REAL roots, not that the function has no values
Practice Problems
Problem 42
Problem 43
A quadratic function has x-intercepts at x=-2 and x=6. What is the x-coordinate of the
vertex?
A) 2
B) 3
C) 4
D) 8
Answer: A)
Vertex x = midpoint of roots = (-2+6)/2 = 4/2 = 2.
Problem 44
Theory
Basic Angle Relationships
Relationship Rule
Vertical angles Equal (formed by two intersecting lines)
Supplementary angles Sum = 180 degrees (on a straight line)
Complementary angles Sum = 90 degrees
Linear pair Supplementary (adjacent on a straight line)
Exterior angle of triangle = Sum of the two non-adjacent interior angles
Polygons
• Sum of interior angles of n-sided polygon = (n-2) * 180 degrees
• Triangle: 180 deg | Quadrilateral: 360 deg | Pentagon: 540 deg | Hexagon: 720
deg
• Each interior angle of a REGULAR polygon = (n-2)*180/n
• Sum of EXTERIOR angles of ANY convex polygon = 360 degrees (always)
SAT TRAPS
Exterior angle of a triangle equals SUM of the two non-adjacent interior angles (not 180 minus
one angle)
Co-interior angles are SUPPLEMENTARY (add to 180), NOT equal
Sum of exterior angles = 360 degrees for ANY polygon, regardless of number of sides
Do not confuse interior and exterior angles of a regular polygon
Vertical angles are equal, but adjacent angles (forming a line) are supplementary
Practice Problems
Problem 45
In a triangle, one angle is 50 degrees and an exterior angle at the third vertex is 110
degrees. What is the second interior angle?
A) 40 degrees
B) 50 degrees
C) 60 degrees
D) 70 degrees
Answer: C)
Exterior angle = sum of non-adjacent interior angles: 110 = 50 + x -> x = 60 degrees.
Problem 46
Two parallel lines are cut by a transversal. One angle is (3x+15) degrees and its co-
interior angle is (x+25) degrees. What is x?
A) 30
B) 35
C) 40
D) 45
Answer: B)
Co-interior angles are supplementary: (3x+15)+(x+25)=180 -> 4x+40=180 -> x=35.
Problem 47
Theory
Triangle Basics
• Area = (1/2) * base * height (height must be PERPENDICULAR to the base)
• Triangle inequality: sum of ANY two sides must be GREATER than the third side
• Isosceles: two equal sides -> two equal BASE angles
• Equilateral: all sides equal -> all angles = 60 degrees
Similar Triangles
• AA (Angle-Angle): two pairs of equal angles -> triangles are similar
• SAS Similarity: two sides proportional and included angle equal
• SSS Similarity: all three sides proportional
• If similarity ratio = k: sides scale by k, perimeter scales by k, area scales by k^2
SAT TRAPS
Height must be PERPENDICULAR to base — slant height gives wrong area
In 30-60-90: short leg is opposite 30 degrees, hypotenuse is 2x (opposite 90)
Similar triangles have PROPORTIONAL sides (not equal) and EQUAL angles
Area ratio = (similarity ratio)^2 — always square the linear ratio
Triangle inequality: a+b > c for ALL combinations of sides, not just one
Practice Problems
Problem 48
Triangle ABC is similar to triangle DEF. AC=6, DF=9, and area of ABC is 24. What is
the area of DEF?
A) 36
B) 48
C) 54
D) 72
Answer: C)
Similarity ratio = 9/6 = 3/2. Area ratio = (3/2)^2 = 9/4. Area of DEF = 24 * 9/4 = 54.
Problem 49
Problem 50
A 15-foot ladder leans against a wall, reaching 12 feet high. How far is the base of the
ladder from the wall?
A) 7 ft
B) 8 ft
C) 9 ft
D) 10 ft
Answer: C)
a^2+12^2=15^2 -> a^2=225-144=81 -> a=9. This is the 9-12-15 triple (multiple of 3-4-5).
Chapter 19: Circles
Theory
Core Circle Formulas
Formula Notes
Circumference = 2*pi*r Also = pi*d where d is diameter
Area = pi*r^2
Arc length = (theta/360) * 2*pi*r theta = central angle in degrees
Sector area = (theta/360) * pi*r^2
Arc length (radians) = r*theta theta must be in radians
Sector area (radians) = (1/2)*r^2*theta theta must be in radians
SAT TRAPS
Inscribed angle = HALF the arc (NOT equal to the central angle for the same arc)
Area uses r^2 but circumference uses r — do not mix these up
In equation (x-h)^2+(y-k)^2=r^2, center has OPPOSITE signs from what you read
(x-3)^2+(y+2)^2=25 has center (3,-2) and radius 5 (not 25 — take the square root)
When completing the square, add the same amount to BOTH sides
Practice Problems
Problem 51
Problem 52
Problem 53
A pizza has diameter 16 inches. A slice has a central angle of 45 degrees. What is the
slice's area?
A) 4*pi
B) 8*pi
C) 16*pi
D) 32*pi
Answer: B)
r=8. Sector area = (45/360)*pi*(8^2) = (1/8)*64*pi = 8*pi.
Chapter 20: Trigonometry
Theory
SOH-CAH-TOA
In a RIGHT triangle, for angle theta:
• sin(theta) = Opposite / Hypotenuse
• cos(theta) = Adjacent / Hypotenuse
• tan(theta) = Opposite / Adjacent
Memory: SOH-CAH-TOA
SAT TRAPS
sin(A+B) is NOT sin(A)+sin(B) — trig does not distribute over addition
Adjacent and opposite sides depend on WHICH angle you are referencing
sin(theta) = cos(90-theta), NOT cos(-theta)
sin(30)=1/2 and cos(30)=sqrt(3)/2 — these are swapped by many students
tan = sin/cos = opposite/adjacent (not hypotenuse)
Practice Problems
Problem 54
In right triangle ABC with right angle at C, sin(A) = 3/5. What is cos(B)?
A) 3/5
B) 4/5
C) 5/3
D) 5/4
Answer: A)
A and B are complementary (sum to 90). sin(A) = cos(90-A) = cos(B) = 3/5.
Problem 55
A ladder 10 feet long leans against a wall making a 60 degree angle with the ground.
How high up the wall does it reach?
A) 5 feet
B) 5*sqrt(2) feet
C) 5*sqrt(3) feet
D) 10 feet
Answer: C)
sin(60) = height/10 -> height = 10 * sqrt(3)/2 = 5*sqrt(3) feet.
Problem 56
Theory
Degree-Radian Conversions
360 degrees = 2*pi radians -> 180 degrees = pi radians
• To convert degrees to radians: multiply by pi/180
• To convert radians to degrees: multiply by 180/pi
SAT TRAPS
Use r*theta for arc length ONLY when theta is in RADIANS (convert if given degrees)
pi is a NUMBER (approximately 3.14), not a variable
90 degrees = pi/2, NOT pi (a very common error)
One full revolution = 2*pi radians = 360 degrees
Radians have no 'unit' label — pi/3 means radians, not degrees
Practice Problems
Problem 57
Problem 58
A sector has radius 6 and central angle pi/3 radians. What is the arc length?
A) pi
B) 2*pi
C) 3*pi
D) 6*pi
Answer: B)
Arc length = r*theta = 6 * pi/3 = 2*pi.
Problem 59
A wheel of radius 5 cm rotates through an angle of 3*pi/2 radians. How far does a
point on the rim travel?
A) 5*pi/2
B) 15*pi/2
C) 10*pi
D) 15*pi
Answer: B)
Arc length = r*theta = 5 * 3*pi/2 = 15*pi/2 cm.
Chapter 22: Area, Perimeter & Volume
Theory
2D Area Formulas
Shape Area Formula
Rectangle A = length * width
Parallelogram A = base * height (perpendicular height)
Triangle A = (1/2) * base * height
Trapezoid A = (1/2) * (b1 + b2) * height
Circle A = pi * r^2
3D Volume Formulas
Shape Volume Formula
Rectangular prism V=l*w*h
Cylinder V = pi * r^2 * h
Cone V = (1/3) * pi * r^2 * h
Sphere V = (4/3) * pi * r^3
Pyramid V = (1/3) * base area * height
Scaling Effects
When all lengths are multiplied by a factor k:
• Perimeter / circumference: multiplied by k
• Area / surface area: multiplied by k^2
• Volume: multiplied by k^3
Example: Doubling the radius of a sphere multiplies its volume by 2^3 = 8.
Density
Density = mass / volume -> mass = density * volume
Also applies to population density: people per square mile, etc.
SAT TRAPS
Parallelogram area uses PERPENDICULAR height, not the slant side
Scaling area by k requires squaring the length factor (k^2), not multiplying by k
Scaling volume by k requires cubing the length factor (k^3)
Cone and pyramid volumes have a 1/3 factor — do not forget it
Surface area requires ALL faces — top, bottom, and sides
Practice Problems
Problem 60
A cylinder has radius 3 and height 8. If the radius doubles, what is the ratio of new
volume to old volume?
A) 2:1
B) 4:1
C) 8:1
D) 16:1
Answer: B)
Old V = pi(9)(8)=72*pi. New V = pi(36)(8)=288*pi. Ratio = 4:1. Only radius doubled, so volume scales
by 2^2=4, not 2^3.
Problem 61
A gold bar measures 10cm x 4cm x 2cm. Gold density = 19.3 g/cm^3. What is its
mass?
A) 154.4 g
B) 772 g
C) 1544 g
D) 3088 g
Answer: C)
Volume = 10*4*2 = 80 cm^3. Mass = 19.3 * 80 = 1544 g.
Problem 62
A cone and a cylinder have the same radius and height. What is the ratio of the cone's
volume to the cylinder's volume?
A) 1:4
B) 1:3
C) 1:2
D) 2:3
Answer: B)
Cone = (1/3)*pi*r^2*h. Cylinder = pi*r^2*h. Ratio = 1/3 : 1 = 1:3.
Chapter 23: Reading Data
Theory
Two-Way Tables
A two-way table shows counts for two categorical variables simultaneously.
• Row totals and column totals must add up correctly — always verify
• P(A|B) = conditional probability = (A and B) / B
CRITICAL DIFFERENCE:
• 'Fraction of FEMALES who prefer math' = (females who prefer math) / (total females)
• 'Fraction of math-preferrers who are FEMALE' = (females who prefer math) / (total
preferring math)
These are completely different calculations using the same numbers.
Scatterplots
• Positive correlation: as x increases, y increases
• Negative correlation: as x increases, y decreases
• Line of best fit: minimizes total distance from data points
• Residual = actual value - predicted value by line of best fit
• Positive residual: actual point is ABOVE the line
• Negative residual: actual point is BELOW the line
SAT TRAPS
Conditional probability: clearly identify what is GIVEN (that becomes the denominator)
Non-zero y-axis origin: the graph is misleading — check where the axis starts
Correlation does NOT imply causation (the SAT tests this explicitly)
Two-way table: 'given A, prob of B' is DIFFERENT from 'given B, prob of A'
Residual = actual MINUS predicted, not the other way around
Practice Problems
Problem 63
A two-way table: 40 boys (30 play sports, 10 don't) and 60 girls (20 play sports, 40
don't). What fraction of students who DON'T play sports are girls?
A) 2/5
B) 4/5
C) 2/3
D) 1/2
Answer: B)
Don't play: 10+40=50 students. Girls who don't play: 40. Fraction = 40/50 = 4/5.
Problem 64
A scatterplot shows a line of best fit predicting y=2x+3. A data point at x=5 has actual
y=14. What is the residual?
A) -1
B) 0
C) 1
D) 3
Answer: C)
Predicted y = 2(5)+3 = 13. Residual = actual - predicted = 14-13 = 1 (positive: point is above the line).
Chapter 24: Probability
Theory
Basic Probability Rules
• P(event) = favorable outcomes / total outcomes
• 0 <= P(event) <= 1 always
• P(not A) = 1 - P(A) (complement rule)
• P(A or B) = P(A) + P(B) - P(A and B) (general addition rule)
• P(A or B) = P(A) + P(B) (if A and B are mutually exclusive / cannot both happen)
Expected Value
E = sum of (value * probability) for all outcomes
E = v1*P1 + v2*P2 + v3*P3 + ...
Positive expected value = profitable in the long run.
SAT TRAPS
P(A or B) must SUBTRACT P(A and B) to avoid counting the overlap twice
Without replacement: the denominator changes for the second draw
'At least one' — use complement: 1 - P(none) is much easier
Expected value can be negative — it is a long-run average, not a guarantee
Mutually exclusive means P(A and B) = 0 — they CANNOT both happen
Practice Problems
Problem 65
A bag has 4 red and 6 blue marbles. Two drawn without replacement. What is the
probability both are red?
A) 2/15
B) 4/25
C) 1/5
D) 2/5
Answer: A)
P(1st red) = 4/10. P(2nd red | 1st red) = 3/9. P(both red) = (4/10)*(3/9) = 12/90 = 2/15.
Problem 66
A game costs $2 to play. You win $10 with probability 1/6, else win nothing. What is
the expected NET gain per play?
A) Gain $0.67
B) Loss $0.33
C) Gain $1.67
D) Loss $1.33
Answer: B)
Expected winnings = 10*(1/6) + 0*(5/6) = $1.67. Net gain = $1.67 - $2 = -$0.33 (loss of 33 cents).
Problem 67
A fair coin is flipped three times. What is the probability of getting at least one head?
A) 1/2
B) 3/4
C) 7/8
D) 1
Answer: C)
P(no heads) = (1/2)^3 = 1/8. P(at least one head) = 1 - 1/8 = 7/8.
Chapter 25: Statistics I
Theory
Mean, Median, Mode
• Mean = sum of all values / count of values
• Median = middle value after sorting (average of two middle values if even count)
• Mode = most frequently occurring value
Practice Problems
Problem 68
The average of 4 numbers is 15. A fifth number is added and the new average is 17.
What is the fifth number?
A) 20
B) 23
C) 25
D) 27
Answer: C)
Original sum = 4*15 = 60. New sum = 5*17 = 85. Fifth number = 85-60 = 25.
Problem 69
Class A has 10 students with a mean score of 70. Class B has 20 students with a
mean score of 80. What is the combined mean?
A) 73.3
B) 75.0
C) 76.7
D) 77.5
Answer: C)
Sum A = 700. Sum B = 1600. Total = 2300. Mean = 2300/30 = 76.7. TRAP: (70+80)/2 = 75 is
WRONG.
Problem 70
Theory
Sampling and Generalizability
• A RANDOM sample can be used to generalize to the entire population it came from
• A sample from one group CANNOT generalize to a different group
• Example: A sample of high school students in Lahore cannot generalize to all Pakistani
students
• Larger sample = smaller margin of error, but only if the sample is RANDOM
• A large biased sample is WORSE than a small random sample
Margin of Error
If a poll reports '60% +/- 3%', the true value is likely between 57% and 63%.
• Larger sample size -> smaller margin of error
• The margin of error does NOT say the result is exactly correct
Experimental Design
Study Type What You Can Conclude
Observational study Association only — cannot conclude causation
Controlled experiment with random assignment Causation can be concluded
Survey / questionnaire Association only for the sampled population
Key Vocabulary
• Control group: does not receive the treatment
• Experimental group: receives the treatment
• Random assignment: reduces confounding variables
• Double-blind: neither participants nor researchers know who is in which group
• Confounding variable: a third variable that affects both the independent and dependent
variables
SAT TRAPS
Survey results can only generalize to the population the sample came from
Observational study: conclude ASSOCIATION only, never causation
Controlled experiment with random assignment: can conclude causation
Larger sample reduces margin of error, but a BIASED large sample is still flawed
The most common wrong SAT answer is 'X causes Y' when the study only shows association
Practice Problems
Problem 71
A study finds people who eat breakfast score higher on tests. Which conclusion is
BEST supported?
A) Eating breakfast causes higher test scores
B) There is an association between eating breakfast and test scores
C) All students should eat breakfast to improve scores
D) Test scores cause students to eat breakfast
Answer: B)
This is an observational study — it shows association only. Without random assignment, we CANNOT
conclude causation.
Problem 72
A researcher surveys 200 students at one university about study habits. He concludes
that all university students in the country study 4 hours per day. What is wrong with
this conclusion?
A) The sample size is too small
B) The sample is not representative of all university students nationwide
C) The study should have been double-blind
D) The survey should have used random sampling within the university
Answer: B)
Results from one university cannot be generalized to all universities in the country. The sample only
represents that university.
Problem 73
A poll shows 55% of voters support a candidate, with a margin of error of 4%. Which
statement is accurate?
A) Exactly 55% of all voters support the candidate
B) The true support is likely between 51% and 59%
C) The candidate will definitely win
D) 50% of voters support the candidate
Answer: B)
Margin of error 4% means the true value is likely within 55% +/- 4%, so between 51% and 59%.
Master Trap Reference Sheet
Every major SAT Math trap in one place. Review this before test day.
GEOMETRY
Triangle height must be PERPENDICULAR to the base — slant side gives wrong area
30-60-90: short leg opposite 30, long leg = short*sqrt(3), hypotenuse = 2*short
Inscribed angle = HALF the arc (not equal to central angle)
Circle equation (x-h)^2+(y-k)^2=r^2: center has OPPOSITE signs from what you read
Area scales by k^2 and volume by k^3 when linear dimensions scale by k
Sum of exterior angles of ANY polygon = 360 degrees
Exterior angle of triangle = sum of TWO non-adjacent interior angles
Algebra
Formula Notes
Slope: m = (y2-y1)/(x2-x1) Rise over run
Slope-intercept: y = mx + b b = y-intercept
Point-slope: y-y1 = m(x-x1) Use when slope + one point are known
Quadratic formula: x = [-b +/- sqrt(b^2-4ac)] / For ax^2+bx+c=0
2a
Sum of roots: r+s = -b/a For ax^2+bx+c=0
Product of roots: rs = c/a For ax^2+bx+c=0
Exponential growth: y = a(1+r)^t a=initial, r=rate, t=time
Compound interest: A = P(1+r/n)^(nt) n = compounds per year
Percent change: (New-Old)/Old * 100% Old = original value
Geometry
Shape / Formula Value
Triangle area (1/2) * base * height
Circle area pi * r^2
Circle circumference 2 * pi * r
Arc length (degrees) (theta/360) * 2*pi*r
Sector area (degrees) (theta/360) * pi*r^2
Arc length (radians) r * theta
Sector area (radians) (1/2) * r^2 * theta
30-60-90 sides x : x*sqrt(3) : 2x
45-45-90 sides x : x : x*sqrt(2)
Cylinder volume pi * r^2 * h
Cone volume (1/3) * pi * r^2 * h
Sphere volume (4/3) * pi * r^3
Sphere surface area 4 * pi * r^2
Sum of interior angles (n-gon) (n-2) * 180 degrees
Trigonometry
Identity / Rule Value
sin(theta) Opposite / Hypotenuse
cos(theta) Adjacent / Hypotenuse
tan(theta) Opposite / Adjacent
sin(theta) = cos(90-theta) Complementary angle identity
sin(30) = cos(60) = 1/2
sin(60) = cos(30) = sqrt(3)/2
sin(45) = cos(45) = sqrt(2)/2