๐ŸŽ‰ Results!

out of 20 questions

โ˜… โ˜… โ˜… โ˜… โ˜…

SAT MATH

Grade 12 ยท Core Topics ยท 20 Questions
Interactive Study Notebook โ€” Self Study Edition
โœฆ Choose โ†’ Check โ†’ Learn โœฆ
๐Ÿ“Š Progress:
0 / 20
Algebra
โš ๏ธ Tricky! Watch signs & order of operations carefully
1
If 3x โˆ’ 7 = 2(x + 4), what is the value of x? EASY
KEY WORD: DISTRIBUTE โ†’ COLLECT โ†’ ISOLATE
Step: expand โ†’ move variables left โ†’ move numbers right
Distribute first: 2(x + 4) = 2x + 8
Then: 3x โˆ’ 7 = 2x + 8 โ†’ subtract 2x both sides โ†’ x โˆ’ 7 = 8 โ†’ x = 15
Distribute: 3x โˆ’ 7 = 2x + 8
Subtract 2x: x โˆ’ 7 = 8
Add 7: x = 15 โœ“
TRAP: Don't forget to distribute the 2!
2
A line passes through (2, 5) and (6, 13). What is the slope of the line? EASY
SLOPE = RISE over RUN = (yโ‚‚ โˆ’ yโ‚) / (xโ‚‚ โˆ’ xโ‚)
"Change in Y รท Change in X" โ€” always Y first!
m = (13 โˆ’ 5) / (6 โˆ’ 2) = 8 / 4 = 2 โœ“
TRAP: Never flip โ€” it's (yโ‚‚โˆ’yโ‚)/(xโ‚‚โˆ’xโ‚), not (xโ‚‚โˆ’xโ‚)/(yโ‚‚โˆ’yโ‚)!
3
Which value of x satisfies |2x โˆ’ 4| = 10? โš ๏ธ TRAP
ABSOLUTE VALUE = TWO CASES!
|A| = B means โ†’ A = B OR A = โˆ’B
Always solve both equations!
Case 1: 2x โˆ’ 4 = 10 โ†’ 2x = 14 โ†’ x = 7
Case 2: 2x โˆ’ 4 = โˆ’10 โ†’ 2x = โˆ’6 โ†’ x = โˆ’3
Both are valid answers!
|2x โˆ’ 4| = 10 gives TWO cases:
โ‘  2x โˆ’ 4 = 10 โ†’ x = 7
โ‘ก 2x โˆ’ 4 = โˆ’10 โ†’ x = โˆ’3
Both x = 7 and x = โˆ’3 โœ“
CLASSIC TRAP: Forgetting the negative case!
Quadratics
4
What are the solutions of xยฒ โˆ’ 5x + 6 = 0? EASY
FACTOR: find two numbers that
MULTIPLY to +6 AND ADD to โˆ’5
โ†’ think: โˆ’2 ร— โˆ’3 = 6 โœ“ and โˆ’2 + (โˆ’3) = โˆ’5 โœ“
Factor: (x โˆ’ 2)(x โˆ’ 3) = 0
x โˆ’ 2 = 0 โ†’ x = 2
x โˆ’ 3 = 0 โ†’ x = 3
x = 2 or x = 3 โœ“
Check: 2ยฒ โˆ’ 5(2) + 6 = 4 โˆ’ 10 + 6 = 0 โœ“
5
The quadratic y = xยฒ โˆ’ 6x + 5 has its vertex at which point? MEDIUM
VERTEX X-coordinate = โˆ’b / (2a)
Then plug back in to find Y
Formula: vertex = (โˆ’b/2a, f(โˆ’b/2a))
a = 1, b = โˆ’6, c = 5
x = โˆ’(โˆ’6) / (2ร—1) = 6/2 = 3
y = 3ยฒ โˆ’ 6(3) + 5 = 9 โˆ’ 18 + 5 = โˆ’4
Vertex = (3, โˆ’4)
x = โˆ’b/2a = 6/2 = 3
y = 9 โˆ’ 18 + 5 = โˆ’4
Vertex = (3, โˆ’4) โœ“
TRAP: Sign error โ€” b = โˆ’6, so โˆ’b = +6!
6
The discriminant of 2xยฒ + 3x + 5 = 0 is: โš ๏ธ TRAP
DISCRIMINANT = bยฒ โˆ’ 4ac
>0 โ†’ two real roots | =0 โ†’ one root | <0 โ†’ no real roots
"BIG-FOUR-AC"
a = 2, b = 3, c = 5
ฮ” = bยฒ โˆ’ 4ac = 9 โˆ’ 4(2)(5) = 9 โˆ’ 40 = โˆ’31 โœ“
Since ฮ” < 0 โ†’ no real solutions!
TRAP: Many pick +31 by forgetting the minus sign in 4ac!
Functions
7
If f(x) = 3xยฒ โˆ’ 2x + 1, what is f(โˆ’2)? EASY
SUBSTITUTION: replace every x with (โˆ’2)
Use parentheses! Write: 3(โˆ’2)ยฒ โˆ’ 2(โˆ’2) + 1
"PLUG IN WITH PARENS"
f(โˆ’2) = 3(โˆ’2)ยฒ โˆ’ 2(โˆ’2) + 1
= 3(4) โˆ’ (โˆ’4) + 1
= 12 + 4 + 1 = 17 โœ“
TRAP: (โˆ’2)ยฒ = +4, NOT โˆ’4! Squaring removes the negative!
8
If g(x) = 2x + 3, what is gโปยน(x)? MEDIUM
INVERSE: SWAP x and y, then SOLVE for y
y = 2x+3 โ†’ swap: x = 2y+3 โ†’ solve: y = (xโˆ’3)/2
"SWITCH AND SOLVE"
Let y = 2x + 3. Swap x โ†” y: x = 2y + 3
Solve: 2y = x โˆ’ 3 โ†’ y = (xโˆ’3)/2
gโปยน(x) = (x โˆ’ 3)/2 โœ“
TRAP: รท 2 applies to ALL of (xโˆ’3), not just x!
9
Which transformation moves y = xยฒ to y = (x โˆ’ 3)ยฒ + 5? โš ๏ธ TRAP
TRANSFORMATION RULE:
y = (x โˆ’ h)ยฒ + k โ†’ shifts RIGHT by h, UP by k
INSIDE parens: OPPOSITE direction! (xโˆ’3) โ†’ move RIGHT +3
(x โˆ’ 3)ยฒ โ†’ horizontal shift RIGHT 3 (opposite of โˆ’3)
+ 5 โ†’ vertical shift UP 5
Right 3, Up 5 โœ“
TRAP: (xโˆ’3) looks like left, but it's RIGHT! Inside = opposite!
Exponents
10
Simplify: xยณ ยท xโต / xโด EASY
EXPONENT RULES:
Multiply โ†’ ADD exponents | Divide โ†’ SUBTRACT
"SAME BASE: add to multiply, subtract to divide"
xยณ ยท xโต = x^(3+5) = xโธ
xโธ / xโด = x^(8โˆ’4) = xโด โœ“
Simple: (3+5โˆ’4) = 4
11
What is the value of 27^(2/3)? โš ๏ธ TRAP
FRACTIONAL EXPONENT: x^(m/n) = (โฟโˆšx)^m
Denominator = ROOT, Numerator = POWER
"DENOMINATOR = ROOT, NUMERATOR = POWER"
27^(2/3) โ†’ cube root of 27, then square it
โˆ›27 = 3 โ†’ 3ยฒ = 9
27^(2/3) = (โˆ›27)ยฒ = 3ยฒ = 9 โœ“
TRAP: Don't multiply 27 ร— (2/3)! This is ROOT then POWER!
12
A bacteria population doubles every 3 hours. Starting with 200, what is the population after 12 hours? MEDIUM
EXPONENTIAL GROWTH: P = Pโ‚€ ยท b^(t/period)
Count how many periods: 12 รท 3 = 4 periods
"INITIAL ร— BASE^(TIME รท PERIOD)"
Periods = 12/3 = 4
P = 200 ร— 2โด = 200 ร— 16 = 3200 โœ“
Doubles: 200 โ†’ 400 โ†’ 800 โ†’ 1600 โ†’ 3200
TRAP: Don't multiply 200 ร— 12 ร— 2!
Geometry
13
In a right triangle, one leg = 5, hypotenuse = 13. What is sin(ฮธ) for the angle opposite the unknown leg? MEDIUM
SOH-CAH-TOA:
Sin = Opposite / Hypotenuse
Cos = Adjacent / Hyp | Tan = Opp / Adj
Find missing leg: 5ยฒ + bยฒ = 13ยฒ โ†’ 25 + bยฒ = 169 โ†’ bยฒ = 144 โ†’ b = 12
The angle opposite the unknown leg (12): sin(ฮธ) = 12/13
Missing leg: โˆš(13ยฒ โˆ’ 5ยฒ) = โˆš(169โˆ’25) = โˆš144 = 12
sin(ฮธ) = opposite/hypotenuse = 12/13
sin(ฮธ) = 12/13 โœ“
TRAP: 5/13 is sin of the OTHER angle! Read which angle carefully!
14
What is the area of a circle with circumference 10ฯ€? โš ๏ธ TRAP
CIRCLE SHORTCUTS:
C = 2ฯ€r โ†’ find r first, THEN use A = ฯ€rยฒ
"CIRCUMFERENCE GIVES r, r GIVES AREA"
C = 2ฯ€r = 10ฯ€ โ†’ r = 5
A = ฯ€rยฒ = ฯ€(5ยฒ) = 25ฯ€ โœ“
TRAP: Don't use 10 directly as radius! First solve for r!
Stats
15
The data set is: {3, 7, 7, 8, 10, 15}. What is the median? โš ๏ธ TRAP
MEDIAN with EVEN number of values:
โ†’ AVERAGE the two MIDDLE numbers
"EVEN COUNT = AVERAGE THE MIDDLES"
Sorted: 3, 7, 7, 8, 10, 15 โ€” 6 values (even!)
Two middle values: 7 and 8
Median = (7 + 8) / 2 = 7.5 โœ“
TRAP: Most pick 7 (mode) or 8 โ€” but even count needs averaging!
16
A bag has 4 red and 6 blue marbles. Two are drawn without replacement. P(both red) = ? โš ๏ธ TRAP
WITHOUT REPLACEMENT: denominator changes!
P(A then B) = P(A) ร— P(B | A already taken)
"DENOMINATOR SHRINKS BY 1 EACH DRAW"
1st red: 4/10. Now 3 red left, 9 total.
2nd red: 3/9
P(both) = 4/10 ร— 3/9 = 12/90 = 2/15
P = (4/10) ร— (3/9) = 12/90 = 2/15 โœ“
TRAP: (4/10)ร—(4/10) = 4/25 is WITH replacement! Wrong here!
Systems
17
Solve the system: 2x + y = 10 and x โˆ’ y = 2 EASY
ELIMINATION: Add or subtract equations to CANCEL one variable
Here: ADD both equations โ†’ y cancels โ†’ solve x โ†’ back-substitute
"ADD TO CANCEL, THEN SUBSTITUTE"
Add: (2x+y) + (xโˆ’y) = 10+2 โ†’ 3x = 12 โ†’ x = 4
Sub: 4 โˆ’ y = 2 โ†’ y = 2
(x, y) = (4, 2) โœ“
Verify: 2(4)+2=10 โœ“ and 4โˆ’2=2 โœ“
18
Which ordered pair satisfies 3x โˆ’ 2y < 6? โš ๏ธ TRAP
INEQUALITY TEST: just PLUG IN the point and check!
If the inequality is true โ†’ it's in the solution region
"SUBSTITUTE AND CHECK THE SIGN"
Test (1,2): 3(1) โˆ’ 2(2) = 3 โˆ’ 4 = โˆ’1 < 6 โœ“
Test (4,3): 12 โˆ’ 6 = 6, NOT less than 6 โœ—
Test (3,1): 9 โˆ’ 2 = 7 > 6 โœ—
(1, 2) โœ“
TRAP: Boundary value (6=6) does NOT satisfy strict < !
Word Probs
19
A car travels 240 miles in 4 hours. At the same rate, how far will it travel in 7 hours? EASY
UNIT RATE first, then SCALE UP
Speed = distance รท time โ†’ then multiply by new time
"RATE ร— TIME = DISTANCE"
Rate = 240 รท 4 = 60 mph
Distance = 60 ร— 7 = 420 miles โœ“
Also: 240/4 = x/7 โ†’ x = 240ร—7/4 = 420
20
A store marks up a shirt by 25% to sell for $50. What was the original price? โš ๏ธ TRAP
PERCENT INCREASE: Final = Original ร— (1 + rate)
โ†’ Solve: Original = Final รท (1 + rate)
NEVER subtract % from final price directly!
$50 = Original ร— 1.25
Original = 50 รท 1.25 = $40
Let p = original. Then p ร— 1.25 = 50
p = 50 / 1.25 = $40.00 โœ“
TRAP: 50 ร— 0.75 = $37.50 is WRONG! You can't just subtract 25% from the final price!
๐ŸŽ“ ALL DONE!
Check your answers above โ†‘