Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Linear Equation Word Problems (SAT) – Complete Guide
Source: https://www.fatskills.com/sat/chapter/how-to-solve-linear-equation-word-problems-sat-complete-guide

How to Solve: Linear Equation Word Problems (SAT) – Complete Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

How to Solve: Linear Equation Word Problems (SAT) – Complete Guide

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.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

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?


ANATOMY OF THE QUESTION

Structure Breakdown

  1. Stem (1-3 sentences): Describes a real-world scenario with quantities and relationships.
  2. Key: Identify the unknowns (what you’re solving for) and constants (given numbers).
  3. Conditions (1-2 sentences): Defines relationships between variables (e.g., "twice as many," "5 less than").
  4. Key: These become the coefficients and operations in your equation.
  5. Question: Asks for a specific value (e.g., "What is the value of x?").
  6. Answer Choices (A-E): 4-5 options, often including:
  7. Correct answer (derived from the equation).
  8. Distractors (common misinterpretations or arithmetic errors).

Representative Example

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).


THE DECISION FRAMEWORK (Step-by-Step)

Run this process for every linear word problem. No exceptions.

  1. Read the last sentence first.
  2. Identify the unknown (what you’re solving for) and assign a variable (e.g., m = months).
  3. Why? Prevents misreading the question after setting up the equation.

  4. Underline all numbers and units.

  5. Circle relationship words (e.g., "more than," "less than," "per," "total").
  6. Example: "$30 plus $15 per month = $120 total."

  7. Write the equation in words first.

  8. Translate the stem into a plain-English equation before math.
  9. Example: "Enrollment fee + (Monthly fee × Months) = Total paid."

  10. Replace words with variables and numbers.

  11. Example: $30 + $15m = $120.

  12. Solve for the variable.

  13. Isolate the variable using inverse operations.
  14. Example: $15m = $120 – $30 → m = $90 / $15 = 6.

  15. Match your answer to the choices.

  16. Cross out options that don’t fit (e.g., m = 6 → B).

  17. Check for traps.

  18. Did you misassign the variable? (e.g., solving for total cost instead of months).
  19. Did you ignore a condition? (e.g., forgetting the $30 fee).

Worked Examples

Example 1: Straightforward

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).


Example 2: Common Trap (Misassigned Variable)

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.


Example 3: Hard Variant (Two Variables)

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


WRONG ANSWER PATTERNS

  1. Ignoring a Condition
  2. Looks right: Solving for the wrong variable (e.g., chickens instead of cows).
  3. Why wrong: Misreads the question (e.g., "3 times as many chickens" → sets c = 3chickens).

  4. Sign Errors

  5. Looks right: Using subtraction instead of addition (e.g., $120 – $30 = $15mm = 6, but forgets the $30).
  6. Why wrong: Misinterprets "plus" or "less than" (e.g., "5 less than x" = x – 5, not 5 – x).

  7. Unit Confusion

  8. Looks right: Mixing up dollars and cents (e.g., $0.30/mile vs. $30/mile).
  9. Why wrong: Misreads the problem (e.g., "30 cents" vs. "$30").

  10. Arithmetic Errors

  11. Looks right: Simple division/multiplication mistake (e.g., 99 ÷ 9 = 10 instead of 11).
  12. Why wrong: Rushing under time pressure.

Common Mistakes

  1. Mistake: Assigning the variable to the wrong quantity.
  2. Why it happens: Skipping Step 1 (reading the last sentence first).
  3. Correct approach: Always define the variable based on what the question asks for.

  4. Mistake: Forgetting a constant term (e.g., the $30 enrollment fee).

  5. Why it happens: Not underlining all numbers in the stem.
  6. Correct approach: Circle every number and its context.

  7. Mistake: Misinterpreting "more than" or "less than."

  8. Why it happens: Reversing the order (e.g., "5 less than x" = x – 5, not 5 – x).
  9. Correct approach: Write the equation in words first.

  10. Mistake: Solving for the wrong variable in two-variable problems.

  11. Why it happens: Not labeling variables clearly (e.g., c = cows, ch = chickens).
  12. Correct approach: Use subscripts or clear labels (e.g., c for cows, 3c for chickens).

  13. Mistake: Assuming answers must be integers.

  14. Why it happens: Over-relying on "nice" numbers.
  15. Correct approach: If the answer isn’t an integer, recheck the setup—don’t force it.

TIME STRATEGY

  • Target time: 45-60 seconds per question.
  • When to skip:
  • If you can’t extract the equation in 30 seconds, flag and return.
  • If the math gets messy (e.g., fractions/decimals), double-check for misread conditions.
  • Minimum work to answer confidently:
  • Write the equation in words.
  • Plug in numbers.
  • Solve for the variable.
  • Eliminate 2-3 wrong answers.

BACKSOLVING AND SHORTCUTS

  1. Plug in Answer Choices (Backsolving)
  2. Start with B or C (middle values).
  3. Example: For the gym problem ($30 + $15m = $120), test B) 6:
    $30 + $156 = $30 + $90 = $120 → Correct.

  4. Eliminate First

  5. If two choices are clearly too high/low, cross them out before solving.
  6. Example: In the taxi problem, D) 25 is way too high ($10.00 total), so eliminate it.

  7. Use Units to Check

  8. If the question asks for "months," ensure your answer is in months (not dollars).
  9. Example: If you solve for m = 6, but the answer choices are in dollars, you misassigned the variable.

  10. Avoid Fractions/Decimals

  11. If your answer isn’t an integer, recheck the setup—most SAT problems have integer solutions.

1-Minute Recap

"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.



ADVERTISEMENT