20 carefully chosen problems — concepts you'll actually see on your test. Pick your answer and get instant feedback.
Score
0 / 0
Progress
Algebra 1
10 Problems · Word Problems
A · 01Linear EquationsEasy
Key: Isolate → Inverse Operations
Emma has $47 in her piggy bank. She earns $8 per hour babysitting. How many hours must she work to have exactly $103?
⚠️ Common mistake: Forgetting to subtract the money she already has before dividing.
Example First
If you have $10 and earn $5/hr, hours to reach $25:
\(10 + 5h = 25 \Rightarrow 5h = 15 \Rightarrow h = 3\)
📘 Explanation
Set up: \(47 + 8h = 103\)
Subtract 47 from both sides: \(8h = 56\)
Divide: \(h = 7\) ✓
Trap: Dividing 103 ÷ 8 = 12.875 (forgetting the $47 head start) is the #1 error here.
A · 02InequalitiesMedium
Key: Flip sign when ÷ by NEGATIVE
A store sells notebooks for $3 each. Jake has $20 and wants to buy as many notebooks as possible, but he must keep at least $5 for bus fare. What is the maximum number of notebooks he can buy?
⚠️ Common mistake: Using all $20 without saving $5.
Example First
\(3n \leq 20 - 5\) → Money available after saving: \(\$15\) → max notebooks = 5
📘 Explanation
Available spending: \(20 - 5 = \$15\)
Inequality: \(3n \leq 15 \Rightarrow n \leq 5\)
Max whole notebooks = 5. Answer: B ✓
Trap: \(20 \div 3 = 6.6\) → 6 notebooks, but this ignores the $5 bus fare constraint.
A · 03Systems of EquationsMedium
Key: Substitution OR Elimination
Two friends, Ava and Ben, together have 34 stickers. Ava has 6 more stickers than Ben. How many stickers does Ben have?
⚠️ Common mistake: Finding Ava's count and reporting it as Ben's.
Example First
Two numbers sum to 10, one is 2 more than other: \(a + b = 10,\ a = b+2 \Rightarrow b = 4\)
📘 Explanation
Let \(b\) = Ben's stickers, \(a = b + 6\)
\(a + b = 34 \Rightarrow (b+6) + b = 34 \Rightarrow 2b = 28 \Rightarrow b = 14\)
Ben has 14 stickers. Answer: C ✓
Trap: Ava has 20 — that's option D, placed to catch students who answer the wrong person.
A · 04Proportions & PercentEasy
Key: Part ÷ Whole × 100
A shirt originally costs $40. It is on sale for 25% off. What is the sale price?
⚠️ Common mistake: Reporting the discount amount ($10) instead of the final price.
Example First
20% off $50: discount = \(0.20 \times 50 = \$10\), sale price = \(50 - 10 = \$40\)
📘 Explanation
Discount = \(0.25 \times 40 = \$10\)
Sale price = \(40 - 10 = \$30\). Answer: B ✓
Alternatively: \(40 \times 0.75 = \$30\) (multiply by the remaining percentage directly).
A · 05Rate & DistanceMedium
Key: d = r × t
Car A travels at 60 mph. Car B travels at 45 mph in the same direction. Car A leaves 1 hour after Car B. How many hours after Car A departs will Car A catch up to Car B?
⚠️ Common mistake: Forgetting Car B's 1-hour head start.
Example First
Head start = \(45 \times 1 = 45\) miles. Close rate = \(60 - 45 = 15\) mph.
📘 Explanation
Head start: \(45 \times 1 = 45\) mi
Closing speed: \(60 - 45 = 15\) mph
Time to catch: \(45 \div 15 = 3\) hours. Answer: C ✓
A · 06Slope & Linear FunctionsMedium
Key: slope = rise ÷ run = Δy ÷ Δx
A plumber charges a $50 flat fee plus $75 per hour. Write the total cost \(C\) as a function of hours \(h\), then find the cost for 4 hours.
⚠️ Common mistake: Multiplying the flat fee by hours.
Example First
\(C = \text{flat fee} + \text{rate} \times h\)
Key: Total amount × Concentration = Pure substance
A chemist has 20 liters of a 30% acid solution and wants to make a 50% acid solution. How many liters of pure acid must be added?
⚠️ Common mistake: Forgetting the added acid also increases total volume.
Example First
Acid in + Acid added = Acid in result: \(0.30(20) + x = 0.50(20 + x)\)
📘 Explanation
\(6 + x = 0.5(20 + x)\)
\(6 + x = 10 + 0.5x\)
\(0.5x = 4 \Rightarrow x = 8\) liters. Answer: B ✓
A · 10Functions & DomainHard
Key: Domain = all valid inputs (x-values)
The function \(f(x) = \dfrac{3}{x - 4}\) models a situation. Which value of \(x\) is NOT in the domain?
⚠️ Common mistake: Setting the numerator to zero instead of the denominator.
Example First
\(\frac{5}{x-2}\) is undefined when \(x - 2 = 0 \Rightarrow x = 2\). So 2 is excluded from domain.
📘 Explanation
Division by zero is undefined → set denominator = 0:
\(x - 4 = 0 \Rightarrow x = 4\)
Domain is all real numbers except \(x = 4\). Answer: C ✓
Geometry
10 Problems · Core Concepts
G · 01AnglesEasy
Key: Supplementary = 180°, Complementary = 90°
Two angles are supplementary. One angle measures \((3x + 10)°\) and the other measures \((x + 20)°\). Find \(x\).
⚠️ Common mistake: Confusing supplementary (180°) with complementary (90°).
Example First
Supplementary: angles sum to 180°: \((2x + 5) + (x + 10) = 180\)