πŸŽ‰
Correct! 🌟
Great job! Keep going!
SAT MATH ✏️
Score: 0/20
πŸ“ SAT MATH
Grade 12 β€” Core Topics Β· 20 Problems Β· Self Study Notes
✎ Write your answers · Check understanding · Conquer the test!
UNIT 1 Β· ALGEBRA
πŸ“˜ Linear Equations & Systems
SLOPE = RISE/RUN
πŸ“Œ Slope-intercept: y = mx + b  |  m = slope, b = y-intercept
πŸ“Œ Standard form: Ax + By = C
πŸ“Œ Two lines are parallel β†’ same slope, different b
πŸ“Œ Two lines are perpendicular β†’ slopes are negative reciprocals: m₁ Β· mβ‚‚ = βˆ’1
πŸ“Ž WARM-UP EXAMPLE
Line \( \ell \): \( y = 2x + 5 \). A line perpendicular to \(\ell\) passes through \((4, 1)\). Find its equation.
Perpendicular slope = \( -\frac{1}{2} \). Using point-slope: \( y - 1 = -\frac{1}{2}(x-4) \Rightarrow y = -\frac{1}{2}x + 3 \)
Q1 Linear Equations
⭐ Easy
If \( 3x - 7 = 2(x + 4) \), what is the value of \( x \)?
πŸ’‘ Distribute first, then isolate x. Watch the signs!
πŸ“– EXPLANATION
\( 3x - 7 = 2x + 8 \)
\( 3x - 2x = 8 + 7 \)
\( x = 15 \) βœ…

⚠️ Common mistake: forgetting to distribute the 2 to both terms inside the parentheses.
Q2 Systems of Equations
⭐⭐ Medium
The system below has no solution. What is the value of \( k \)?

\[ \begin{cases} 4x - 2y = 6 \\ 2x - y = k \end{cases} \]
πŸ’‘ No solution = parallel lines = same slope, different y-intercept
πŸ“– EXPLANATION
Divide eq.1 by 2: \( 2x - y = 3 \). This matches eq.2's left side exactly.
For no solution, the equations must be inconsistent: same left side, different right side.
So \( k \neq 3 \) βœ… (if k=3, infinitely many solutions instead!)
UNIT 2 Β· QUADRATICS
πŸ“— Quadratic Equations & Parabolas
DISCRIMINANT = bΒ² βˆ’ 4ac
πŸ“Œ \( b^2 - 4ac > 0 \): 2 real roots (crosses x-axis twice)
πŸ“Œ \( b^2 - 4ac = 0 \): 1 real root (touches x-axis β€” "tangent")
πŸ“Œ \( b^2 - 4ac < 0 \): No real roots (no x-intercepts)
πŸ“Œ Vertex form: \( y = a(x-h)^2 + k \) β†’ vertex = \((h, k)\)
Quadratic Formula: \(\displaystyle x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
πŸ“Ž EXAMPLE
Find the vertex of \( f(x) = 2x^2 - 8x + 5 \).
Vertex x-coord: \( h = \frac{-(-8)}{2(2)} = \frac{8}{4} = 2 \)
\( f(2) = 2(4) - 16 + 5 = -3 \) β†’ Vertex: \( (2, -3) \)
Q3 Quadratic Roots
⭐ Easy
How many real solutions does the equation \( x^2 + 6x + 9 = 0 \) have?
πŸ’‘ Check the discriminant. Notice anything special about 6 and 9?
πŸ“– EXPLANATION
\( x^2 + 6x + 9 = (x+3)^2 = 0 \)
This is a perfect square trinomial! \( x = -3 \) (one repeated root) βœ…
Discriminant: \( 6^2 - 4(1)(9) = 36 - 36 = 0 \) β†’ exactly 1 solution.
Q4 Vertex & Maximum
⭐⭐ Medium
A ball is thrown upward. Its height in feet after \( t \) seconds is:
\[ h(t) = -16t^2 + 64t + 5 \] What is the maximum height reached by the ball?
πŸ’‘ For axΒ² + bx + c with a < 0, vertex gives maximum. Use h = βˆ’b/2a.
πŸ“– EXPLANATION
\( t_{vertex} = \frac{-64}{2(-16)} = \frac{-64}{-32} = 2 \) seconds
\( h(2) = -16(4) + 64(2) + 5 = -64 + 128 + 5 = \mathbf{69} \) feet βœ…
⚠️ Don't forget to add the initial height (+ 5)!
UNIT 3 Β· FUNCTIONS
πŸ“™ Functions & Transformations
SHIFT Β· FLIP Β· STRETCH
πŸ“Œ \( f(x) + k \): shift UP k units
πŸ“Œ \( f(x) - k \): shift DOWN k units
πŸ“Œ \( f(x - h) \): shift RIGHT h units (opposite of sign!)
πŸ“Œ \( -f(x) \): flip over x-axis  |  \( f(-x) \): flip over y-axis
πŸ“Œ \( af(x) \): vertical stretch if \( a > 1 \), compression if \( 0 < a < 1 \)
Q5 Function Notation
⭐ Easy
Given \( f(x) = 3x^2 - x + 2 \), what is \( f(-2) \)?
πŸ’‘ Substitute x = βˆ’2 carefully. Remember (βˆ’2)Β² = +4, not βˆ’4!
πŸ“– EXPLANATION
\( f(-2) = 3(-2)^2 - (-2) + 2 = 3(4) + 2 + 2 = 12 + 4 = \mathbf{16} \) βœ…
⚠️ Super common mistake: computing \( 3(-2^2) = 3(-4) \) instead of \( 3(-2)^2 = 3(4) \)
Q6 Transformations
⭐⭐ Medium
The graph of \( y = f(x) \) passes through \( (3, 7) \). Which point must be on the graph of \( y = f(x - 2) + 4 \)?
πŸ’‘ (x βˆ’ h) shifts RIGHT by h. Adding 4 shifts UP by 4. Apply both to the given point.
πŸ“– EXPLANATION
\( f(x-2) \): x shifts +2 β†’ x-coord: \( 3 + 2 = 5 \)
\( +4 \): y shifts +4 β†’ y-coord: \( 7 + 4 = 11 \)
New point: \( \mathbf{(5, 11)} \) βœ…
⚠️ The most common error: shifting LEFT instead of RIGHT for \( f(x-2) \).
UNIT 4 Β· EXPONENTS & LOGS
πŸ“• Exponential Growth & Logarithms
LOG ↔ EXP (SWITCH)
πŸ“Œ \( \log_b(x) = y \iff b^y = x \)   ← Always convert between log and exp!
πŸ“Œ \( \log(ab) = \log a + \log b \)
πŸ“Œ \( \log(a/b) = \log a - \log b \)
πŸ“Œ \( \log(a^n) = n\log a \)
πŸ“Œ Growth: \( A = A_0 \cdot e^{rt} \)  |  Compound: \( A = P(1 + r/n)^{nt} \)
Q7 Exponential Equations
⭐ Easy
If \( 2^{x+3} = 32 \), what is the value of \( x \)?
πŸ’‘ Write 32 as a power of 2. Then set exponents equal!
πŸ“– EXPLANATION
\( 32 = 2^5 \), so \( 2^{x+3} = 2^5 \)
\( x + 3 = 5 \Rightarrow x = \mathbf{2} \) βœ…
Q8 Exponential Growth
⭐⭐ Medium
A bacteria colony doubles every 3 hours. It starts with 500 bacteria. How many bacteria after 12 hours?
πŸ’‘ Number of doublings = 12 Γ· 3 = 4. Each doubling multiplies by 2.
πŸ“– EXPLANATION
\( N = 500 \cdot 2^{12/3} = 500 \cdot 2^4 = 500 \cdot 16 = \mathbf{8000} \) βœ…
⚠️ Don't multiply 500 Γ— 12 Γ— 2. You must raise 2 to the power of doublings!
UNIT 5 Β· STATISTICS & DATA
πŸ“Š Statistics & Data Analysis
MEAN Β· MEDIAN Β· MODE Β· RANGE
πŸ“Œ Mean = sum Γ· count (affected by outliers!)
πŸ“Œ Median = middle value (NOT affected by outliers β€” use for skewed data)
πŸ“Œ Standard Deviation = how spread out data is from the mean
πŸ“Œ In a normal distribution: 68% within 1Οƒ, 95% within 2Οƒ, 99.7% within 3Οƒ
Q9 Mean & Median
⭐ Easy
Five students scored: 72, 85, 90, 88, and 95 on a test. What is the mean score?
πŸ’‘ Mean = sum of all values Γ· number of values
πŸ“– EXPLANATION
Sum = \( 72 + 85 + 90 + 88 + 95 = 430 \)
Mean = \( 430 \div 5 = \mathbf{86} \) βœ…
Q10 Outlier Effect
⭐⭐ Medium
A dataset has values: 10, 12, 11, 13, 12, 200. Which measure of center best represents the typical value, and why?
πŸ’‘ Outlier = extreme value. Which measure ignores it?
πŸ“– EXPLANATION
Mean = \( (10+12+11+13+12+200)/6 β‰ˆ 43 \) β€” way too high, inflated by 200.
Median = sort: 10,11,12,12,13,200 β†’ middle = \( (12+12)/2 = \mathbf{12} \) βœ…
Median is resistant to outliers β†’ best choice here.
UNIT 6 Β· GEOMETRY & TRIG
πŸ“ Geometry & Trigonometry
SOH Β· CAH Β· TOA
πŸ“Œ Sin = Opposite / Hypotenuse
πŸ“Œ Cos = Adjacent / Hypotenuse
πŸ“Œ Tan = Opposite / Adjacent
πŸ“Œ Pythagorean identity: \( \sin^2\theta + \cos^2\theta = 1 \)
πŸ“Œ Special angles: sin(30Β°) = 1/2, cos(60Β°) = 1/2, tan(45Β°) = 1
\( \sin^2\theta + \cos^2\theta = 1 \)  |  \( \tan\theta = \dfrac{\sin\theta}{\cos\theta} \)
Q11 Right Triangle Trig
⭐ Easy
In a right triangle, the leg opposite angle \( \theta \) is 5, and the hypotenuse is 13. What is \( \cos\theta \)?
πŸ’‘ Find the adjacent leg using the Pythagorean theorem first!
πŸ“– EXPLANATION
Adjacent leg: \( \sqrt{13^2 - 5^2} = \sqrt{169 - 25} = \sqrt{144} = 12 \)
\( \cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}} = \mathbf{\dfrac{12}{13}} \) βœ…
Q12 Pythagorean Identity
⭐⭐ Medium
If \( \sin\theta = \dfrac{3}{5} \) and \( \theta \) is in the first quadrant, what is \( \tan\theta \)?
πŸ’‘ Use sinΒ²ΞΈ + cosΒ²ΞΈ = 1 to find cosΞΈ first. Then tan = sin/cos.
πŸ“– EXPLANATION
\( \cos^2\theta = 1 - (3/5)^2 = 1 - 9/25 = 16/25 \Rightarrow \cos\theta = 4/5 \)
\( \tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{3/5}{4/5} = \mathbf{\dfrac{3}{4}} \) βœ…
UNIT 7 Β· POLYNOMIALS
πŸ”’ Polynomials & Rational Expressions
FACTOR = FIND ZEROS
πŸ“Œ Factor Theorem: if \( f(a) = 0 \), then \( (x - a) \) is a factor
πŸ“Œ Remainder Theorem: \( f(a) \) = remainder when divided by \( (x-a) \)
πŸ“Œ FOIL: \((a+b)(a-b) = a^2 - b^2\) (difference of squares)
πŸ“Œ \((a+b)^2 = a^2 + 2ab + b^2\) β€” DON'T forget the middle term!
Q13 Factoring
⭐ Easy
Which of the following is a factor of \( x^2 - 5x - 6 \)?
πŸ’‘ Find two numbers that multiply to βˆ’6 and add to βˆ’5.
πŸ“– EXPLANATION
Need two numbers: product = βˆ’6, sum = βˆ’5.
That's \( -6 \) and \( +1 \): \( (-6)(1)=-6 \), \( -6+1=-5 \) βœ“
\( x^2 - 5x - 6 = (x-6)(x+1) \)
So \( (x+1) \) is a factor βœ…
Q14 Remainder Theorem
⭐⭐ Medium
When \( p(x) = x^3 - 4x^2 + 5x - 2 \) is divided by \( (x - 2) \), what is the remainder?
πŸ’‘ Remainder Theorem: just plug in x = 2 into p(x)! No long division needed.
πŸ“– EXPLANATION
\( p(2) = 8 - 16 + 10 - 2 = \mathbf{0} \) βœ…
Remainder = 0 means \( (x-2) \) is actually a factor of \( p(x) \)!
UNIT 8 Β· PROBABILITY & RATIOS
🎲 Probability, Ratios & Proportions
PROBABILITY = FAVORABLE / TOTAL
πŸ“Œ \( P(\text{event}) = \dfrac{\text{favorable outcomes}}{\text{total outcomes}} \)
πŸ“Œ \( P(A \text{ and } B) = P(A) \cdot P(B) \) (if independent)
πŸ“Œ \( P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B) \)
πŸ“Œ Complementary: \( P(\text{not } A) = 1 - P(A) \)
Q15 Basic Probability
⭐ Easy
A bag contains 4 red, 5 blue, and 3 green marbles. If one marble is picked at random, what is the probability it is NOT blue?
πŸ’‘ Use complementary probability: P(not blue) = 1 βˆ’ P(blue)
πŸ“– EXPLANATION
Total = 12 marbles. P(blue) = 5/12.
P(not blue) = 1 βˆ’ 5/12 = 7/12 βœ…
(or directly: 4 red + 3 green = 7 non-blue out of 12)
Q16 Proportional Reasoning
⭐⭐ Medium
A recipe needs 2.5 cups of flour for 20 cookies. How many cups of flour are needed to make 56 cookies?
πŸ’‘ Set up a proportion: cups/cookies = cups/cookies
πŸ“– EXPLANATION
\( \dfrac{2.5}{20} = \dfrac{x}{56} \)
\( x = \dfrac{2.5 \times 56}{20} = \dfrac{140}{20} = \mathbf{7} \) cups βœ…
UNIT 9 Β· ADVANCED TOPICS
πŸŒ€ Complex Numbers & Sequences
iΒ² = βˆ’1  |  CYCLE: i, βˆ’1, βˆ’i, 1
πŸ“Œ \( i = \sqrt{-1} \), \( i^2 = -1 \), \( i^3 = -i \), \( i^4 = 1 \) (then repeats!)
πŸ“Œ Arithmetic sequence: \( a_n = a_1 + (n-1)d \) β€” common difference d
πŸ“Œ Geometric sequence: \( a_n = a_1 \cdot r^{n-1} \) β€” common ratio r
πŸ“Œ Sum of arithmetic: \( S_n = \frac{n}{2}(a_1 + a_n) \)
Q17 Complex Numbers
⭐⭐ Medium
Simplify: \( (3 + 2i)(1 - 4i) \)
πŸ’‘ FOIL it out, then replace iΒ² with βˆ’1. Combine real and imaginary parts.
πŸ“– EXPLANATION
\( (3)(1) + (3)(-4i) + (2i)(1) + (2i)(-4i) \)
\( = 3 - 12i + 2i - 8i^2 \)
\( = 3 - 10i - 8(-1) \)
\( = 3 + 8 - 10i = \mathbf{11 - 10i} \) βœ…
Q18 Arithmetic Sequences
⭐ Easy
The 3rd term of an arithmetic sequence is 11 and the 7th term is 27. What is the first term?
πŸ’‘ Use a_n = a₁ + (nβˆ’1)d. Set up two equations to find d first.
πŸ“– EXPLANATION
From 3rd to 7th: 4 steps, difference = \( (27-11)/4 = 4 \). So d = 4.
\( a_3 = a_1 + 2d \Rightarrow 11 = a_1 + 8 \Rightarrow a_1 = \mathbf{3} \) βœ…
UNIT 10 Β· FINAL CHALLENGE
πŸ† Mixed Review β€” Hard Traps!
WATCH THE TRAPS!
πŸ“Œ Order of operations: PEMDAS β€” Parentheses, Exponents, Multiply/Divide, Add/Subtract
πŸ“Œ Negative exponent: \( x^{-n} = \dfrac{1}{x^n} \)
πŸ“Œ \( \sqrt{a} \cdot \sqrt{b} = \sqrt{ab} \) but \( \sqrt{a+b} \neq \sqrt{a} + \sqrt{b} \) ❌
πŸ“Œ When multiplying inequalities by a negative: FLIP the sign!
Q19 Inequalities
⭐⭐ Medium (TRAP!)
Solve: \( -3x + 6 > 18 \)
πŸ’‘ When you divide or multiply both sides by a NEGATIVE number β†’ flip the inequality sign!
πŸ“– EXPLANATION
\( -3x + 6 > 18 \)
\( -3x > 12 \)
Divide by βˆ’3 β†’ FLIP sign!
\( x < -4 \) βœ…

⚠️ Most students forget to flip and choose x > βˆ’4. This is the #1 inequality trap!
Q20 Word Problem Algebra
⭐⭐⭐ Hard (FINAL BOSS!)
Two trains start from cities 480 miles apart, heading toward each other. Train A travels at 60 mph and Train B at 80 mph. How many hours until they meet?
πŸ’‘ Combined speed = speed A + speed B (they move toward each other!). Distance = Rate Γ— Time.
πŸ“– EXPLANATION
Combined speed = 60 + 80 = 140 mph
Time = Distance Γ· Speed = \( \dfrac{480}{140} = \dfrac{24}{7} = 3\tfrac{3}{7} \) hours βœ…

⚠️ Trap: Some students divide by 60 or 80 alone, not the combined speed!
πŸ“‹ FINAL SCORE
? / 20
Complete all questions to see your score!