Skip to main content
🚀 This is a Beta – features are in progress.Share feedback
All topics
Math

Systems of Equations

6 min readMedium5-question drill

Systems of equations test whether you can find values that satisfy *two* equations at once — and the SAT loves them because they show up in word problems, graphing questions, and linear-relationship puzzles.

A system of equations is two (or more) equations that must be true at the same time. Solving means finding values for the variables that satisfy every equation in the system.

{x+y=10xy=4\begin{cases} x + y = 10 \\ x - y = 4 \end{cases}

The solution is x=7x = 7, y=3y = 3 — both equations are satisfied.

Three solving methods. Pick whichever is fastest:

1. Substitution. Solve one equation for one variable, plug into the other.

  • From x+y=10x + y = 10: x=10yx = 10 - y.
  • Plug into xy=4x - y = 4: (10y)y=4102y=4y=3(10 - y) - y = 4 \Rightarrow 10 - 2y = 4 \Rightarrow y = 3.
  • Back to x=103=7x = 10 - 3 = 7.

2. Elimination. Add or subtract equations to cancel a variable.

  • Adding the two equations directly: (x+y)+(xy)=10+42x=14x=7(x+y) + (x-y) = 10 + 4 \Rightarrow 2x = 14 \Rightarrow x = 7.
  • Then plug into either: 7+y=10y=37 + y = 10 \Rightarrow y = 3.

3. Graphing / inspection. Each linear equation is a line. The solution is where the lines cross. The SAT sometimes gives you a graph and asks you to read off the intersection.

Special cases:

  • No solution: the lines are parallel (same slope, different y-intercepts). The system never has a common point.
  • Infinitely many solutions: the lines are the same (same slope, same y-intercept). Every point on the line satisfies both equations.

Quick test for slopes-and-intercepts: rewrite both equations in y=mx+by = mx + b form. If the mm's differ, there's exactly one solution. If mm's match but bb's don't, no solution. If both match, infinite.

Word problems: translate two facts into two equations. "Tickets cost $12 for adults and $8 for students. They sold 100 tickets for $1,000." Two equations: a+s=100a + s = 100 and 12a+8s=100012a + 8s = 1000.

Quick check

Pick a method (substitution if a variable is already isolated; elimination if coefficients cancel nicely). Solve, then plug your values back into BOTH equations to verify.

If 2x + y = 10 and x - y = 2, what is the value of x?

Worked examples

Example 1

Solve the system:

{2x+3y=134xy=5\begin{cases} 2x + 3y = 13 \\ 4x - y = 5 \end{cases}
Example 2

For what value of kk does the system have no solution?

{3x+5y=126x+10y=k\begin{cases} 3x + 5y = 12 \\ 6x + 10y = k \end{cases}

Common pitfalls

Sign errors during elimination

When subtracting one equation from another, distribute the negative to EVERY term. "(2x+y)(xy)=2x+yx+y(2x + y) - (x - y) = 2x + y - x + y" — note the +y+y on the right, not y-y. Sign mistakes here turn a 30-second problem into a wrong answer.

Forgetting to find the second variable

Once you solve for one variable, plug back in to find the other. The SAT often asks for both values, or for a combination like x+yx + y. A solution isn't complete until both are found.

Confusing 'no solution' with 'one variable is zero'

If x=0x = 0 and y=5y = 5, that IS a solution (the point (0,5)(0, 5)). 'No solution' means the system has no values that satisfy both — typically when the lines are parallel.

Translation errors in word problems

"Twice as many students as adults" means s=2as = 2a, NOT a=2sa = 2s. Read the relationship in the order it's stated and assign carefully. Test with actual numbers if unsure.

Key takeaways

  • A solution to a system satisfies all equations simultaneously.

  • Use substitution when one variable is easy to isolate; use elimination when coefficients cancel cleanly.

  • Two lines: cross at one point (one solution), are parallel (no solution), or are identical (infinite solutions).

  • If one equation is a scalar multiple of the other, the system is either infinite or no-solution — never one solution.

  • Always plug the answer back into both equations to verify.

Watch & learn

Curated Khan Academy walkthroughs on Systems of Equations. They're complementary to this lesson — watch one if a written explanation isn't clicking, or after to reinforce.

Try it yourself

5 practice questions on Systems of Equations, drawn from the question bank. The tutor is one click away if you get stuck.

Lesson v1 · generated 5/2/2026 · the floating tutor knows you're on this lesson — ask anything.