SYSTEMS OF EQUATIONS in TWO VARIABLES

A system of equations is a collection of two or more equations with the same set of unknowns. In solving a system of equations, we try to find values for each of the unknowns that will satisfy every equation in the system.


The equations in the system can be linear or non-linear. This tutorial reviews systems of linear equations.


A problem can be expressed in narrative form or the problem can be expressed in algebraic form.



Let's start with an example stated in narrative form. We'll convert it to an equivalent equation in algebraic form, and then we will solve it.



Problem 2.1d:


Five hundred tickets were sold for a certain music concert. The tickets for the adults and children sold for $7.50 and $4.00, respectively, and the total receipts for the performance were $3,312.50. How many of each kind of ticket were sold?



Answer: 375 adult tickets were sold and 125 children tickets were sold.



Solutions:


Essentially you have two sentences: one sentence deals with the total amount of tickets and the other sentence deals with how much money was paid for the tickets.



One sentence could be rewritten as ''the total amount adult tickets'' plus ''the total amount of children tickets'' equals 500 tickets. The second sentence could be rewritten as ''the amount of adult tickets'' times $7.50 plus ''the amount of children tickets'' times $4.00 equals $3,312.50



Let's rewrite the sentences again.


Sentence (1): ''the total amount adult tickets'' + ''the total amount of children tickets'' = 500



Sentence (2): $\$7.50\times \ $''the total amount adult tickets'' + $%
\$4.00\times \ $''the total amount of children tickets'' = 3





It is going to become tiresome writing the phrases ''the total amount adult tickets'' and ''the total amount of children tickets'' over and over. Therefore, let the symbol x represent the phrase ''the total amount adult tickets'', and let the symbol y represent the phrase ''the total amount of children tickets''



\begin{eqnarray*}&& \\
(1) &:&x+y=500 \\
&& \\
(2) &:&\$7.50x+\$4.00y=\$3,312.50 \\
&& \\
&&
\end{eqnarray*}


We have converted a narrative statement of the problem to an equivalent algebraic statement of the problem. Let's solve this system of equations.



     A system of linear equations can be solved four different ways:

        Substitution

        Elimination

        Matrices

        Graphing




The Method of Substitution:


The method of substitution involves several steps:



\begin{eqnarray*}&& \\
(1) &:&x+y=500 \\
&& \\
(2) &:&7.50x+4.00y=3,312.50 \\
&& \\
&&
\end{eqnarray*}


Step 1:


Solve for x in equation (1).

\begin{eqnarray*}(1) &:&x+y=500 \\
&& \\
x &=&500-y \\
&& \\
&&
\end{eqnarray*}



Step 2:


Substitute this value for x in equation (2). This will change equation (2) to an equation with just one variable, y.

\begin{eqnarray*}(2) &:&7.50x+4.00y=3,312.50 \\
&& \\
(2) &:&7.50\left( 500-y\right) +4.00y=3,312.50 \\
&& \\
&&
\end{eqnarray*}



Step 3:


Solve for y in the translated equation (2).

\begin{eqnarray*}&& \\
(2) &:&7.50\left( 500-y\right) +4.00y=3,312.50 \\
&& ...
...50 \\
&& \\
-3.50y &=&-137.50 \\
&& \\
y &=&125 \\
&&
\end{eqnarray*}



Step 4:


Substitute this value of y in equation (1) and solve for x.

\begin{eqnarray*}&& \\
(1) &:&x+y=500 \\
&& \\
x+125 &=&500 \\
&& \\
x &=&375 \\
&& \\
&& \\
&&
\end{eqnarray*}


The total amount adults tickets is 375 and the total amount of children tickets is 125.


Step 5:


Check your answers by substituting the values of x and y in each of the original equations. If, after the substitution, the left side of the equation equals the right side of the equation, you know that your answers are correct.




\begin{eqnarray*}(1) &:&375+125=500 \\
&& \\
(2) &:&\$7.50\left( 375\right) +\$4.00\left( 125\right) =\$3.312.50 \\
&& \\
&& \\
&&
\end{eqnarray*}


The Method of Elimination:


The process of substitution involves several steps:


In a two-variable problem rewrite the equations so that when the equations are added, one of the variables is eliminated, and then solve for the remaining variable.




\begin{eqnarray*}&& \\
(1) &:&x+y=500 \\
&& \\
(2) &:&7.50x+4.00y=3312.5 \\
&& \\
&&
\end{eqnarray*}


Step 1:


Multiply equation (1) by -4 and add it to equation (2) to form equation (3) with just one variable.

\begin{eqnarray*}&& \\
(1) &:&-4x-4y=-2000 \\
&& \\
\left( 2\right) &:&7.50x+4.00y=3312.5 \\
&& \\
(3) &:&3.50x=1312.5 \\
&&
\end{eqnarray*}


Step 2:


Solve for x.

\begin{eqnarray*}&& \\
3.50x &=&1312.5 \\
&& \\
x &=&375 \\
&& \\
&&
\end{eqnarray*}


Step 2:


Substitute x=375 in equation (1) and solve for x.

\begin{eqnarray*}&& \\
(1) &:&375+y=500 \\
&& \\
y &=&125 \\
&& \\
&&
\end{eqnarray*}


Step 3:


Check your answers.





The Method of Matrices:


This method is essentially a shortcut for the method of elimination.


Rewrite equations (1) and (2) without the variables and operators. The left column contains the coefficients of the x's, the middle column contains the coefficients of the y's, and the right column contains the constants.



$
\begin{array}{r}
(1) \\
\\
(2)
\end{array}
\left[
\begin{array}{rrrr...
...
& & & & \vert & & \\
7.50 & & 4 & & \vert & & 3312.5
\end{array}
\right] $





The objective is to reorganize the original matrix into one that looks like


$
\begin{array}{r}
(1) \\
\\
(2)
\end{array}
\left[
\begin{array}{rrrr...
...
& & & & \vert & & \\
0 & & 1 & & \vert & & b
\end{array}
\right] \bigskip $
where a and b are the solutions to the system.





Step 1.


Manipulate the matrix so that the number in cell 11 (row 1-col 1) is 1. Cell 11 already has a 1.



Step 2:


Manipulate the matrix so that the number is cell 21 (row 2-col 1) is 0. Do this by adding -7.50 times row 1 to row 2 to form a new row 2.

\begin{eqnarray*}&& \\
-7.50\left[ Row\ 1\right] +\left[ row\ 2\right] &=&\left[ New\ Row\ 2\right]
\\
&&
\end{eqnarray*}


$
\begin{array}{r}
(1) \\
\\
(2)
\end{array}
\left[
\begin{array}{rrrr...
...
& & & & \vert & & \\
0 & & -3.5 & & \vert & & -437.5
\end{array}
\right] $




Step 3:


Manipulate the matrix so that the cell 22 is 1. Do this by multiplying row 2 by $-\frac{1}{3.5}$.



$
\begin{array}{r}
(1) \\
\\
(2)
\end{array}
\left[
\begin{array}{rrrr...
...00 \\
& & & & \vert & & \\
0 & & 1 & & \vert & & 125
\end{array}
\right] $




Step 4: Manipulate the matrix so that cell 12 is 0. Do this by adding

\begin{eqnarray*}&& \\
-1[Row\ 2]+[Row\ 1] &=&[New\ Row\ 1] \\
&&
\end{eqnarray*}



$
\begin{array}{r}
(1) \\
\\
(2)
\end{array}
\left[
\begin{array}{rrrr...
...75 \\
& & & & \vert & & \\
0 & & 1 & & \vert & & 125
\end{array}
\right] $




You can read the answers off the matrix as x=375, and y=125.






The method of Graphing:


In this method solve for y in each equation and graph both. The point of intersection is the solution.


If you would like to go back to the problem page, click on Problem.

If you would like to review the solution to the next problem, click on Problem

If you would like to return to the beginning of the two by two system of equations, click on Example.




This site was built to accommodate the needs of students. The topics and problems are what students ask for. We ask students to help in the editing so that future viewers will access a cleaner site. If you feel that some of the material in this section is ambiguous or needs more clarification, or if you find a mistake, please let us know by e-mail at sosmath.com.

[Next Problem]
[Three-Variable Systems]
[Algebra] [Geometry] [Trigonometry ]

S.O.S MATH: Home Page

Do you need more help? Please post your question on our S.O.S. Mathematics CyberBoard.

Author: Nancy Marcus

Copyright © 1999-2024 MathMedics, LLC. All rights reserved.
Contact us
Math Medics, LLC. - P.O. Box 12395 - El Paso TX 79913 - USA
users online during the last hour