Skip to main content
K12 LibreTexts

8.1 Systems of Two Equations and Two Unknowns

  • Page ID
    1019
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    The cost of two cell phone plans can be written as a system of equations based on the number of minutes used and the base monthly rate. As a consumer, it would be useful to know when the two plans cost the same and when is one plan cheaper.

    Plan A costs $40 per month plus $0.10 for each minute of talk time.

    Plan B costs $25 per month plus $0.50 for each minute of talk time.

    Plan B has a lower starting cost, but since it costs more per minute, it may not be the right plan for someone who likes to spend a lot of time on the phone. When do the two plans cost the same amount?

    Solving Systems of Equations with Two Unknowns

    There are many ways to solve a system that you have learned in the past including substitution and graphical intersection. Here you will focus on solving using elimination because the knowledge and skills used will transfer directly into using matrices.

    When solving a system, the first thing to do is to count the number of variables that are missing and the number of equations. The number of variables needs to be the same or fewer than the number of equations. Two equations and two variables can be solved, but one equation with two variables cannot.

    Here's the procedure for solving a system using the elimination method:

    • Step 1: Write both equations with two variables in standard form, \(A x+B y=C\). This form helps to align the variables.
    • Step 2: Determine which variable you want to eliminate.
    • Step 3: Scale each equation as necessary by multiplying through by constants.
    • Step 4: Add the equations together. This should reduce both the number of equations and the number of variables leaving one equation and one variable.
    • Step 5: Solve and substitute to determine the value of the second variable.

    Here is a system of two equations and two variables in standard form: \(5 x+12 y=72\) and \(3 x-2 y=18\). Notice that there is an \(x\) column and a \(y\) column on the left hand side and a constant column on the right hand side when you rewrite the equations as shown. Also notice that if you add the system as written no variable will be eliminated.

    Equation 1: \(5 x+12 y=72\)

    Equation 2: \(3 x-2 y=18\)

    Strategically choose to eliminate \(y\) by scaling the second equation by 6 so that the coefficient of \(y\) will match at 12 and -12.

    \(\begin{aligned} 5 x+12 y &=72 \\ 18 x-12 y &=108 \end{aligned}\)

    Add the two equations:

    \(23 x=180\)

    \(x=\frac{180}{23}\)

    The value for \(x\) could be substituted into either of the original equations and the result could be solved for \(y\); however, since the value is a fraction it will be easier to repeat the elimination process in order to solve for \(x\). This time you will take the first two equations and eliminate \(x\) by making the coefficients of \(x\) to be 15 and \(-15 .\) Scale the first equation by a factor of 3 and scale the second equation by a factor of \(-5 .\)

    Equation 1: \(15 x+36 y=216\)

    Equation \(2:-15 x+10 y=-90\)

    Adding the two equations:

    \(0 x+46 y=126\)

    \(y=\frac{126}{46}=\frac{63}{23}\)

    The point \(\left(\frac{180}{23}, \frac{63}{23}\right)\) is where these two lines intersect.

    Examples

    Example 1

    Earlier, you were asked about two phone plans.

    Plan A costs $40 per month plus $0.10 for each minute of talk time.

    Plan B costs $25 per month plus $0.50 for each minute of talk time.

    If you want to find out when the two plans cost the same, you can represent each plan with an equation and solve the system of equations. Let \(y\) represent cost and \(x\) represent number of minutes.

    \(y=0.10 x+40\)

    \(y=0.50 x+25\)

    First you put these equations in standard form.

    \(x-10 y=-400\)

    \(x-2 y=-50\)

    Then you scale the second equation by -1 and add the equations together and solve for \(y\).

    \(\begin{aligned}-8 y &=-350 \\ y &=43.75 \end{aligned}\)

    To solve for \(x\), you can scale the second equation by \(-5,\) add the equations together and solve for \(x\).

    \(\begin{aligned}-4 x &=-150 \\ x &=37.5 \end{aligned}\)

    The equivalent costs of plan \(\mathrm{A}\) and plan \(\mathrm{B}\) will occur at 37.5 minutes of talk time with a cost of \(\$ 43.75 .\)

    Example 2

    Solve the following system of equations:

    \(\begin{aligned} 6 x-7 y &=8 \\ 15 x-14 y &=21 \end{aligned}\)

    Scaling the first equation by -2 will allow the \(y\) term to be eliminated when the equations are summed.

    \(\begin{aligned}-12 x+14 y &=-16 \\ 15 x-14 y &=21 \end{aligned}\)

    The sum is:

    \(3 x=5\)

    \(x=\frac{5}{3}\)

    You can substitute \(x\) into the first equation to solve for \(y\).

    \(\begin{aligned} 6 \cdot \frac{5}{3}-7 y &=8 \\ 10-7 y &=8 \\ -7 y &=-2 \\ y &=\frac{2}{7} \end{aligned}\)

    The point \(\left(\frac{5}{3}, \frac{2}{7}\right)\) is where these two lines intersect.

    Example 3

    Solve the following system using elimination:

    \(5 x-y=22\)

    \(-2 x+7 y=19\)

    Start by scaling the first equation by 7 and notice that the \(y\) coefficient will immediately be eliminated when the equations are summed.

    \(35 x-7 y=154\)

    \(-2 x+7 y=19\)

    Start by scaling the first equation by 7 and notice that the \(y\) coefficient will immediately be eliminated when the equations are summed.

    \(35 x-7 y=154\)

    \(-2 x+7 y=19\)

    Add, solve for \(x=\frac{173}{33}\). Instead of substituting, practice eliminating \(x\) by scaling the first equation by 2 and the second equation by 5.

    \(10 x-2 y=44\)

    \(-10 x+35 y=95\)

    Add, solve for \(y\).

    Final Answer: \(\left(\frac{173}{33}, \frac{139}{33}\right)\)

    Example 4

    Solve the following system of equations:

    \(\begin{aligned} 5 \cdot \frac{1}{x}+2 \cdot \frac{1}{y} &=11 \\ \frac{1}{x}+\frac{1}{y} &=4 \end{aligned}\)

    The strategy of elimination still applies. You can eliminate the \(\frac{1}{y}\) term if the second equation is scaled by a factor of -2

    \(5 \cdot \frac{1}{x}+2 \cdot \frac{1}{y}=11\)

    \(-2 \cdot \frac{1}{x}-2 \cdot \frac{1}{y}=-8\)

    Add the equations together and solve for \(x\).

    \(\begin{aligned}-3 \cdot \frac{1}{x}+0 \cdot \frac{1}{y} &=3 \\ -3 \cdot \frac{1}{x} &=3 \\ \frac{1}{x} &=-1 \\ x &=-1 \end{aligned}\)

    Substitute into the second equation and solve for \(y\).

    \(\begin{aligned} \frac{1}{-1}+\frac{1}{y} &=4 \\ -1+\frac{1}{y} &=4 \\ \frac{1}{y} &=5 \\ y &=\frac{1}{5} \end{aligned}\)

    The point \(\left(-1, \frac{1}{5}\right)\) is the point of intersection between these two curves.

    Example 5

    Solve the following system using elimination:

    \(\begin{aligned} 11 \cdot \frac{1}{x}-5 \cdot \frac{1}{y} &=-38 \\ 9 \cdot \frac{1}{x}+2 \cdot \frac{1}{y} &=-25 \end{aligned}\)

    To eliminate \(\frac{1}{y},\) scale the first equation by 2 and the second equation by \(5 .\)

    To eliminate \(\frac{1}{x},\) scale the first equation by -9 and the second equation by 11

    Final Answer: \(\left(-\frac{1}{3}, 1\right)\)

    Review

    Solve each system of equations using the elimination method.

    1. \(x+y=-4 ;-x+2 y=13\)

    2. \(\frac{3}{2} x-\frac{1}{2} y=\frac{1}{2} ;-4 x+2 y=4\)

    3. \(6 x+15 y=1 ; 2 x-y=19\)

    4. \(x-\frac{2 y}{3}=\frac{-2}{3} ; 5 x-2 y=10\)

    5. \(-9 x-24 y=-243 ; \frac{1}{2} x+y=\frac{21}{2}\)

    6. \(5 x+\frac{28}{3} y=\frac{176}{3} ; y+x=10\)

    7. \(2 x-3 y=50 ; 7 x+8 y=-10\)

    8. \(2 x+3 y=1 ; 2 y=-3 x+14\)

    9. \(2 x+\frac{3}{5} y=3 ; \frac{3}{2} x-y=-5\)

    10. \(5 x=9-2 y ; 3 y=2 x-3\)

    11. How do you know if a system of equations has no solution?

    12. If a system of equations has no solution, what does this imply about the relationship of the curves on the graph?

    13. Give an example of a system of two equations with two unknowns with an infinite number of solutions. Explain how you know the system has an infinite number of solutions.

    14. Solve

    \(\begin{aligned} 12 \cdot \frac{1}{x}-18 \cdot \frac{1}{y} &=4 \\ 8 \cdot \frac{1}{x}+9 \cdot \frac{1}{y} &=5 \end{aligned}\)

    15. Solve

    \(\begin{aligned} 14 \cdot \frac{1}{x}-5 \cdot \frac{1}{y} &=-3 \\ 7 \cdot \frac{1}{x}+2 \cdot \frac{1}{y} &=3 \end{aligned}\)


    This page titled 8.1 Systems of Two Equations and Two Unknowns is shared under a CK-12 license and was authored, remixed, and/or curated by CK-12 Foundation via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    CK-12 Foundation
    LICENSED UNDER
    CK-12 Foundation is licensed under CK-12 Curriculum Materials License