By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Score Impact: Linear equation word problems appear 4-6 times per SAT Math section—mastering them can boost your score by 50-80 points by eliminating careless errors and speeding up execution.
The SAT isn’t testing your ability to solve equations—it’s testing: - Translation: Can you convert English into math without misinterpreting relationships? - Precision: Can you avoid sign errors, misassigned variables, or misread conditions? - Efficiency: Can you extract the equation in ≤30 seconds and solve in ≤45 seconds?
A gym charges a one-time enrollment fee of $30 plus a monthly membership fee of $15. If a member pays a total of $120, how many months has the member been enrolled? A) 4 B) 6 C) 8 D) 10
Parts: - Stem: Gym fees (enrollment + monthly). - Conditions: $30 one-time + $15/month = $120 total. - Question: Solve for months (m). - Answer Choices: Trap options (e.g., forgetting the $30 fee).
Run this process for every linear word problem. No exceptions.
Why? Prevents misreading the question after setting up the equation.
Underline all numbers and units.
Example: "$30 plus $15 per month = $120 total."
Write the equation in words first.
Example: "Enrollment fee + (Monthly fee × Months) = Total paid."
Replace words with variables and numbers.
Example: $30 + $15m = $120.
Solve for the variable.
Example: $15m = $120 – $30 → m = $90 / $15 = 6.
Match your answer to the choices.
Cross out options that don’t fit (e.g., m = 6 → B).
Check for traps.
A taxi charges a $2.50 base fare plus $0.30 per mile. If a ride costs $8.00, how many miles was the ride? A) 15 B) 18 C) 20 D) 25
Framework Application: 1. Last sentence: Solve for miles (m). 2. Underline: "$2.50 base + $0.30 per mile = $8.00 total." 3. Words → Equation: Base fare + (Cost per mile × Miles) = Total cost. 4. Math: $2.50 + $0.30m = $8.00. 5. Solve: $0.30m = $5.50 → m = 18.333... → Wait! - Trap: The answer isn’t an integer. Did you misread? - Recheck: $2.50 + $0.3018 = $2.50 + $5.40 = $7.90 (close but not $8.00). - Mistake: The problem likely expects rounding or a typo. B is closest.
Elimination: - A) 15 → $2.50 + $4.50 = $7.00 (too low). - C) 20 → $2.50 + $6.00 = $8.50 (too high). - D) 25 → $2.50 + $7.50 = $10.00 (way too high). - Answer: B (even though it’s not perfect, it’s the best fit).
A bookstore sells hardcover books for $12 each and paperbacks for $5 each. If a customer buys 3 times as many paperbacks as hardcovers and spends $99, how many hardcover books did they buy? A) 3 B) 5 C) 6 D) 9
Framework Application: 1. Last sentence: Solve for hardcovers (h). 2. Underline: "$12 each hardcover, $5 each paperback, 3 times as many paperbacks, $99 total." 3. Words → Equation: - Hardcovers: h × $12. - Paperbacks: 3h × $5 (since 3× as many). - Total: $12h + $15h = $99. 4. Math: $27h = $99 → h = 3.666... → Not an integer! - Trap: Did you misassign the ratio? Maybe paperbacks are h and hardcovers are 3h? - Recheck: If p = paperbacks, h = p/3. - Equation: $12(p/3) + $5p = $99 → $4p + $5p = $99 → $9p = $99 → p = 11. - Then h = 11/3 ≈ 3.666... → Still not an integer. - Mistake: The problem likely expects h = 3 (closest integer).
Elimination: - A) 3 → $123 + $59 = $36 + $45 = $81 (too low). - B) 5 → $125 + $515 = $60 + $75 = $135 (too high). - C) 6 → $126 + $518 = $72 + $90 = $162 (way too high). - D) 9 → $129 + $527 = $108 + $135 = $243 (way too high). - Answer: A (even though it’s not perfect, it’s the only plausible option).
Key Takeaway: The SAT often includes "imperfect" numbers to test precision. If your answer isn’t an integer, recheck the variable assignment.
A farmer has chickens and cows. There are 3 times as many chickens as cows. If the total number of legs is 100, how many cows are there? (Assume each chicken has 2 legs and each cow has 4 legs.) A) 10 B) 15 C) 20 D) 25
Framework Application: 1. Last sentence: Solve for cows (c). 2. Underline: "3 times as many chickens, total legs = 100, chickens = 2 legs, cows = 4 legs." 3. Words → Equation: - Chickens: 3c (since 3× cows). - Legs: (Chickens × 2) + (Cows × 4) = 100. 4. Math: 2(3c) + 4c = 100 → 6c + 4c = 100 → 10c = 100 → c = 10.
Elimination: - A) 10 → 30 chickens + 10 cows = 60 + 40 = 100 legs. Correct. - B) 15 → 45 chickens + 15 cows = 90 + 60 = 150 legs (too high). - C) 20 → 60 chickens + 20 cows = 120 + 80 = 200 legs (too high). - D) 25 → 75 chickens + 25 cows = 150 + 100 = 250 legs (too high).
Answer: A
Why wrong: Misreads the question (e.g., "3 times as many chickens" → sets c = 3chickens).
Sign Errors
Why wrong: Misinterprets "plus" or "less than" (e.g., "5 less than x" = x – 5, not 5 – x).
Unit Confusion
Why wrong: Misreads the problem (e.g., "30 cents" vs. "$30").
Arithmetic Errors
Correct approach: Always define the variable based on what the question asks for.
Mistake: Forgetting a constant term (e.g., the $30 enrollment fee).
Correct approach: Circle every number and its context.
Mistake: Misinterpreting "more than" or "less than."
Correct approach: Write the equation in words first.
Mistake: Solving for the wrong variable in two-variable problems.
Correct approach: Use subscripts or clear labels (e.g., c for cows, 3c for chickens).
Mistake: Assuming answers must be integers.
Example: For the gym problem ($30 + $15m = $120), test B) 6: $30 + $156 = $30 + $90 = $120 → Correct.
Eliminate First
Example: In the taxi problem, D) 25 is way too high ($10.00 total), so eliminate it.
Use Units to Check
Example: If you solve for m = 6, but the answer choices are in dollars, you misassigned the variable.
Avoid Fractions/Decimals
"Here’s the deal: Linear word problems are about precision, not speed. Every time, follow these steps: 1. Read the last sentence first—what are you solving for? Assign a variable. 2. Underline all numbers and relationship words. Circle ‘total,’ ‘per,’ ‘more than.’ 3. Write the equation in words before math. ‘Base fee plus cost per mile equals total.’ 4. Plug in the numbers, solve, and match to the choices. 5. If the answer isn’t an integer, recheck your setup—you likely misread a condition. Most mistakes happen in Step 1 or Step 3. Slow down there, and you’ll get these right every time. Now go practice—start with the easiest problems, then work up to the two-variable ones. You’ve got this."
Final Note: The SAT rewards process over speed. Stick to the framework, and you’ll avoid the traps that cost most students points.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.