How to Solve Systems of Equations

How to Solve Systems of Equations?

 Read,6 minutes

A system of equations is a set of equations that must be true at the same time. On the ACT, a system usually asks for the ordered pair \((x,y)\) that makes both equations true.

What the Solution Means

For two linear equations, one solution is the point where the lines intersect. Parallel lines have no solution because they never meet. Two identical lines have infinitely many solutions because every point on one line is also on the other.

Substitution

Use substitution when one equation is already solved for a variable. If \(y = 2x + 1\) and \(3x + y = 16\), substitute \(2x + 1\) for \(y\): \(3x + 2x + 1 = 16\). Then \(5x = 15\), so \(x = 3\). Substitute back to get \(y = 7\). The solution is \((3,7)\).

Elimination

Use elimination when adding or subtracting equations can cancel a variable. For \(2x + 3y = 19\) and \(4x - 3y = 11\), add the equations to get \(6x = 30\), so \(x = 5\). Substitute back: \(2(5) + 3y = 19\), so \(y = 3\). The solution is \((5,3)\).

Systems of Equations

Think of this lesson as more than a rule to memorize. Systems of Equations is about undoing operations while keeping both sides balanced. A strong student does not rush to the first formula on the page; they pause, identify the structure of the problem, and then choose the tool that matches that structure. That pause is what prevents most mistakes.

An equation is a balance. Whatever operation you use on one side, you must use on the other side so the two expressions stay equal.

Here is the teacher way to approach the topic. First, read the problem slowly and underline the information that is actually given. Next, name the target: are you finding a value, simplifying an expression, comparing two quantities, solving for a variable, or interpreting a graph? Once the target is clear, the calculation becomes much less mysterious because every step has a job.

  • Clear clutter such as parentheses or fractions.
  • Collect like terms.
  • Undo operations in reverse order.
  • Substitute the answer back or test a point.

A helpful habit is to say what each number represents before using it. For example, if a number is a denominator, a radius, a slope, a common difference, or a coefficient, it should not be treated like an ordinary loose number. Its role tells you where it belongs in the formula. This is especially important on ACT-style questions because many wrong answer choices come from using the right numbers in the wrong places.

Another good habit is to keep the work organized vertically. Write one clean line for substitution, one line for simplifying, and one line for the final answer. If the problem has units, keep the units attached. If the problem has signs, exponents, or parentheses, copy them carefully from one line to the next. Most errors in this topic are not caused by a hard idea; they are caused by dropping a negative sign, combining unlike terms, using the wrong denominator, or skipping a check.

When you finish, ask a quick reasonableness question. Should the answer be positive or negative? Should it be larger or smaller than the original number? Does it fit the graph, table, shape, or equation? Can you plug it back into the original problem? This final check turns the lesson from a procedure into understanding.

On a test, the goal is not to write the longest solution. The goal is to write enough clear work that you can see the structure, avoid traps, and recover quickly if one line goes wrong. Practice the examples below with that mindset: identify the type of problem, choose the matching rule, show the substitution, simplify carefully, and check the answer before moving on.

Free printable Worksheets

Exercises for Systems of Equations

1) Solve the system: \( \begin{cases} x + y = 7 \\ x - y = 1 \end{cases} \)

2) Solve the system: \( \begin{cases} 2x + y = 11 \\ x + y = 7 \end{cases} \)

3) Solve the system: \( \begin{cases} 3x - y = 5 \\ 2x + y = 10 \end{cases} \)

4) Solve the system: \( \begin{cases} 2x + 3y = 18 \\ 4x - 3y = 18 \end{cases} \)

5) Solve the system: \( \begin{cases} 5x + 2y = -7 \\ 3x - 2y = 15 \end{cases} \)

6) Solve the system: \( \begin{cases} 4x + y = 6 \\ 2x - 3y = 10 \end{cases} \)

7) Solve the system: \( \begin{cases} 3x + 4y = 25 \\ 5x - 2y = 33 \end{cases} \)

8) Solve the system: \( \begin{cases} 6x - 5y = -37 \\ 2x + 3y = 11 \end{cases} \)

9) Solve the system: \( \begin{cases} - 2x + 5y = 31 \\ 4x + 3y = 29 \end{cases} \)

10) Solve the system: \( \begin{cases} 7x + 2y = 17 \\ 3x - 4y = 17 \end{cases} \)

11) Solve the system: \( \begin{cases} 5x - 3y = -17 \\ 2x + 7y = 26 \end{cases} \)

12) Solve the system: \( \begin{cases} 8x + 3y = 0 \\ 5x - 6y = -63 \end{cases} \)

13) Solve the system: \( \begin{cases} 9x - 4y = 43 \\ 2x + 5y = -14 \end{cases} \)

14) Solve the system: \( \begin{cases} 3x + 2y = 11 \\ 4x - 5y = -62 \end{cases} \)

15) Solve the system: \( \begin{cases} 4x - 6y = 8 \\ 7x + 3y = 41 \end{cases} \)

16) Solve the system: \( \begin{cases} 5x + 10y = 30 \\ 3x - 2y = 2 \end{cases} \)

17) Solve the system: \( \begin{cases} 2x + 3y = 7 \\ 5x - 4y = 52 \end{cases} \)

18) Solve the system: \( \begin{cases} x - 2y = 5 \\ - 3x + 5y = -23 \end{cases} \)

19) Solve the system: \( \begin{cases} 6x + 9y = 27 \\ 4x - 7y = 31 \end{cases} \)

20) Solve the system: \( \begin{cases} 7x - 5y = 98 \\ - 2x + 9y = -81 \end{cases} \)

 
1)

Start with \(x + y = 7\) and \(x - y = 1\).

Eliminate \(y\): multiply the first equation by \(-1\) and the second equation by \(1\), then subtract.

\((1)(-1)x - (1)(1)x = (7)(-1) - (1)(1)\), so \(-2x = -8\).

Divide to get \(x = 4\).

Substitute into the first equation: \(1(4) + 1y = 7\), so \(4 + 1y = 7\) and \(y = 3\).

Answer: \((x, y) = (4, 3)\).

2)

Start with \(2x + y = 11\) and \(x + y = 7\).

Eliminate \(y\): multiply the first equation by \(1\) and the second equation by \(1\), then subtract.

\((2)(1)x - (1)(1)x = (11)(1) - (7)(1)\), so \(1x = 4\).

Divide to get \(x = 4\).

Substitute into the first equation: \(2(4) + 1y = 11\), so \(8 + 1y = 11\) and \(y = 3\).

Answer: \((x, y) = (4, 3)\).

3)

Start with \(3x - y = 5\) and \(2x + y = 10\).

Eliminate \(y\): multiply the first equation by \(1\) and the second equation by \(-1\), then subtract.

\((3)(1)x - (2)(-1)x = (5)(1) - (10)(-1)\), so \(5x = 15\).

Divide to get \(x = 3\).

Substitute into the first equation: \(3(3) + -1y = 5\), so \(9 + -1y = 5\) and \(y = 4\).

Answer: \((x, y) = (3, 4)\).

4)

Start with \(2x + 3y = 18\) and \(4x - 3y = 18\).

Eliminate \(y\): multiply the first equation by \(-3\) and the second equation by \(3\), then subtract.

\((2)(-3)x - (4)(3)x = (18)(-3) - (18)(3)\), so \(-18x = -108\).

Divide to get \(x = 6\).

Substitute into the first equation: \(2(6) + 3y = 18\), so \(12 + 3y = 18\) and \(y = 2\).

Answer: \((x, y) = (6, 2)\).

5)

Start with \(5x + 2y = -7\) and \(3x - 2y = 15\).

Eliminate \(y\): multiply the first equation by \(-2\) and the second equation by \(2\), then subtract.

\((5)(-2)x - (3)(2)x = (-7)(-2) - (15)(2)\), so \(-16x = -16\).

Divide to get \(x = 1\).

Substitute into the first equation: \(5(1) + 2y = -7\), so \(5 + 2y = -7\) and \(y = -6\).

Answer: \((x, y) = (1, -6)\).

6)

Start with \(4x + y = 6\) and \(2x - 3y = 10\).

Eliminate \(y\): multiply the first equation by \(-3\) and the second equation by \(1\), then subtract.

\((4)(-3)x - (2)(1)x = (6)(-3) - (10)(1)\), so \(-14x = -28\).

Divide to get \(x = 2\).

Substitute into the first equation: \(4(2) + 1y = 6\), so \(8 + 1y = 6\) and \(y = -2\).

Answer: \((x, y) = (2, -2)\).

7)

Start with \(3x + 4y = 25\) and \(5x - 2y = 33\).

Eliminate \(y\): multiply the first equation by \(-2\) and the second equation by \(4\), then subtract.

\((3)(-2)x - (5)(4)x = (25)(-2) - (33)(4)\), so \(-26x = -182\).

Divide to get \(x = 7\).

Substitute into the first equation: \(3(7) + 4y = 25\), so \(21 + 4y = 25\) and \(y = 1\).

Answer: \((x, y) = (7, 1)\).

8)

Start with \(6x - 5y = -37\) and \(2x + 3y = 11\).

Eliminate \(y\): multiply the first equation by \(3\) and the second equation by \(-5\), then subtract.

\((6)(3)x - (2)(-5)x = (-37)(3) - (11)(-5)\), so \(28x = -56\).

Divide to get \(x = -2\).

Substitute into the first equation: \(6(-2) + -5y = -37\), so \(-12 + -5y = -37\) and \(y = 5\).

Answer: \((x, y) = (-2, 5)\).

9)

Start with \(- 2x + 5y = 31\) and \(4x + 3y = 29\).

Eliminate \(y\): multiply the first equation by \(3\) and the second equation by \(5\), then subtract.

\((-2)(3)x - (4)(5)x = (31)(3) - (29)(5)\), so \(-26x = -52\).

Divide to get \(x = 2\).

Substitute into the first equation: \(-2(2) + 5y = 31\), so \(-4 + 5y = 31\) and \(y = 7\).

Answer: \((x, y) = (2, 7)\).

10)

Start with \(7x + 2y = 17\) and \(3x - 4y = 17\).

Eliminate \(y\): multiply the first equation by \(-4\) and the second equation by \(2\), then subtract.

\((7)(-4)x - (3)(2)x = (17)(-4) - (17)(2)\), so \(-34x = -102\).

Divide to get \(x = 3\).

Substitute into the first equation: \(7(3) + 2y = 17\), so \(21 + 2y = 17\) and \(y = -2\).

Answer: \((x, y) = (3, -2)\).

11)

Start with \(5x - 3y = -17\) and \(2x + 7y = 26\).

Eliminate \(y\): multiply the first equation by \(7\) and the second equation by \(-3\), then subtract.

\((5)(7)x - (2)(-3)x = (-17)(7) - (26)(-3)\), so \(41x = -41\).

Divide to get \(x = -1\).

Substitute into the first equation: \(5(-1) + -3y = -17\), so \(-5 + -3y = -17\) and \(y = 4\).

Answer: \((x, y) = (-1, 4)\).

12)

Start with \(8x + 3y = 0\) and \(5x - 6y = -63\).

Eliminate \(y\): multiply the first equation by \(-6\) and the second equation by \(3\), then subtract.

\((8)(-6)x - (5)(3)x = (0)(-6) - (-63)(3)\), so \(-63x = 189\).

Divide to get \(x = -3\).

Substitute into the first equation: \(8(-3) + 3y = 0\), so \(-24 + 3y = 0\) and \(y = 8\).

Answer: \((x, y) = (-3, 8)\).

13)

Start with \(9x - 4y = 43\) and \(2x + 5y = -14\).

Eliminate \(y\): multiply the first equation by \(5\) and the second equation by \(-4\), then subtract.

\((9)(5)x - (2)(-4)x = (43)(5) - (-14)(-4)\), so \(53x = 159\).

Divide to get \(x = 3\).

Substitute into the first equation: \(9(3) + -4y = 43\), so \(27 + -4y = 43\) and \(y = -4\).

Answer: \((x, y) = (3, -4)\).

14)

Start with \(3x + 2y = 11\) and \(4x - 5y = -62\).

Eliminate \(y\): multiply the first equation by \(-5\) and the second equation by \(2\), then subtract.

\((3)(-5)x - (4)(2)x = (11)(-5) - (-62)(2)\), so \(-23x = 69\).

Divide to get \(x = -3\).

Substitute into the first equation: \(3(-3) + 2y = 11\), so \(-9 + 2y = 11\) and \(y = 10\).

Answer: \((x, y) = (-3, 10)\).

15)

Start with \(4x - 6y = 8\) and \(7x + 3y = 41\).

Eliminate \(y\): multiply the first equation by \(3\) and the second equation by \(-6\), then subtract.

\((4)(3)x - (7)(-6)x = (8)(3) - (41)(-6)\), so \(54x = 270\).

Divide to get \(x = 5\).

Substitute into the first equation: \(4(5) + -6y = 8\), so \(20 + -6y = 8\) and \(y = 2\).

Answer: \((x, y) = (5, 2)\).

16)

Start with \(5x + 10y = 30\) and \(3x - 2y = 2\).

Eliminate \(y\): multiply the first equation by \(-2\) and the second equation by \(10\), then subtract.

\((5)(-2)x - (3)(10)x = (30)(-2) - (2)(10)\), so \(-40x = -80\).

Divide to get \(x = 2\).

Substitute into the first equation: \(5(2) + 10y = 30\), so \(10 + 10y = 30\) and \(y = 2\).

Answer: \((x, y) = (2, 2)\).

17)

Start with \(2x + 3y = 7\) and \(5x - 4y = 52\).

Eliminate \(y\): multiply the first equation by \(-4\) and the second equation by \(3\), then subtract.

\((2)(-4)x - (5)(3)x = (7)(-4) - (52)(3)\), so \(-23x = -184\).

Divide to get \(x = 8\).

Substitute into the first equation: \(2(8) + 3y = 7\), so \(16 + 3y = 7\) and \(y = -3\).

Answer: \((x, y) = (8, -3)\).

18)

Start with \(x - 2y = 5\) and \(- 3x + 5y = -23\).

Eliminate \(y\): multiply the first equation by \(5\) and the second equation by \(-2\), then subtract.

\((1)(5)x - (-3)(-2)x = (5)(5) - (-23)(-2)\), so \(-1x = -21\).

Divide to get \(x = 21\).

Substitute into the first equation: \(1(21) + -2y = 5\), so \(21 + -2y = 5\) and \(y = 8\).

Answer: \((x, y) = (21, 8)\).

19)

Start with \(6x + 9y = 27\) and \(4x - 7y = 31\).

Eliminate \(y\): multiply the first equation by \(-7\) and the second equation by \(9\), then subtract.

\((6)(-7)x - (4)(9)x = (27)(-7) - (31)(9)\), so \(-78x = -468\).

Divide to get \(x = 6\).

Substitute into the first equation: \(6(6) + 9y = 27\), so \(36 + 9y = 27\) and \(y = -1\).

Answer: \((x, y) = (6, -1)\).

20)

Start with \(7x - 5y = 98\) and \(- 2x + 9y = -81\).

Eliminate \(y\): multiply the first equation by \(9\) and the second equation by \(-5\), then subtract.

\((7)(9)x - (-2)(-5)x = (98)(9) - (-81)(-5)\), so \(53x = 477\).

Divide to get \(x = 9\).

Substitute into the first equation: \(7(9) + -5y = 98\), so \(63 + -5y = 98\) and \(y = -7\).

Answer: \((x, y) = (9, -7)\).

Systems of Equations Practice Quiz