Fatskills
Practice. Master. Repeat.
Study Guide: K-12 Math (US): 9-12 Algebra K-12 Math Systems Solve systems of equations
Source: https://www.fatskills.com/basic-mathematics/chapter/9-12-algebra-k-12-math-systems-solve-systems-of-equations

K-12 Math (US): 9-12 Algebra K-12 Math Systems Solve systems of equations

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

⏱️ ~6 min read

Study Guide: Solving Systems of Equations (Grade 9–12, Algebra)


1. The Driving Question

You’re running a food truck with two best-selling items: tacos and burritos. On Monday, you sold 50 tacos and 30 burritos for $350. On Tuesday, you sold 20 tacos and 40 burritos for $320. How much does one taco cost, and how much does one burrito cost? And why can’t you just divide the total money by the total number of items to find the price of each?


2. The Core Idea — Built, Not Listed

Imagine you’re at a concert where two different ticket types are sold: general admission ($G) and VIP ($V). On Day 1, 100 general and 50 VIP tickets sold for $12,500 total. On Day 2, 80 general and 60 VIP tickets sold for $13,600. You can’t just average the prices because the mix of tickets changes—so you need a way to lock both prices at once. That’s what a system of equations does: it ties two unknowns together with two different scenarios, forcing them to reveal their true values.

A system of equations is like two scales balancing at the same time. If you adjust one, the other must adjust too—until both scales are perfectly level. The solution is the pair of numbers that makes both equations true at once.

Key Vocabulary:
- System of equations: Two or more equations with the same variables that are solved together.
Example: A gym charges a one-time enrollment fee ($E) plus a monthly fee ($M). Member A paid $120 for 3 months; Member B paid $200 for 6 months. The system is: 3M + E = 120 6M + E = 200 (College note: In linear algebra, systems can have 3+ variables and are solved using matrices, not just substitution/elimination.)


  • Solution to a system: The ordered pair (x, y) that satisfies both equations.
    Example: If (4, 5) is a solution, plugging x=4 and y=5 into both equations makes them true.
    (College note: Solutions can also be lines (infinite solutions) or nonexistent (parallel lines), which are explored in vector spaces.)

  • Substitution method: Solving one equation for one variable and plugging it into the other.
    Example: If y = 2x + 3 and 3x + y = 9, replace y in the second equation with 2x + 3.
    (College note: Substitution is foundational for solving nonlinear systems, like circles and parabolas.)

  • Elimination method: Adding or subtracting equations to cancel out one variable.
    Example: To solve 2x + 3y = 7 and 4x - 3y = 5, add them to eliminate y.
    (College note: Elimination generalizes to row operations in matrix algebra, the basis for solving large systems.)


3. Assessment Translation

How this appears on assessments:
- SAT/ACT: Multiple-choice questions testing substitution/elimination (e.g., "Which system has no solution?"). Distractors often include: - Swapping x and y in the solution.
- Forgetting to distribute a negative sign during elimination.
- Misidentifying parallel lines (same slope, different intercepts) as having infinite solutions.
- AP Calculus/Algebra II: Free-response questions requiring: - Setting up a system from a word problem (e.g., mixture problems, rate problems).
- Justifying why a system has no solution (e.g., showing lines are parallel).
- Using matrices or graphing to solve (in later units).

What a proficient response looks like:
Prompt: Solve the system: 3x + 2y = 12 x - y = 1

Proficient student response: 1. Solve the second equation for x: x = y + 1.
2. Substitute x = y + 1 into the first equation: 3(y + 1) + 2y = 12.
3. Distribute and combine like terms: 3y + 3 + 2y = 125y + 3 = 12.
4. Solve for y: 5y = 9y = 9/5.
5. Substitute y = 9/5 back into x = y + 1: x = 9/5 + 5/5 = 14/5.
6. Write the solution as an ordered pair: (14/5, 9/5).

What the teacher/SAT grader looks for: - Clear algebraic steps (no skipped work).
- Correct substitution/elimination without sign errors.
- Final answer as an ordered pair, not two separate values.
- For word problems: Defining variables and writing equations before solving.


4. Mistake Taxonomy

Mistake 1: The "Half-Solved" Substitution
Prompt: Solve the system: y = 2x + 1 4x - 2y = 6

Common wrong response: 4x - 2(2x + 1) = 6 4x - 4x - 2 = 6 -2 = 6 → "No solution."

Why it loses credit: - The student correctly substitutes but stops when they get -2 = 6, assuming "no solution" without checking if the lines are parallel.
- They miss that the system does have no solution—but only because the lines are parallel (same slope, different intercepts). The work doesn’t show this.

Correct approach: 1. Substitute y = 2x + 1 into the second equation: 4x - 2(2x + 1) = 6.
2. Simplify to -2 = 6 → contradiction.
3. Check slopes: Rewrite both equations in slope-intercept form.
- y = 2x + 1 (slope = 2)
- 4x - 2y = 6y = 2x - 3 (slope = 2, y-intercept = -3).
4. Conclude: Parallel lines → no solution.



Mistake 2: The "Sign Error Elimination"
Prompt: Solve the system: 2x + 3y = 7 -2x + 5y = 1

Common wrong response: Add the equations: (2x + 3y) + (-2x + 5y) = 7 + 18y = 8y = 1.
Then plug y = 1 into 2x + 3(1) = 72x = 4x = 2.
Solution: (2, 1).

Why it loses credit: - The student adds the equations correctly but forgets to distribute the negative sign when substituting back.
- The correct x should be 2, but the work shows 2x = 4 without explaining how they got there (e.g., 2x + 3 = 72x = 4).

Correct approach: 1. Add the equations: 8y = 8y = 1.
2. Substitute y = 1 into either original equation (e.g., 2x + 3(1) = 7).
3. Show all steps: 2x + 3 = 72x = 4x = 2.
4. Write the solution: (2, 1).



Mistake 3: The "Word Problem Misread"
Prompt: A movie theater sells child tickets for $5 and adult tickets for $10. On Saturday, they sold 120 tickets for $900. How many child tickets were sold?

Common wrong response: Let x = child tickets, y = adult tickets.
x + y = 120 5x + 10y = 900 Solve: x = 120 - y5(120 - y) + 10y = 900600 - 5y + 10y = 9005y = 300y = 60.
Then x = 60.
Answer: "60 child tickets."

Why it loses credit: - The student defines variables correctly but misreads the question: they solve for x but report y as the answer.
- They don’t circle back to check which variable the question asked for.

Correct approach: 1. Define variables: x = child tickets, y = adult tickets.
2. Write equations: x + y = 120 and 5x + 10y = 900.
3. Solve for x: Substitute y = 120 - x into the second equation.
4. Simplify: 5x + 10(120 - x) = 9005x + 1200 - 10x = 900-5x = -300x = 60.
5. Answer the question: "60 child tickets were sold."


5. Connection Layer

  • Within math: Systems of equations → linear programming (optimizing profit/cost under constraints, like maximizing food truck revenue given limited ingredients).
  • Across subjects: Systems of equations → chemistry (stoichiometry). Balancing chemical equations is like solving a system where the number of atoms of each element must be equal on both sides (e.g., 2H₂ + O₂ → 2H₂O is a "solution" that balances hydrogen and oxygen).
  • Outside school: Systems of equations → fantasy sports. Drafting players with different point values and salary caps is a system: you need to maximize total points (5x + 10y ≤ 200) while filling roster slots (x + y = 9).


6. The Stretch Question

If a system of two linear equations has infinitely many solutions, does that mean the two equations are identical? Or could they look different but still describe the same line?

Pointer toward the answer: Start by writing two equations with the same slope and y-intercept (e.g., y = 2x + 3 and 2y = 4x + 6). They’re identical when simplified. Now try 3x + 2y = 6 and 6x + 4y = 12. They’re not identical, but one is a multiple of the other—so they describe the same line. The key is that one equation must be a scalar multiple of the other (every term multiplied by the same number). This is how "infinite solutions" works in higher math, like dependent systems in linear algebra.



ADVERTISEMENT