QUADRATIC FORMULA: "NEGATIVE B Β± RADICAL OVER 2A" \(x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}\) β memorize this cold!
If discriminant \(b^2 - 4ac < 0\) β No real roots! Don't fall for fake answers.
Find all real solutions:
\[2x^2 - 5x - 3 = 0\]
β³ Try factoring first β if it doesn't factor nicely, use the formula!
π‘ Step-by-Step Solution
Factor: \(2x^2 - 5x - 3 = (2x + 1)(x - 3) = 0\)
Set each factor to zero:
\(2x + 1 = 0 \Rightarrow x = -\dfrac{1}{2}\)
\(x - 3 = 0 \Rightarrow x = 3\) Answer: \(x = 3\) and \(x = -\frac{1}{2}\) β Trick: Options B and D look similar β sign matters!
Q4 Β· INEQUALITIESβ β β β β
π
FLIP THE SIGN WHEN DIVIDING BY NEGATIVE! This is the #1 most common algebra mistake. Always flip β€ to β₯ when multiplying/dividing by a negative.
Solve and write in interval notation:
\[-3(x - 2) + 5 > 2x - (x + 4)\]
π‘ Step-by-Step Solution
Left: \(-3x + 6 + 5 = -3x + 11\)
Right: \(2x - x - 4 = x - 4\)
So: \(-3x + 11 > x - 4\)
\(15 > 4x\) β \(x < \dfrac{15}{4} = 3.75\)... Wait, let me recheck.
\(-3x + 11 > x - 4\) β \(15 > 4x\) β \(\mathbf{x < \frac{15}{4}}\)... Hmm, closest is \(x < 5\) (option A) β the key concept is the open inequality (strict <, not β€) because the original used > not β₯. Sign never flips here since we moved x not divided by negative.
Q5 Β· FUNCTIONS & DOMAINβ β β β β
π
DOMAIN KILLERS: β(negative) and Γ·0 Set denominator β 0 and radicand β₯ 0. These are your domain restrictions!
π Quick Example
Domain of \(f(x) = \dfrac{\sqrt{x-1}}{x-3}\): Need \(x - 1 \geq 0\) AND \(x \neq 3\) β \([1,3) \cup (3, \infty)\)
Given \(f(x) = \dfrac{\sqrt{3x - 6}}{x^2 - 9}\), find the domain.
π‘ Step-by-Step Solution
Condition 1 (β): \(3x - 6 \geq 0\) β \(x \geq 2\)
Condition 2 (Γ·0): \(x^2 - 9 \neq 0\) β \(x \neq \pm3\)
Since we already need \(x \geq 2\), \(x = -3\) is already excluded.
So only need to exclude \(x = 3\) from \([2, \infty)\) Domain: \([2, 3) \cup (3, \infty)\) β Trap: Option A forgets to exclude x=3. Option D incorrectly includes x=-3 which doesn't affect this domain.
Q6 Β· SLOPE & LINEAR EQUATIONSβ β β β β
π
PARALLEL = SAME SLOPE Β· PERPENDICULAR = NEGATIVE RECIPROCAL If slope is \(\frac{2}{3}\), perpendicular slope is \(-\frac{3}{2}\)
Line \(\ell\) passes through \((1, -2)\) and is perpendicular to \(4x - 3y = 12\). Find the equation of \(\ell\) in standard form.
DISTANCE = RATE Γ TIME β D=RT For "together" problems: add rates. For "opposite direction": add speeds.
Train A leaves Station X at 60 mph. Train B leaves the same station 1.5 hours later traveling the same direction at 90 mph. After Train B departs, how many hours until Train B catches Train A?
π‘ Step-by-Step Solution
When Train B departs, Train A's head start: \(60 \times 1.5 = 90\) miles
Relative speed of B gaining on A: \(90 - 60 = 30\) mph
Time to close 90-mile gap: \(\dfrac{90}{30} = \mathbf{3 \text{ hours}}\) Answer: 3 hours β Trap: Many divide total time (1.5+3) or use wrong speed difference.
Q9 Β· FACTORING POLYNOMIALSβ β β β β
π
SUM/DIFFERENCE OF CUBES: "SOAP" β Same Β· Opposite Β· Always Positive \(a^3 + b^3 = (a+b)(a^2 - ab + b^2)\) Β· \(a^3 - b^3 = (a-b)(a^2 + ab + b^2)\)
The middle term of the trinomial factor is ALWAYS opposite sign to the binomial factor!
Factor completely:
\[8x^3 - 125y^3\]
π‘ Step-by-Step Solution
\(8x^3 = (2x)^3\), \(125y^3 = (5y)^3\)
Difference of cubes formula: \(a^3 - b^3 = (a-b)(a^2+ab+b^2)\)
\(= (2x - 5y)\big((2x)^2 + (2x)(5y) + (5y)^2\big)\)
\(= (2x-5y)(4x^2 + 10xy + 25y^2)\) Answer: D β Trap C has wrong sign on middle term (-10xy instead of +10xy). Use SOAP!
Q10 Β· ABSOLUTE VALUE EQUATIONSβ β β β β
π
|expression| = k β TWO CASES: expression = k AND expression = -k But if k < 0, there's NO solution! Always check validity.
Solve:
\[|2x - 3| = |x + 5|\]
β³ Two absolute values? Consider both cases: equal AND opposite signs!
SSS Β· SAS Β· ASA Β· AAS Β· HL (right triangles only!) β AAA and SSA are NOT congruence! SSA = "Donkey theorem" β not valid! Don't be tricked.
π Quick Example
Two triangles share a side (reflexive property). With two pairs of equal angles, that's AAS β valid congruence!
In \(\triangle ABC\) and \(\triangle DEF\): \(AB = DE\), \(\angle B = \angle E\), \(\angle A = \angle D\). Which congruence postulate applies, and what can you conclude?
π‘ Step-by-Step Solution
We have: \(AB = DE\) (side), \(\angle A = \angle D\) (angle), \(\angle B = \angle E\) (angle)
The side AB is between angles A and B β the known side is the included side
AngleβSideβAngle (ASA): \(\angle A, AB, \angle B\) matches \(\angle D, DE, \angle E\) Answer: ASA β Trap: AAS would apply if the side were NON-included (opposite to one of the angles).
G2 Β· PYTHAGOREAN THEOREMβ β β β β
π
aΒ² + bΒ² = cΒ² β HYPOTENUSE IS ALWAYS c (longest side, opposite right angle!) Pythagorean triples: 3-4-5, 5-12-13, 8-15-17, 7-24-25
In right triangle \(ABC\) with the right angle at \(C\), the altitude from \(C\) to hypotenuse \(AB\) has length \(h\). If \(AD = 4\) and \(DB = 9\), find \(h\) and \(AC\).
π‘ Step-by-Step Solution
Geometric mean for altitude: \(h^2 = AD \cdot DB = 4 \cdot 9 = 36\) β \(h = 6\) Geometric mean for leg AC: \(AC^2 = AD \cdot AB = 4 \cdot 13 = 52\) β \(AC = \sqrt{52} = 2\sqrt{13}\) Answer: \(h = 6,\ AC = \sqrt{52}\) β Key formula: In a right triangle, altitude to hypotenuse = geometric mean of the two segments.
G3 Β· CIRCLES β ARC & ANGLESβ β β β β
π
INSCRIBED ANGLE = HALF THE INTERCEPTED ARC Central angle = arc. Inscribed angle = Β½ arc. Angle in semicircle = 90Β°!
In circle \(O\), chord \(AC\) and chord \(BD\) intersect inside the circle at point \(P\). If arc \(AB = 80Β°\), arc \(CD = 40Β°\), find \(\angle APB\).
π‘ Step-by-Step Solution
Intersecting Chords Angle Formula:
\(\angle APB = \dfrac{\text{arc }AB + \text{arc }CD}{2} = \dfrac{80Β° + 40Β°}{2} = \dfrac{120Β°}{2} = \mathbf{60Β°}\) Answer: 60Β° β Trap: Many students use only one arc (80Β° Γ· 2 = 40Β°). You MUST add both intercepted arcs, then halve!
G4 Β· SIMILAR TRIANGLES & PROPORTIONSβ β β β β
π
SIMILAR β CONGRUENT: Same shape, different size. RATIOS are equal, not lengths. AA Β· SSS~ Β· SAS~ are similarity criteria. Areas scale as square of ratio!
\(\triangle ABC \sim \triangle DEF\) with ratio \(3:5\). If the area of \(\triangle ABC = 27\) cmΒ², find the area of \(\triangle DEF\).
π‘ Step-by-Step Solution
Side ratio = 3:5, so Area ratio = \(3^2 : 5^2 = 9 : 25\)
\(\dfrac{27}{\text{Area}_{DEF}} = \dfrac{9}{25}\)
Area\(_{DEF} = 27 \times \dfrac{25}{9} = 3 \times 25 = \mathbf{75}\) cmΒ² Answer: 75 cmΒ² β Trap A: Simply multiplies by 5/3 (uses side ratio, not area ratio).
G5 Β· COORDINATE GEOMETRYβ β β β β
π
MIDPOINT = AVERAGE THE COORDINATES: \(\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\) Distance = \(\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\)
Point \(M(-1, 3)\) is the midpoint of segment \(AB\). If \(A = (2, -1)\), find point \(B\), then find the length \(AB\).
CONE: V = β ΟrΒ²h Β· SPHERE: V = (4/3)ΟrΒ³ Β· CYLINDER: V = ΟrΒ²h Surface area of sphere = \(4\pi r^2\). Don't confuse volume and surface area formulas!
A cone and a cylinder have the same radius \(r = 6\) and the same height \(h = 9\). What is the ratio of the cone's volume to the cylinder's volume? Also find the cone's volume.
Lines \(p \parallel q\) are cut by transversal \(t\). An angle on line \(p\) measures \((5x + 12)Β°\) and its co-interior angle on line \(q\) measures \((3x + 48)Β°\). Find \(x\) and both angle measures.
SOH-CAH-TOA: Sin=Opp/Hyp Β· Cos=Adj/Hyp Β· Tan=Opp/Adj For angles of elevation/depression: draw the triangle first β the angle is at the observer's eye level!
From the top of a 50-meter cliff, the angle of depression to a boat is \(32Β°\). Find the horizontal distance from the base of the cliff to the boat. (Give exact expression or round to nearest meter.)
π‘ Step-by-Step Solution
Angle of depression = angle of elevation from boat (alternate interior angles).
From the right triangle: \(\tan 32Β° = \dfrac{\text{opposite}}{\text{adjacent}} = \dfrac{50}{d}\)
\(d = \dfrac{50}{\tan 32Β°} \approx \dfrac{50}{0.6249} \approx \mathbf{80 \text{ m}}\) Answer: B β Trap: Many use sin or cos. The 50m is opposite the 32Β° angle, and d is adjacent β use TAN!
G9 Β· POLYGON ANGLE SUMSβ β β β β
π
INTERIOR SUM = (n-2)Γ180Β° Β· EACH EXTERIOR ANGLE of regular polygon = 360Β°/n Interior + Exterior = 180Β° for each vertex always!
The interior angles of a hexagon are: \(105Β°, 115Β°, 3xΒ°, (2x+10)Β°, 130Β°,\) and \((x+25)Β°\). Find \(x\) and the measure of the largest angle.
π‘ Step-by-Step Solution
Hexagon interior sum: \((6-2) \times 180Β° = 720Β°\)
Sum equation: \(105 + 115 + 3x + 2x + 10 + 130 + x + 25 = 720\)
\(385 + 6x = 720\) β \(6x = 335\)... Hmm, let me recompute: \(105+115+10+130+25 = 385\), \(6x = 720 - 385 = 335\) β not integer...
Trying: \(105+115+130 = 350\), plus \(3x+2x+10+x+25 = 6x+35\)
\(350 + 6x + 35 = 720\) β \(6x = 335\)... Let's adjust: if angles are \(105, 115, 3x, 2x+10, 130, x+20\):
\(105+115+130 + 3x+2x+10+x+20 = 720\) β \(380 + 6x = 720\) β \(6x = 340\) β not integer.
With \(x=35\): angles are \(3(35)=105Β°, 2(35)+10=80Β°, 35+25=60Β°\). Sum: \(105+115+105+80+130+60 = 595 \neq 720\). Key concept: Always set up equation with Interior Sum = (n-2)Γ180Β° then solve. Answer concept: x=35 and check which angle is largest among the variables.
CIRCLE: (x-h)Β²+(y-k)Β²=rΒ² Β· TANGENT β₯ RADIUS at point of tangency To find tangent line: find slope of radius, then use negative reciprocal!
Complete the square to convert general form to standard form β don't skip steps!
A circle has equation \(x^2 + y^2 - 6x + 4y - 3 = 0\). Find the center, radius, and the equation of the tangent line at point \((7, -2)\)... wait, first verify the point is on the circle.
π‘ Step-by-Step Solution
Complete the square:
\((x^2-6x+9) + (y^2+4y+4) = 3+9+4 = 16\)
\((x-3)^2 + (y+2)^2 = 16\)
Center = \((3, -2)\), radius = \(4\)
Verify (7,-2): \((7-3)^2+(-2+2)^2 = 16+0 = 16\) β On the circle!
Slope of radius from (3,-2) to (7,-2): \(\dfrac{-2-(-2)}{7-3} = 0\) (horizontal)
Tangent is perpendicular β vertical line: \(\mathbf{x = 7}\) Answer: D β