Skip to main content
Mathematics LibreTexts

4.3: Solving Linear Systems by Elimination

  • Page ID
    18349
    • Anonymous
    • LibreTexts
    \( \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}}\)

    Learning Objectives

    • Solve linear systems using the elimination method.
    • Solve linear systems with fractions and decimals.
    • Identify the weaknesses and strengths of each method for solving linear systems.

    The Elimination Method

    In this section, the goal is to develop another completely algebraic method for solving a system of linear equations. We begin by defining what it means to add equations together. In the following example, notice that if we add the expressions on both sides of the equal sign, we obtain another true statement.

    \(\begin{aligned} 2+3&=5 \\ \underline{+\quad 1+7}&\underline{=8} \\ 3+10&=13\\13&=13\quad\color{Cerulean}{\checkmark} \end{aligned}\)

    This is true in general: if \(A, B, C\), and \(D\) are algebraic expressions, then we have the following addition property of equations:

    \[\text{If}\:A=B\:\text{and}\:C=D,\:\text{then}\:A+C=B+D.\]

    For the system

    \(\left\{\begin{aligned} x+y&=5\\x-y&=1 \end{aligned}\right.\)

    we add the two equations together:

    \(\begin{aligned} x\color{red}{+y}&=5 \\ \underline{+\quad x\color{red}{-y}}&\underline{=1} \\ 2x&=6 \end{aligned}\)

    The sum of \(y\) and \(−y\) is zero and that term is eliminated. This leaves us with a linear equation with one variable that can be easily solved:

    \(\begin{aligned}\frac{2x}{\color{Cerulean}{2}}&=\frac{6}{\color{Cerulean}{2}}\\x&=3 \end{aligned}\)

    At this point, we have the \(x\) coordinate of the simultaneous solution, so all that is left to do is back substitute to find the corresponding \(y\)-value.

    \(\begin{aligned} x+y&=5 \\ \color{OliveGreen}{3}\color{black}{+y}&=5 \\ y&=2 \end{aligned}\)

    Hence the solution to the system is \((3, 2)\). This process describes the elimination (or addition) method for solving linear systems. Of course, the variable is not always so easily eliminated. Typically, we have to find an equivalent system by applying the multiplication property of equality to one or both of the equations as a means to line up one of the variables to eliminate. The goal is to arrange that either the \(x\) terms or the \(y\) terms are opposites, so that when the equations are added, the terms eliminate. The steps for the elimination method are outlined in the following example.

    Example \(\PageIndex{1}\)

    Solve by elimination:

    \(\left\{\begin{aligned} 2x+y&=7 \\ 3x−2y& =−7\end{aligned}\right.\).

    Solution:

    Step 1: Multiply one, or both, of the equations to set up the elimination of one of the variables. In this example, we will eliminate the variable \(y\) by multiplying both sides of the first equation by \(2\). Take care to distribute.

    \(\begin{aligned} \color{Cerulean}{2}\color{black}{(2x+y)} &=\color{Cerulean}{2}\color{black}{(7)} \\ 4x+2y&=14 \end{aligned}\)

    This leaves us with an equivalent system where the variable y is lined up to eliminate.

    Step 2: Add the equations together to eliminate one of the variables.

    \(\begin{aligned} 4x\color{red}{+2y}&=14 \\ \underline{+\quad 3x\color{red}{-2y}}&\underline{=-7} \\ 7x&=7 \end{aligned}\)

    Step 3: Solve for the remaining variable.

    \(\begin{aligned} \frac{7x}{\color{Cerulean}{7}}&=\frac{7}{\color{Cerulean}{7}} \\ x&=1 \end{aligned}\)

    Step 3: Back substitute into either equation or its equivalent equation.

    \(\begin{aligned} 2x+y&=7 \\ 2(\color{OliveGreen}{1}\color{black}{)+y}&=7 \\ 2+y\color{Cerulean}{-2}&=7\color{Cerulean}{-2} \\ y&=5 \end{aligned}\)

    Step 4: Check. Remember that the solution must solve both of the original equations.

    \(\color{Cerulean}{Check:}\:\:\color{black}{(1,5)}\)

    \(\begin{array}{c|c}{Equation\:1:}&{Equation\:2:}\\{2x+y=7}&{4x+2y=14}\\{2(\color{OliveGreen}{1}\color{black}{)+(}\color{OliveGreen}{5}\color{black}{)=7}}&{4(\color{OliveGreen}{1}\color{black}{)+2(}\color{OliveGreen}{5}\color{black}{)=14}}\\{2+5=7}&{4+10=14}\\{7=7\quad\color{Cerulean}{\checkmark}}&{14=14\quad\color{Cerulean}{\checkmark}} \end{array}\)

    Answer:

    \((1,5)\)

    Occasionally, we will have to multiply both equations to line up one of the variables to eliminate. We want the resulting equivalent equations to have terms with opposite coefficients.

    Example \(\PageIndex{2}\)

    Solve by elimination:

    \(\left\{\begin{aligned} 5x−3y&=−1\\3x+2y&=7\end{aligned}\right.\).

    Solution:

    We choose to eliminate the terms with variable y because the coefficients have different signs. To do this, we first determine the least common multiple of the coefficients; in this case, the LCM\((3, 2)\) is \(6\). Therefore, multiply both sides of both equations by the appropriate values to obtain coefficients of \(−6\) and \(6\).

    \(\begin{array}{cl}{\color{Cerulean}{2}\color{black}{(5x-3y)=}\color{Cerulean}{2}\color{black}{(-1)}}&{\color{Cerulean}{Multiply\:both\:sides\:of\:the}}\\{}&{\color{Cerulean}{first\:equation\:by\:2.}}\\{10x-6y=-2}&{} \end{array}\)

    \(\begin{array}{cl}{\color{Cerulean}{3}\color{black}{(3x+2y)=}\color{Cerulean}{3}\color{black}{(7)}}&{\color{Cerulean}{Multiply\:both\:sides\:of\:the}}\\{}&{\color{Cerulean}{second\:equation\:by\:3.}}\\{9x+6y=21}&{} \end{array}\)

    This results in the following equivalent system:

    The \(y\) terms are now lined up to eliminate.

    Back substitute.

    \(\begin{aligned} 3x+2y&=7\\3(\color{OliveGreen}{1}\color{black}{)+2y}&=7 \\ 3+2y\color{Cerulean}{-3}&=7\color{Cerulean}{-3} \\ 2y&=4 \\ y&=2 \end{aligned}\)

    Answer:

    \((1,2)\)

    Sometimes linear systems are not given in standard form. When this is the case, it is best to first rearrange the equations before beginning the steps to solve by elimination.

    Example \(\PageIndex{3}\)

    Solve by elimination:

    \(\left\{\begin{aligned} 5x+12y&=11\\3y&=4x+1\end{aligned}\right.\).

    Solution:

    First, rewrite the second equation in standard form.

    \(\begin{aligned} 3y&=4x+1 \\ 3y\color{Cerulean}{-4x}&=4x+1\color{Cerulean}{-4x} \\ -4x+3y&=1 \end{aligned}\)

    This results in the following equivalent system where like terms are aligned in columns:

    \(\left\{\begin{aligned} 5x+12y&=11\\3y&=4x+1 \end{aligned}\right. \Rightarrow \left\{\begin{aligned} 5x+12y&=11 \\ -4x+3y&=1 \end{aligned}\right.\)

    We can eliminate the term with variable \(y\) if we multiply the second equation by \(−4\).

    Next, we add the equations together,

    \(\begin{aligned} 5x\color{red}{12y}&=11 \\ \underline{+\quad 16x\color{red}{-12y}}&\underline{=-4} \\ 21x&=7 \\ \frac{21x}{\color{Cerulean}{21}}&=\frac{7}{\color{Cerulean}{21}} \\ x&=\frac{1}{3} \end{aligned}\)

    Back substitute.

    \(\begin{aligned} 3y&=4x+1\\ 3y&=4\left(\color{OliveGreen}{\frac{1}{3}}\right) \color{black}{+1} \\ 3y&=\frac{4}{3}+\frac{3}{3} \\ 3y&=\frac{7}{3} \\ \frac{3y}{\color{Cerulean}{3}}&=\frac{3}{\color{Cerulean}{3}} \\y&=\frac{7}{3}\cdot\frac{1}{3} \\ y&=\frac{7}{9} \end{aligned}\)

    Answer:

    \((\frac{1}{3},\frac{7}{9})\)

    Exercise \(\PageIndex{1}\)

    Solve by elimination:

    \(\left\{\begin{aligned} 2x+y&=−3\\−3x−2y&=4\end{aligned}\right.\).

    Answer

    \((-2,1)\)

    At this point, we explore what happens when solving dependent and inconsistent systems using the elimination method.

    Example \(\PageIndex{4}\)

    Solve by elimination:

    \(\left\{\begin{aligned} 3x−y&=7\\6x−2y&=14\end{aligned}\right.\).

    Solution:

    To eliminate the variable \(x\), we could multiply the first equation by \(−2\).

    Now adding the equations we have

    A true statement indicates that this is a dependent system. The lines coincide, and we need \(y\) in terms of \(x\) to present the solution set in the form \((x, mx+b)\). Choose one of the original equations and solve for \(y\). Since the equations are equivalent, it does not matter which one we choose.

    Answer:

    \((x, 3x-7)\)

    Example \(\PageIndex{5}\)

    Solve by elimination:

    \(\left\{\begin{aligned}−x+3y&=9\\ 2x−6y&=12\end{aligned}\right.\).

    Solution:

    We can eliminate \(x\) by multiplying the first equation by \(2\).

    \(\left\{\begin{aligned} -x+3y&=9 \\ 2x-6y&=12 \end{aligned}\right. \stackrel{\times 2}{\Rightarrow} \left\{\begin{aligned} -2x+6y&=18 \\ 2x-6y&=12 \end{aligned}\right.\)

    Now adding the equations we have

    \(\begin{aligned} -2x\color{red}{+6y}&=18 \\ \underline{2x\color{red}{-6y}}&\underline{=12} \\ 0&=30\quad\color{red}{False} \end{aligned}\)

    A false statement indicates that the system is inconsistent. The lines are parallel and do not intersect.

    Answer:

    No solution, \(∅\)

    Exercise \(\PageIndex{2}\)

    Solve by elimination:

    \(\left\{\begin{aligned}3x+15y&=−15\\2x+10y&=30\end{aligned}\right.\).

    Answer

    No solution, \(∅\)

    Clearing Fractions and Decimals

    Given a linear system where the equations have fractional coefficients, it is usually best to clear the fractions before beginning the elimination method.

    Example \(\PageIndex{6}\)

    Solve:

    \(\left\{\begin{aligned} −\frac{1}{10}x+\frac{1}{2}y&=\frac{4}{5} \\ \frac{1}{7}x+\frac{1}{3}y&=−\frac{2}{21}\end{aligned}\right.\).

    Solution:

    Recall that we can clear fractions by multiplying both sides of an equation by the least common denominator (LCD). Take care to distribute and then simplify.

    \(\begin{array}{c|c}{Equation\:1:}&{Equation\:2:}\\{\color{Cerulean}{10}\color{black}{\left( -\frac{1}{10}x+\frac{1}{2}y \right)} \color{black}{=}\color{Cerulean}{10}\color{black}{\left(\color{black}{\frac{4}{5}} \right)}}&{\color{Cerulean}{21}\color{black}{\left(\frac{1}{7}x+\frac{1}{3}y \right)=}\color{Cerulean}{21}\color{black}{\left(-\frac{2}{21} \right)}}\\{\color{Cerulean}{10\cdot}\color{black}{\left(-\frac{1}{10}x \right)+ }\color{Cerulean}{10\cdot}\color{black}{\frac{1}{2}y=}\color{Cerulean}{10\cdot}\color{black}{\frac{4}{5}}}&{\color{Cerulean}{21\cdot}\color{black}{\frac{1}{7}x+}\color{Cerulean}{21\cdot}\color{black}{\frac{1}{3}y=}\color{Cerulean}{21}\color{black}{\left(-\frac{2}{21} \right)}}\\{-x+5y=8}&{3x+7y=-2} \end{array}\)

    This results in an equivalent system where the equations have integer coefficients,

    Solve using the elimination method.

    \(\begin{aligned} \color{red}{-3x}\color{black}{+15y}&=24 \\ \underline{+\quad\color{red}{3x}\color{black}{+7y}}&\underline{=-2} \\ 22y&=22 \\ \frac{22y}{\color{Cerulean}{22}}&=\frac{22}{\color{Cerulean}{22}} \\ y&=1 \end{aligned}\)

    Back substitute.

    Answer:

    \((-3,1)\)

    We can use a similar technique to clear decimals before solving.

    Example \(\PageIndex{7}\)

    Solve:

    \(\left\{\begin{aligned} 3x−0.6y&=−0.9\\−0.5x+0.12y&=0.16\end{aligned}\right.\).

    Solution:

    Multiply each equation by the lowest power of \(10\) necessary to result in integer coefficients. In this case, multiply the first equation by \(10\) and the second equation by \(100\).

    \(\begin{array}{c|c} {Equation\:1:}&{Equation\:2:}\\{\color{Cerulean}{10}\color{black}{(3x-0.6y)=}\color{Cerulean}{10}\color{black}{(-0.9)}}&{\color{Cerulean}{100}\color{black}{(-0.5x+0.12y)=}\color{Cerulean}{100}\color{black}{(0.16)}}\\{30x-6y=-9}&{-50x+12y=16} \end{array}\)

    This results in an equivalent system where the equations have integer coefficients:

    Solve using the elimination method.

    Back substitute.

    \(\begin{aligned} 3x-0.6y&=-0.9 \\ 3(\color{OliveGreen}{-0.2}\color{black}{)-0.6y}&=-0.9 \\ -0.6-0.6y\color{Cerulean}{+0.6}&=-0.9\color{Cerulean}{+0.6} \\ \frac{-0.6y}{\color{Cerulean}{-0.6}}&=\frac{-0.3}{\color{Cerulean}{-0.6}} \\ y&=0.5 \end{aligned}\)

    Answer:

    \((-0.2,0.5)\)

    Exercise \(\PageIndex{3}\)

    Solve using elimination:

    \(\left\{\begin{aligned} \frac{1}{3}x−\frac{2}{3}y&=3\\ \frac{1}{3}x−\frac{1}{2}y&=\frac{8}{3} \end{aligned}\right.\)

    Answer

    \((5,-2)\)

    Summary of the Methods for Solving Linear Systems

    We have developed three methods for solving linear systems of two equations with two variables. In this section, we summarize the strengths and weaknesses of each method.

    The graphing method is useful for understanding what a system of equations is and what the solutions must look like. When the equations of a system are graphed on the same set of axes, we can see that the solution is the point where the graphs intersect. The graphing is made easy when the equations are in slope-intercept form. For example

    \(\left\{\begin{aligned} y&=5x+15 \\ y&=-5x+5 \end{aligned}\right.\)

    Screenshot (415).png
    Figure \(\PageIndex{1}\)

    The simultaneous solution \((−1, 10)\) corresponds to the point of intersection. One drawback of this method is that it is very inaccurate. When the coordinates of the solution are not integers, the method is practically unusable. If we have a choice, we typically avoid this method in favor of the more accurate algebraic techniques.

    The substitution method, on the other hand, is a completely algebraic method. It requires you to solve for one of the variables and substitute the result into the other equation. The resulting equation has one variable for which you can solve.

    This method is particularly useful when there is a variable within the system with coefficient of \(1\). For example

    \(\left\{\begin{aligned} 10x+y&=20 \\ 7x+5y&=14 \end{aligned}\right. \quad\color{Cerulean}{Choose\:the\:substitution\:method.}\)

    In this case, it is easy to solve for \(y\) in the first equation and then substitute the result into the other equation. One drawback of this method is that it often leads to equivalent equations with fractional coefficients, which are tedious to work with. If there is not a coefficient of \(1\), then it usually is best to choose the elimination method.

    The elimination method is a completely algebraic method that makes use of the addition property of equations. We multiply one or both of the equations to obtain equivalent equations where one of the variables is eliminated if we add them together. For example,

    Here we multiply both sides of the first equation by \(5\) and both sides of the second equation by \(−2\). This results in an equivalent system where the variable \(x\) is eliminated when we add the equations together. Of course, there are other combinations of numbers that achieve the same result. We could even choose to eliminate the variable \(y\). No matter which variable is eliminated first, the solution will be the same. Note that the substitution method, in this case, would require tedious calculations with fractional coefficients. One weakness of the elimination method, as we will see later in our study of algebra, is that it does not always work for nonlinear systems.

    Key Takeaways

    • The elimination method is a completely algebraic method for solving a system of equations.
    • Multiply one or both of the equations in a system by certain numbers to obtain an equivalent system consisting of like terms with opposite coefficients. Adding these equivalent equations together eliminates a variable, and the resulting equation has one variable for which you can solve.
    • It is a good practice to first rewrite the equations in standard form before beginning the elimination method.
    • When the value of one of the variables is determined, back substitute into one of the original equations, or their equivalent equations, and determine the corresponding value of the other variable.

    Exercise \(\PageIndex{4}\) Elimination Method

    Solve by elimination.

    1. \(\left\{\begin{aligned} x+y&=3\\2x−y&=9 \end{aligned}\right.\)
    2. \(\left\{\begin{aligned}x−y&=−6\\5x+y&=−18\end{aligned}\right.\)
    3. \(\left\{\begin{aligned}x+3y&=5\\−x−2y&=0\end{aligned}\right.\)
    4. \(\left\{\begin{aligned}−x+4y&=4\\x−y&=−7\end{aligned}\right.\)
    5. \(\left\{\begin{aligned}−x+y&=2\\x−y&=−3\end{aligned}\right.\)
    6. \(\left\{\begin{aligned}3x−y&=−2\\6x+4y&=2\end{aligned}\right.\)
    7. \(\left\{\begin{aligned}5x+2y&=−3\\10x−y&=4\end{aligned}\right.\)
    8. \(\left\{\begin{aligned}−2x+14y&=28\\x−7y&=21\end{aligned}\right.\)
    9. \(\left\{\begin{aligned}−2x+y&=4\\12x−6y&=−24 \end{aligned}\right.\)
    10. \(\left\{\begin{aligned}x+8y&=3\\3x+12y&=6\end{aligned}\right.\)
    11. \(\left\{\begin{aligned}2x−3y&=15\\4x+10y&=14\end{aligned}\right.\)
    12. \(\left\{\begin{aligned}4x+3y&=−10\\3x−9y&=15\end{aligned}\right.\)
    13. \(\left\{\begin{aligned}−4x−5y&=−3\\8x+3y&=−15\end{aligned}\right.\)
    14. \(\left\{\begin{aligned}−2x+7y&=56\\4x−2y&=−112\end{aligned}\right.\)
    15. \(\left\{\begin{aligned}−9x−15y&=−15\\3x+5y&=−10\end{aligned}\right.\)
    16. \(\left\{\begin{aligned}6x−7y&=4\\2x+6y&=−7\end{aligned}\right.\)
    17. \(\left\{\begin{aligned}4x+2y&=4\\−5x−3y&=−7\end{aligned}\right.\)
    18. \(\left\{\begin{aligned}5x−3y&=−1\\3x+2y&=7\end{aligned}\right.\)
    19. \(\left\{\begin{aligned}7x+3y&=9\\2x+5y&=−14\end{aligned}\right.\)
    20. \(\left\{\begin{aligned}9x−3y&=3\\7x+2y&=−15\end{aligned}\right.\)
    21. \(\left\{\begin{aligned}5x−3y&=−7\\−7x+6y&=11\end{aligned}\right.\)
    22. \(\left\{\begin{aligned}2x+9y&=8\\3x+7y&=−1\end{aligned}\right.\)
    23. \(\left\{\begin{aligned}2x+2y&=5\\3x+3y&=−5\end{aligned}\right.\)
    24. \(\left\{\begin{aligned}−3x+6y&=−12\\2x−4y&=8\end{aligned}\right.\)
    25. \(\left\{\begin{aligned}25x+15y&=−1\\15x+10y&=−1\end{aligned}\right.\)
    26. \(\left\{\begin{aligned}2x−3y&=2\\18x−12y&=5\end{aligned}\right.\)
    27. \(\left\{\begin{aligned}y&=−2x−3\\−3x−2y&=4\end{aligned}\right.\)
    28. \(\left\{\begin{aligned}28x+6y&=9\\6y&=4x−15\end{aligned}\right.\)
    29. \(\left\{\begin{aligned}y&=5x+15\\y&=−5x+5\end{aligned}\right.\)
    30. \(\left\{\begin{aligned}2x−3y&=9\\5x−8y&=−16\end{aligned}\right.\)
    31. \(\left\{\begin{aligned}\frac{1}{2}x−\frac{1}{3}y&=\frac{1}{6} \\ \frac{5}{2}x+y&=\frac{7}{2}\end{aligned}\right.\)
    32. \(\left\{\begin{aligned}\frac{1}{4}x−\frac{1}{9}y&=1\\x+y&=\frac{3}{4}\end{aligned}\right.\)
    33. \(\left\{\begin{aligned}\frac{1}{2}x−\frac{1}{4}y&=\frac{1}{3} \\ \frac{1}{4}x+\frac{1}{2}y&=−\frac{19}{6}\end{aligned}\right.\)
    34. \(\left\{\begin{aligned}−\frac{14}{3}x+2y&=4\\−\frac{1}{3}x+\frac{1}{7}y&=\frac{4}{21}\end{aligned}\right.\)
    35. \(\left\{\begin{aligned}0.025x+0.1y&=0.5\\ 0.11x+0.04y&=−0.2\end{aligned}\right.\)
    36. \(\left\{\begin{aligned}1.3x+0.1y&=0.35\\0.5x+y&=−2.75\end{aligned}\right.\)
    37. \(\left\{\begin{aligned}x+y&=5\\ 0.02x+0.03y&=0.125\end{aligned}\right.\)
    38. \(\left\{\begin{aligned}x+y&=30\\0.05x+0.1y&=2.4\end{aligned}\right.\)
    Answer

    1. \((4, −1) \)

    3. \((−10, 5) \)

    5. \(∅\)

    7. \((\frac{1}{5}, −2) \)

    9. \((x, 2x+4) \)

    11. \((6, −1) \)

    13. \((−3, 3) \)

    15. \(∅ \)

    17. \((−1, 4) \)

    19. \((3, −4) \)

    21. \((−1, \frac{2}{3})\)

    23. \(∅\)

    25. \((\frac{1}{5}, −\frac{2}{5})\)

    27. \((−2, 1) \)

    29. \((−1, 10) \)

    31. \((1, 1) \)

    33. \((−2, −\frac{16}{3})\)

    35. \((−4, 6) \)

    37. \((2.5, 2.5)\)

    Exercise \(\PageIndex{5}\) Elimination Method

    Set up a linear system and solve it using the elimination method.

    1. The sum of two numbers is \(14\). The larger number is \(1\) less than two times the smaller.
    2. The sum of two numbers is \(30\). The larger is \(2\) more than three times the smaller.
    3. The difference of two numbers is \(13\) and their sum is \(11\).
    4. The difference of two numbers is \(2\) and their sum is \(−12\).
    Answer

    1. The two numbers are \(5\) and \(9\).

    3. The two numbers are \(12\) and \(−1\).

    Exercise \(\PageIndex{6}\) Mixed Exercises

    Solve using any method.

    1. \(\left\{\begin{aligned} y&=2x−3\\3x+y&=12 \end{aligned}\right.\)
    2. \(\left\{\begin{aligned} x+3y&=−5\\y&=13x+5 \end{aligned}\right.\)
    3. \(\left\{\begin{aligned}x&=−1\\y&=3 \end{aligned}\right.\)
    4. \(\left\{\begin{aligned}y&=1\\2x+9&=0 \end{aligned}\right.\)
    5. \(\left\{\begin{aligned}y&=x\\−x+y&=1 \end{aligned}\right.\)
    6. \(\left\{\begin{aligned}y&=5x\\y&=−10 \end{aligned}\right.\)
    7. \(\left\{\begin{aligned}3y&=2x−24\\3x+4y&=2 \end{aligned}\right.\)
    8. \(\left\{\begin{aligned}y&=−32x+1\\−2y+2&=3x \end{aligned}\right.\)
    9. \(\left\{\begin{aligned}7y&=−2x−1\\7x&=2y+23 \end{aligned}\right.\)
    10. \(\left\{\begin{aligned}5x+9y−14&=0\\3x+2y−5&=0 \end{aligned}\right.\)
    11. \(\left\{\begin{aligned} y&=−\frac{5}{16}x+10& \\ y&=\frac{5}{16}x−10\end{aligned}\right.\)
    12. \(\left\{\begin{aligned}y&=−\frac{6}{5}x+1\\2x&=6 \end{aligned}\right.\)
    13. \(\left\{\begin{aligned}2(x−3)+y&=0\\3(2x+y−1)&=15 \end{aligned}\right.\)
    14. \(\left\{\begin{aligned}3−2(x−y)&=−3\\4x−3(y+1)&=8 \end{aligned}\right.\)
    15. \(\left\{\begin{aligned}2(x+1)&=3(2y−1)−21 \\3(x+2)&=1−(3y−2) \end{aligned}\right.\)
    16. \(\left\{\begin{aligned} \frac{x}{2}−\frac{y}{3}&=−7\\ \frac{x}{3}−\frac{y}{2}&=−8\end{aligned}\right.\)
    17. \(\left\{\begin{aligned}\frac{x}{4}−\frac{y}{2}&=\frac{3}{4}\\ \frac{x}{3}+\frac{y}{6}&=\frac{1}{6} \end{aligned}\right.\)
    18. \(\left\{\begin{aligned} \frac{1}{3}x−\frac{2}{3}y&=3 \\ \frac{1}{3}x−\frac{1}{2}y&=\frac{8}{3} \end{aligned}\right.\)
    19. \(\left\{\begin{aligned}−\frac{1}{10}x+\frac{1}{2}y&=\frac{4}{5} \\ \frac{1}{7}x+\frac{1}{3}y&=−\frac{2}{21} \end{aligned}\right.\)
    20. \(\left\{\begin{aligned}y&=−\frac{5}{3}x+\frac{1}{2} \\ \frac{1}{3}x+\frac{1}{5}y&=\frac{1}{10} \end{aligned}\right.\)
    21. \(\left\{\begin{aligned}−\frac{1}{7}x+y&=−\frac{2}{3} \\ −\frac{1}{14}x+\frac{1}{2}y&=\frac{1}{3} \end{aligned}\right.\)
    22. \(\left\{\begin{aligned} \frac{1}{15}x−\frac{1}{12}y&=\frac{1}{3} \\ −\frac{3}{10}x+\frac{3}{8}y&=−\frac{3}{2} \end{aligned}\right.\)
    23. \(\left\{\begin{aligned}x+y&=4,200\\ 0.03x+0.0525y&=193.5 \end{aligned}\right.\)
    24. \(\left\{\begin{aligned}x+y&=350\\0.2x+0.1y&=52.5 \end{aligned}\right.\)
    25. \(\left\{\begin{aligned}0.2x−0.05y&=0.43\\0.3x+0.1y&=−0.3 \end{aligned}\right.\)
    26. \(\left\{\begin{aligned}0.1x+0.3y&=0.3\\0.05x−0.5y&=−0.63 \end{aligned}\right.\)
    27. \(\left\{\begin{aligned}0.15x−0.25y&=−0.3\\−0.75x+1.25y&=−4 \end{aligned}\right.\)
    28. \(\left\{\begin{aligned}−0.15x+1.25y&=0.4\\−0.03x+0.25y&=0.08\end{aligned}\right.\)
    Answer

    1. \((3, 3) \)

    3. \((−1, 3) \)

    5. \(Ø \)

    7. \((6, −4) \)

    9. \((3, −1) \)

    11. \((32, 0) \)

    13. \((x, −2x+6) \)

    15. \((−4, 3) \)

    17. \((1, −1) \)

    19. \((−3, 1) \)

    21. \(∅ \)

    23. \((1,200, 3,000) \)

    25. \((0.8, −5.4) \)

    27. \(Ø\)

    Exercise \(\PageIndex{7}\) Discussion Board Topics

    1. How do we choose the best method for solving a linear system?
    2. What does it mean for a system to be dependent? How can we tell if a given system is dependent?
    Answer

    1. Answers may vary


    This page titled 4.3: Solving Linear Systems by Elimination is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous.

    • Was this article helpful?