20 carefully selected problems. The most commonly missed concepts. Pick an answer — get instant feedback & detailed explanation.
0Correct
0Answered
—Accuracy
0 / 20
Part I
Algebra I
⚡
ISOLATE → move everything except the variable to the other side.
DISTRIBUTE FIRST → expand parentheses before combining like terms.
FOIL → First · Outer · Inner · Last.
DISCRIMINANT \(b^2-4ac\): positive = 2 real roots · zero = 1 repeated root · negative = no real root.
CONSECUTIVE ODD → \(n,\ n+2,\ n+4\) (not \(n+1\)).
A·01
Maria has $240 to spend on notebooks and pens. Notebooks cost $8 each; pens cost $3 each. She buys twice as many pens as notebooks. How many notebooks does she buy?
Easy
📌 Key Setup
Let notebooks \(= n\). Pens \(= 2n\). Total cost: \(8n + 3(2n) = 240 \Rightarrow 14n = 240\).
📖 Full Solution
Let \(n\) = notebooks, \(2n\) = pens.
\(8n + 3(2n) = 240 \Rightarrow 14n = 240 \Rightarrow n \approx 17.14\)
Since \(n\) must be a whole number: \(14 \times 17 = 238 \leq 240\) ✓ and \(14 \times 18 = 252 > 240\) ✗
Answer: 17 notebooks, spending $238 (leaving $2 unspent).
⚠️ Common trap: Forgetting to multiply pens by 2, writing \(8n + 3n = 240\) instead.
A·02
Solve for \(x\):\(\dfrac{2x-5}{3} = \dfrac{x+4}{2}\)
Medium
📌 Cross-Multiply
Multiply both sides by the LCD (6), or cross-multiply: \(2(2x-5) = 3(x+4)\). Then distribute carefully — watch the negatives!
⚠️ Sign trap: \(2 \times (-5) = -10\), not \(+10\). One of the most common errors on this problem type.
A·03
A train leaves City A at 60 mph. Two hours later, a second train leaves City A in the same direction at 90 mph. How many hours after the second train departs will it catch the first?
Medium
📌 D = R × T · Catch-Up
At the moment of catch-up, both distances are equal. First train has a 2-hour head start.
Let \(t\) = time (hrs) after 2nd train departs: \(\ 60(t+2) = 90t\)
⚠️ Forgetting the "+2" in the first train's time is the #1 error here.
A·04
Find the roots of \(2x^2 - 7x + 3 = 0\).
Medium
📌 AC Method for Factoring
\(a \cdot c = 2 \times 3 = 6\). Find two numbers that multiply to 6 and add to \(-7\): those are \(-6\) and \(-1\).
Rewrite: \(2x^2 - 6x - x + 3 = 0\) → group.
Double-check via formula: \(\Delta = 49 - 24 = 25\), so \(x = \dfrac{7 \pm 5}{4}\) → \(3\) or \(\tfrac{1}{2}\) ✓
A·05
The sum of three consecutive odd integers is 57. What is the largest of the three?
Easy
📖 Full Solution
Let the integers be \(n,\ n+2,\ n+4\).
\((n) + (n+2) + (n+4) = 57 \Rightarrow 3n + 6 = 57 \Rightarrow n = 17\)
The three integers: 17, 19, 21. Largest = 21 ✓
⚠️ Classic trap: Using \(n, n+1, n+2\) (consecutive integers) instead of \(n, n+2, n+4\) (consecutive odd integers).
A·06
Mixture problem: Solution A is 20% acid; Solution B is 50% acid. How many liters of Solution A must be mixed with 12 liters of Solution B to get a 30% acid mixture?
Hard
📌 Mixture Setup
\(\underbrace{0.20x}_{\text{acid from A}} + \underbrace{0.50(12)}_{\text{acid from B}} = \underbrace{0.30(x+12)}_{\text{acid in result}}\)
Proof: \(x^2-4x+4=(x-2)^2=0 \Rightarrow x=2\) (one solution). The parabola is tangent to the x-axis at \((2,0)\).
A·10
A store has two deals on the same item (original price \(P\)): Deal X: 40% off. Deal Y: 25% off, then an additional 20% off the reduced price.
Which deal gives the greater discount?
Hard
📌 Consecutive Discounts ≠ Added Discounts
Two successive discounts of 25% and 20% do not equal 45% off. You must multiply: \(0.75 \times 0.80 = \ ?\)
📖 Full Solution
Deal X: Final price \(= 0.60P\) → 40% off.
Deal Y: \(P \times 0.75 \times 0.80 = 0.60P\) → also 40% off!
Both deals give exactly 40% discount. ✓
⚠️ The classic trap: adding \(25\% + 20\% = 45\%\). Successive percentage discounts always multiply, never add.
Part II
Geometry
⚡
TRIANGLE SUM → three angles always add to 180°.
EXTERIOR ANGLE = sum of the two non-adjacent interior angles.
PARALLEL LINES → alternate interior angles are equal; co-interior (same-side) angles sum to 180°.
INSCRIBED ANGLE = ½ × central angle (same arc).
SIMILAR △ AREA → area ratio = (side ratio)².
SOH-CAH-TOA → sin=opp/hyp · cos=adj/hyp · tan=opp/adj.
G·01
In a triangle, one angle is three times the smallest angle, and the third angle is 20° more than the smallest. Find the largest angle.
Easy
📌 Set Up with One Variable
Let smallest angle \(= x\). The three angles are \(x,\ 3x,\ x+20\). Their sum is 180°.
📖 Full Solution
\(x + 3x + (x+20) = 180 \Rightarrow 5x + 20 = 180 \Rightarrow x = 32°\)
The three angles: \(32°,\ 96°,\ 52°\). Largest = 96° ✓
Check: \(32+96+52=180\) ✓
G·02
Two parallel lines are cut by a transversal. One co-interior (same-side interior) angle measures \((3x+15)°\); the other measures \((2x+5)°\). Find \(x\).
Easy
📌 Co-Interior Angles Are Supplementary
Also called "consecutive interior" or "C-angles." When lines are parallel: co-interior angles sum to 180°.
Do NOT confuse with alternate interior angles, which are equal.
📖 Full Solution
\((3x+15)+(2x+5)=180 \Rightarrow 5x+20=180 \Rightarrow x=32\) ✓
Verify: \(3(32)+15=111°\) and \(2(32)+5=69°\). Sum \(=180°\) ✓
G·03
A right triangle has legs of length 7 and 24. What is the area of the circle whose diameter equals the hypotenuse?
⚠️ The #1 mistake: using the hypotenuse (25) as the radius, getting \(625\pi\). Always halve the diameter!
G·04
In circle O, the inscribed angle \(\angle ABC = 38°\) intercepts arc \(\widehat{AC}\). What is the central angle \(\angle AOC\)?
Medium
📌 Inscribed Angle Theorem
Central angle = 2 × inscribed angle (same intercepted arc).
Memory trick: the center "sees" the arc from the inside — a wider view — so it's always twice as large.
This is always \(\frac{1}{3}\), regardless of the actual radius or height. Three cones always fill exactly one cylinder of the same base and height — a beautiful geometric fact!
G·09
In right triangle \(ABC\) with right angle at \(C\), \(\tan(A) = \dfrac{3}{4}\). Find \(\sin(A) + \cos(A)\).
Hard
📌 SOH-CAH-TOA → 3-4-5
\(\tan A = \dfrac{\text{opposite}}{\text{adjacent}} = \dfrac{3}{4}\). Use the Pythagorean Theorem to find the hypotenuse, then read off sin and cos.
📖 Full Solution
opp \(= 3\), adj \(= 4\), hyp \(= \sqrt{9+16} = 5\)
\(\sin A = \dfrac{3}{5},\quad \cos A = \dfrac{4}{5}\)
\(\sin A + \cos A = \dfrac{3}{5} + \dfrac{4}{5} = \dfrac{7}{5}\) ✓
G·10
A square is inscribed in a circle of radius 6 cm. Find the area of the region inside the circle but outside the square. (Express in terms of \(\pi\).)
Hard
📌 Inscribed Square: Diagonal = Diameter
The diagonal of the square = diameter of the circle \(= 2r = 12\).
Side of square: if diagonal \(= d\), then side \(= \dfrac{d}{\sqrt{2}}\).
📖 Full Solution
Circle area \(= \pi(6^2) = 36\pi\)
Square diagonal \(= 12\). Side \(= \dfrac{12}{\sqrt{2}} = 6\sqrt{2}\).
Square area \(= (6\sqrt{2})^2 = 72\)
Shaded region \(= 36\pi - 72\) cm² ✓
⚠️ Common mistake: using 6 directly as the side length (giving area = 36). Always derive the side from the diagonal.