Sie sind auf Seite 1von 21

Solving Simultaneous Equations

4.4 Solving simultaneous equations


Up to now we have solved equations with only one unknown variable. When solving
for two unknown variables, two equations are required and these equations are
known as simultaneous equations. The solutions are the values of the unknown
variables which satisfy both equations simultaneously. In general, if there are nn
unknown variables, then nn independent equations are required to obtain a value for
each of the nn variables.

An example of a system of simultaneous equations is:

x+y=−13=y−2x\begin{align*} x + y & = -1 \\ 3 & = y - 2x \end{align*}


x  y  ?13  y ? 2 x \beginalign * x  y &  13 &  y  2 x \endalign *

We have two independent equations to solve for two unknown variables. We can
solve simultaneous equations algebraically using substitution and elimination
methods. We will also show that a system of simultaneous equations can be solved
graphically.

Solving by substitution (EMA39)

 Use the simplest of the two given equations to express one of the
variables in terms of the other.
 Substitute into the second equation. By doing this we reduce the
number of equations and the number of variables by one.
 We now have one equation with one unknown variable which can be
solved.
 Use the solution to substitute back into the first equation to find the
value of the other unknown variable.

The following video shows how to solve simultaneous equations using substitution.

Video: 2FD5

Worked example 6: Simultaneous equations


Solve for xx and yy :
x−y=1…(1)3=y−2x…(2)\begin{align*} x - y & =1 \qquad \ldots\left(1\right) \\ 3 & = y -
2x \qquad \ldots\left(2\right) \end{align*}

Use equation (1)\left(1\right) to express xx in terms of yy


x=y+1x=y+1

Substitute xx into equation (2)\left(2\right) and solve for yy


3=y−2(y+1)3=y−2y−25=−y∴y=−5\begin{align*} 3 & = y - 2\left(y + 1\right) \\ 3 & = y -
2y - 2 \\ 5 & = -y \\ \therefore y & = -5 \end{align*}

Substitute yy back into equation (1)\left(1\right) and solve for xx


x=(−5)+1∴x=−4\begin{align*} x & = \left(-5\right) + 1 \\ \therefore x & = -4 \end{align*}

Check the solution by substituting the answers back into both


original equations

Write the final answer


x=−4y=−5\begin{align*} x & = -4 \\ y & = -5 \end{align*}

Worked example 7: Simultaneous equations


Solve the following system of equations:

4y+3x=100…(1)4y−19x=12…(2)\begin{align*} 4y + 3x & = 100 \qquad


\ldots\left(1\right) \\ 4y - 19x & = 12 \qquad \ldots \left(2\right) \end{align*}

Use either equation to express xx in terms of yy


4y+3x=1003x=100−4yx=100−4y3\begin{align*} 4y + 3x & = 100 \\ 3x & = 100 - 4y \\ x
& = \frac{100 - 4y}{3} \end{align*}

Substitute xx into equation (2)\left(2\right) and solve for yy


4y−19(100−4y3)=1212y−19(100−4y)=3612y−1 900+76y=3688y=1 936∴y=22\begin{
align*} 4y - 19\left(\frac{100 - 4y}{3}\right) & = 12 \\ 12y - 19\left(100 - 4y\right) & = 36
\\ 12y - \text{1 900} + 76y & = 36 \\ 88y & = \text{1 936} \\ \therefore y & =22
\end{align*}

Substitute yy back into equation (1)\left(1\right) and solve for xx


x=100−4(22)3=100−883=123∴x=4\begin{align*} x & = \frac{100 - 4\left(22\right)}{3} \\
& = \frac{100 - 88}{3} \\ & = \frac{12}{3} \\ \therefore x & = 4 \end{align*}
Check the solution by substituting the answers back into both
original equations

Write the final answer


x=4y=22\begin{align*} x & = 4 \\ y & = 22 \end{align*}

Solving by elimination (EMA3B)

Worked example 8: Simultaneous equations


Solve the following system of equations:

3x+y=2…(1)6x−y=25…(2)\begin{align*} 3x + y & = 2 \qquad \ldots \left(1\right) \\ 6x -


y & = 25 \quad \ldots \left(2\right) \end{align*}

Make the coefficients of one of the variables the same in both


equations

The coefficients of yy in the given equations are 1\text{1} and −1-\text{1} . Eliminate
the variable yy by adding equation (1)\left(1\right) and equation (2)\left(2\right)
together:

3x+y=2+6x−y=259x+0=27\begin{array}{cccc} & 3x + y & = & 2 \\ + & 6x - y & = & 25


\\ \hline & 9x + 0 & = & 27 \end{array}

Simplify and solve for xx


9x=27∴x=3\begin{align*} 9x & = 27 \\ \therefore x & = 3 \end{align*}

Substitute xx back into either original equation and solve for yy


3(3)+y=2y=2−9∴y=−7\begin{align*} 3\left(3\right) + y & = 2 \\ y & = 2 - 9 \\ \therefore y
& = -7 \end{align*}

Check that the solution x=3x=3 and y=−7y=-7 satisfies both


original equations

Write the final answer


x=3y=−7\begin{align*} x & =3 \\ y & =-7 \end{align*}

Worked example 9: Simultaneous equations


Solve the following system of equations:
2a−3b=5…(1)3a−2b=20…(2)\begin{align*} 2a - 3b & = 5 \qquad \ldots \left(1\right) \\
3a - 2b & = 20 \qquad \ldots\left(2\right) \end{align*}

Make the coefficients of one of the variables the same in both


equations

By multiplying equation (1)\left(1\right) by 3\text{3} and equation (2)\left(2\right) by


2\text{2} , both coefficients of aa will be 6\text{6} .

6a−9b=15−(6a−4b=40)0−5b=−25\begin{array}{cccc} & 6a - 9b & = & 15 \\ - & (6a -


4b & = & 40) \\ \hline & 0 - 5b & = & -25 \end{array}

(When subtracting two equations, be careful of the signs.)

Simplify and solve for bb


b=−25−5∴b=5\begin{align*} b & = \frac{-25}{-5} \\ \therefore b & = 5 \end{align*}

Substitute value of bb back into either original equation and


solve for aa
2a−3(5)=52a−15=52a=20∴a=10\begin{align*} 2a - 3\left(5\right) & = 5 \\ 2a - 15 & = 5
\\ 2a & = 20 \\ \therefore a & = 10 \end{align*}

Check that the solution a=10a=10 and b=5b=5 satisfies both


original equations

Write the final answer


a=10b=5\begin{align*} a & = 10 \\ b & = 5 \end{align*}

Solving graphically (EMA3C)

This section can be included in the chapter on functions and graphs with graphs of
linear equations. Before beginning this section it may be necessary to revise plotting
graphs of linear equations with your learners.

It is also important that learners are either given the graphs or are encouraged to
draw accurate graphs on graph paper to help them solve simultaneous equations
graphically. Graph sketching software can be used in this section to ensure that
graphs are accurate.
Simultaneous equations can also be solved graphically. If the graphs of each linear
equation are drawn, then the solution to the system of simultaneous equations is the
coordinates of the point at which the two graphs intersect.

For example:

x=2y…(1)y=2x−3…(2)\begin{align*} x & = 2y \qquad \ldots \left(1\right) \\ y & = 2x - 3


\qquad \ldots \left(2\right) \end{align*}

The graphs of the two equations are shown below.

The intersection of the two graphs is (2;1)(2;1) . So the solution to the system of
simultaneous equations is x=2x=2 and y=1y=1 . We can also check the solution
using algebraic methods.

Substitute equation (1)(1) into (2)(2) :

x=2y∴y=2(2y)−3\begin{align*} x & = 2y \\ \therefore y & = 2(2y) - 3 \end{align*}

Then solve for yy :

y−4y=−3−3y=−3∴y=1\begin{align*} y - 4y & = -3 \\ -3y & = -3 \\ \therefore y & = 1


\end{align*}

Substitute the value of yy back into equation (1)(1) :


x=2(1)∴x=2\begin{align*} x & = 2(1) \\ \therefore x & = 2 \end{align*}

Notice that both methods give the same solution.

You can use an online tool such as graphsketch to draw the graphs and check your
solution.

Worked example 10: Simultaneous equations


Solve the following system of simultaneous equations graphically:

4y+3x=100…(1)4y−19x=12…(2)\begin{align*} 4y + 3x & = 100 \qquad \ldots


\left(1\right) \\ 4y - 19x & = 12 \qquad \ldots \left(2\right) \end{align*}

Write both equations in form y=mx+cy=mx + c


4y+3x=1004y=100−3xy=−34x+25\begin{align*} 4y + 3x & = 100 \\ 4y & = 100 - 3x \\ y
& = -\frac{3}{4}x + 25 \end{align*}
4y−19x=124y=19x+12y=194x+3\begin{align*} 4y - 19x & = 12 \\ 4y & = 19x + 12 \\ y
& = \frac{19}{4}x + 3 \end{align*}

Sketch the graphs on the same set of axes

Find the coordinates of the point of intersection

The two graphs intersect at (4;22)\left(4;22\right)


Write the final answer
x=4y=22\begin{align*} x & = 4 \\ y & = 22 \end{align*}

Success in Maths and Science unlocks


opportunities
Sign up to get a head start on bursary and career opportunities. Use Siyavula
Practice to get the best marks possible.

Sign up to unlock your future


EXERCISE 4.3

Look at the graph below

Solve the equations y=2x+1y = 2x + 1 and y=−x−5y = -x - 5 simultaneously

From the graph we can see that the lines intersect at x=−2x = -2 and y=−3y = -3

Show Answer

Look at the graph below


Solve the equations y=2x−1y = 2x - 1 and y=2x+1y = 2x + 1 simultaneously

The lines are parallel. Therefore there is no solution to xx and yy .

Show Answer

Look at the graph below


Solve the equations y=−2x+1y = -2x + 1 and y=−x−1y = -x - 1 simultaneously

From the graph we can see that the lines intersect at x=2x = 2 and y=−3y = -3

Show Answer

Solve for xx and yy :

−10x=−1- 10 x = -1 and −4x+10y=−9- 4 x + 10 y = -9 .

Solve for xx :

−10x=−1∴x=110\begin{align*} - 10x = -1\\ \therefore x = \frac{1}{10} \end{align*}

Substitute the value of xx into the second equation and solve for yy :

−4x+10y=−9−4(110)+10y=−9−410+10y=−9100y=−90+4y=−86100=−4350\begin{alig
n*} -4x + 10y & = -9 \\ -4\left(\frac{1}{10}\right) + 10y & = -9 \\ \frac{-4}{10} + 10y & = -
9 \\ 100y & = -90 + 4 \\ y & = \frac{-86}{100} \\ & = \frac{-43}{50} \end{align*}

Therefore x=110 and y=−4350x = \frac{1}{10} \text{ and } y = - \frac{43}{50} .

Show Answer
3x−14y=03x - 14y = 0 and x−4y+1=0x - 4y + 1 = 0

Write xx in terms of yy :

3x−14y=03x=14yx=143y\begin{align*} 3x - 14y & = 0 \\ 3x & = 14y \\ x & =


\frac{14}{3}y \end{align*}

Substitute value of xx into second equation:

x−4y+1=0143y−4y+1=014y−12y+3=02y=−3y=−32\begin{align*} x - 4y + 1 & = 0 \\
\frac{14}{3}y - 4y + 1 & = 0 \\ 14y - 12y + 3 & = 0 \\ 2y & = -3 \\ y & = -\frac{3}{2}
\end{align*}

Substitute value of yy back into first equation:

x=14(−32)3=−7\begin{align*} x & = \frac{14\left(-\frac{3}{2}\right)}{3} \\ & = -7


\end{align*}

Therefore x=−7 and y=−32x = -7 \text{ and } y = -\frac{3}{2} .

Show Answer

x+y=8x + y = 8 and 3x+2y=213x + 2y = 21

Write xx in terms of yy :

x+y=8x=8−y\begin{align*} x + y & = 8 \\ x & = 8 - y \end{align*}

Substitute value of xx into second equation:

3x+2y=213(8−y)+2y=2124−3y+2y=21y=3\begin{align*} 3x + 2y & = 21 \\ 3(8 - y) + 2y


& = 21 \\ 24 - 3y + 2y & = 21 \\ y & = 3 \end{align*}

Substitute value of yy back into first equation:

x=5x = 5

Therefore x=5 and y=3x = 5 \text{ and } y = 3 .

Show Answer

y=2x+1y = 2x + 1 and x+2y+3=0x + 2y + 3 = 0

Write yy in terms of xx :

y=2x+1y = 2x + 1
Substitute value of yy into second equation:

x+2y+3=0x+2(2x+1)+3=0x+4x+2+3=05x=−5x=−1\begin{align*} x + 2y + 3 & = 0 \\ x +
2(2x + 1) + 3 & = 0 \\ x + 4x + 2 + 3 & = 0 \\ 5x & = -5 \\ x & = -1 \end{align*}

Substitute value of xx back into first equation:

y=2(−1)+1=−1\begin{align*} y & = 2(-1) + 1 \\ & = -1 \end{align*}

Therefore x=−1 and y=−1x = -1 \text{ and } y = -1 .

Show Answer

5x−4y=695x-4y = 69 and 2x+3y=232x+3y = 23

Make xx the subject of the first equation:

5x−4y=695x=69+4yx=69+4y5\begin{align*} 5x-4y &= 69 \\ 5x &= 69+4y \\ x &=


\frac{69+4y}{5} \end{align*}

Substitute value of xx into second equation:

2x+3y=232(69+4y5)+3y=232(69+4y)+3(5)y=23(5)138+8y+15y=11523y=−23∴y=−1\b
egin{align*} 2x+3y &= 23 \\ 2 \left(\frac{69+4y}{5} \right) +3y &= 23 \\ 2(69+4y) +3(5)y
&= 23(5) \\ 138+8y+15y &= 115\\ 23y &= -23 \\ \therefore y &= -1 \end{align*}

Substitute value of yy back into first equation:

x=69+4y5=69+4(−1)5=13\begin{align*} x &= \frac{69+4y}{5} \\ &= \frac{69+4(-1)}{5} \\


&= 13 \end{align*}

Therefore x=13 and y=−1x =13 \text{ and } y = -1 .

Show Answer

x+3y=26x + 3y = 26 and 5x+4y=755x + 4y = 75

Make xx the subject of the first equation:

x+3y=26x=26−3y\begin{align*} x + 3y &= 26 \\ x &= 26 - 3y \end{align*}

Substitute value of xx into second equation:

5x+4y=755(26−3y)+4y=75130−15y+4y=75−11y=−55∴y=5\begin{align*} 5x+4y &= 75


\\ 5(26 - 3y) + 4y &= 75 \\ 130 - 15y + 4y &= 75 \\ -11y &= -55 \\ \therefore y &= 5
\end{align*}
Substitute value of yy back into first equation:

x=26−3y=26−3(5)=11\begin{align*} x &= 26 - 3y \\ &= 26 - 3(5) \\ &= 11 \end{align*}

Therefore x=11 and y=5x =11 \text{ and } y = 5 .

Show Answer

3x−4y=193x - 4y = 19 and 2x−8y=22x - 8y = 2

If we multiply the first equation by 2 then the coefficient of yy will be the same in both
equations:

3x−4y=193(2)x−4(2)y=19(2)6x−8y=38\begin{align*} 3x - 4y &= 19 \\ 3(2)x - 4(2)y & =


19(2) \\ 6x - 8y & = 38 \end{align*}

Now we can subtract the second equation from the first:

6x−8y=38−(2x−8y=2)4x+0=36\begin{array}{cccc} & 6x - 8y & = & 38 \\ - & (2x - 8y &


= & 2) \\ \hline & 4x + 0 & = & 36 \end{array}

Solve for xx :

∴x=364=9\begin{align*} \therefore x &= \frac{36}{4} \\ & = 9 \end{align*}

Substitute the value of xx into the first equation and solve for yy :

3x−4y=193(9)−4y=19∴y=19−3(9)−4=2\begin{align*} 3x-4y &= 19 \\ 3(9)-4y &= 19\\


\therefore y &= \frac{19-3(9)}{-4} \\ &= 2 \end{align*}

Therefore x=9 and y=2x = 9 \text{ and } y = 2 .

Show Answer

a2+b=4\dfrac{a}{2} + b = 4 and a4−b4=1\dfrac{a}{4} - \dfrac{b}{4} = 1

Make aa the subject of the first equation:

a2+b=4a+2b=8a=8−2b\begin{align*} \frac{a}{2} + b & = 4 \\ a + 2b & = 8 \\ a & = 8 -


2b \end{align*}

Substitute value of aa into second equation:

a4−b4=1a−b=48−2b−b=43b=4b=43\begin{align*} \frac{a}{4} - \frac{b}{4} & = 1 \\ a - b


& = 4 \\ 8 - 2b - b & = 4 \\ 3b & = 4 \\ b & = \frac{4}{3} \end{align*}
Substitute value of bb back into first equation:

a=8−2(43)=163\begin{align*} a & = 8 - 2\left(\frac{4}{3}\right) \\ & = \frac{16}{3}


\end{align*}

Therefore a=163 and b=43a = \frac{16}{3} \text{ and } b = \frac{4}{3} .

Show Answer

−10x+y=−1-10x + y = -1 and −10x−2y=5-10x - 2y = 5

If we subtract the second equation from the first then we can solve for yy :

−10x+y=−1−(−10x−2y=5)0+3y=−6\begin{array}{cccc} & -10x + y & = & -1 \\ - & (-10x


- 2y & = & 5) \\ \hline & 0 + 3y & = & -6 \end{array}

Solve for yy :

3y=−6∴y=−2\begin{align*} 3y & = -6 \\ \therefore y &= -2 \end{align*}

Substitute the value of yy into the first equation and solve for xx :

−10x+y=−1−10x−2=−1−10x=1x=1−10\begin{align*} -10x + y &= -1 \\ -10x - 2 &= -1\\ -


10x &= 1 \\ x &= \frac{1}{-10} \end{align*}

Therefore x=−110 and y=−2x = \frac{-1}{10} \text{ and } y = -2 .

Show Answer

−10x−10y=−2- 10 x - 10 y = -2 and 2x+3y=22 x + 3 y = 2

Make xx the subject of the first equation:

−10x−10y=−25x+5y=15x=1−5y∴x=−y+15\begin{align*} - 10 x - 10 y = -2\\ 5x + 5y & =


1 \\ 5x & = 1 - 5y \\ \therefore x = -y + \frac{1}{5} \end{align*}

Substitute the value of xx into the second equation and solve for yy :

2x+3y=22(−y+15)+3y=2−2y+25+3y=2y=85\begin{align*} 2x + 3y & = 2 \\ 2\left(-y +


\frac{1}{5}\right) + 3y & = 2 \\ -2y + \frac{2}{5} + 3y & = 2 \\ y & = \frac{8}{5}
\end{align*}

Substitute the value of yy in the first equation:

5x+5y=15x+5(85)=15x+8=15x=−7x=−75\begin{align*} 5x + 5y & = 1 \\ 5x +
5\left(\frac{8}{5}\right) & = 1 \\ 5x + 8 & = 1 \\ 5x & = -7 \\ x &= \frac{-7}{5} \end{align*}
Therefore x=−75 and y=85x = - \frac{7}{5} \text{ and } y = \frac{8}{5} .

Show Answer

1x+1y=3\dfrac{1}{x} + \dfrac{1}{y} = 3 and 1x−1y=11\dfrac{1}{x} - \dfrac{1}{y} = 11

Rearrange both equations by multiplying by xyxy :

1x+1y=3y+x=3xy1x−1y=11y−x=11xy\begin{align*} \frac{1}{x} + \frac{1}{y} & = 3 \\ y +


x & = 3xy \\\\ \frac{1}{x} - \frac{1}{y} & = 11 \\ y - x & = 11xy \end{align*}

Add the two equations together:

y+x=3xy+(y−x=11xy)2y+0=14xy\begin{array}{cccc} & y + x & = & 3xy \\ + & (y - x & =


& 11xy) \\ \hline & 2y + 0 & = & 14xy \end{array}

Solve for xx :

2y=14xyy=7xy1=7xx=17\begin{align*} 2y & = 14xy \\ y & = 7xy \\ 1 & = 7x \\ x & =


\frac{1}{7} \end{align*}

Substitute value of xx back into first equation:

y+17=3(17)y7y+1=3y4y=−1y=−14\begin{align*} y + \frac{1}{7} & =


3\left(\frac{1}{7}\right)y \\ 7y + 1 & = 3y \\ 4y & = -1 \\ y & = -\frac{1}{4} \end{align*}

Therefore x=17 and y=−14x = \frac{1}{7} \text{ and } y = -\frac{1}{4} .

Show Answer

y=2(x2+2)−3x2+2y = \dfrac{2(x^2 + 2) - 3}{x^2 + 2} and y=2−3x2+2y = 2 -


\dfrac{3}{x^2 + 2}

Let

2(x2+2)−3x2+2=2−3x2+22x2+4−3=2(x2+2)−32x2+1=2x2+10=0\begin{align*}
\frac{2(x^2 + 2) - 3}{x^2 + 2} &= 2 - \frac{3}{x^2 + 2} \\ 2x^2 + 4 - 3 &= 2(x^2 + 2) - 3 \\
2x^2 + 1 &= 2x^2 + 1 \\ 0 &= 0 \end{align*}

Since this is true for all xx in the real numbers, xx can be any real number.

Look at what happens to yy when xx is very small or very large:

The smallest xx can be is 0. When x=0x=0 , y=2−32=12y=2-\frac{3}{2}=\frac{1}{2} .


If xx gets very large, then the fraction 3x2+2\dfrac{3}{x^{2}+2} becomes very small
(think about what happens when you divide a small number by a very large number).
Then y=2−0=2y = 2 - 0 = 2 .

From this we can see that 12≤y≤2\frac{1}{2}\leq y \leq 2 .

Therefore xx can be any real number, 12≤y<2\frac{1}{2} \leq y < 2 .

Show Answer

3a+b=62a3a + b=\dfrac{6}{2a} and 3a2=3−ab3a^2 = 3 - ab

Note a≠0a \neq 0

Look at the first equation

3a+b=62a6a2+2ab=66a2=6−2ab3a2=3−ab\begin{align*} 3a + b&=\frac{6}{2a} \\ 6a^2


+ 2ab&=6 \\ 6a^2 &= 6 - 2ab \\ 3a^2 &= 3 - ab \end{align*}

Note that this is the same as the second equation

aa and bb can be any real number except for 0\text{0} .

Show Answer

Solve graphically and check your answer algebraically:

y+2x=0y + 2x = 0 and y−2x−4=0y - 2x - 4 = 0

First write the equations in standard form:

y+2x=0y=−2xy−2x−4=0y=2x+4\begin{align*} y + 2x & = 0 \\ y & = -2x \\\\ y - 2x - 4 &


= 0 \\ y & = 2x + 4 \end{align*}

Draw the graph:


The graphs intersect at (−1;2)(-1;2) so x=−1x = -1 and y=2y=2 .

Checking algebraically we get:

y=−2xy = -2x

Substitute value of yy into second equation:

y−2x−4=0−2x−2x−4=0−4x=4x=−1\begin{align*} y - 2x - 4 & = 0 \\ -2x - 2x - 4 & = 0 \\


-4x & = 4 \\ x & = -1 \end{align*}

Substitute the value of xx back into the first equation:

y=−2(−1)y=2\begin{align*} y & = -2(-1) \\ y & = 2 \end{align*}

Show Answer

x+2y=1x + 2y = 1 and x3+y2=1\dfrac{x}{3} + \dfrac{y}{2} = 1

First write the equations in standard form:

x+2y=12y=−x+1y=−12x+12x3+y2=1y=−23x+2\begin{align*} x + 2y & = 1 \\ 2y & = -x


+ 1\\ y & = -\frac{1}{2}x + \frac{1}{2} \\ \\ \frac{x}{3} + \frac{y}{2} & = 1 \\ y & = -
\frac{2}{3}{x} + 2 \end{align*}

Draw the graph:


The graphs intersect at (9;−4)(9;-4) so x=9x = 9 and y=−4y=-4 .

Checking algebraically we get:

x=−2y+1x = -2y + 1

Substitute value of xx into first equation:

−2y+13+y2=1−4y+2+3y=6y=−4\begin{align*} \frac{-2y + 1}{3} + \frac{y}{2} & = 1 \\ -


4y + 2 + 3y & = 6 \\ y & = -4 \end{align*}

Substitute the value of yy back into the first equation:

x+2(−4)=1x−8=1x=9\begin{align*} x + 2(-4) & = 1 \\ x - 8 & = 1 \\ x & = 9 \end{align*}

Show Answer

y−2=6xy - 2 = 6x and y−x=−3y - x = -3

First write the equations in standard form:

y−2=6xy=6x+2y−x=−3y=x−3\begin{align*} y - 2 & = 6x \\ y & = 6x + 2\\\\ y - x & = -3 \\


y & = x - 3 \end{align*}

Draw the graph:


The graphs intersect at (−1;−4)(-1;-4) so x=−1x = -1 and y=−4y=-4 .

Checking algebraically we get:

y=6x+2y = 6x + 2

Substitute value of yy into first equation:

6x+2=x−35x=−5x=−1\begin{align*} 6x + 2 & = x - 3 \\ 5x & = -5 \\ x & = -1 \end{align*}

Substitute the value of xx back into the first equation:

y=6(−1)+2y=−4\begin{align*} y & = 6(-1) + 2 \\ y & = -4 \end{align*}

Show Answer

2x+y=52x + y = 5 and 3x−2y=43x - 2y = 4

First write the equations in standard form:

2x+y=5y=−2x+53x−2y=42y=3x−4y=32x−2\begin{align*} 2x + y & = 5 \\ y & = -2x + 5\\


\\ 3x - 2y & = 4 \\ 2y & = 3x - 4 \\ y & = \frac{3}{2}x - 2 \end{align*}

Draw the graph:


The graphs intersect at (2;1)(2;1) so x=2x = 2 and y=1y=1 .

Checking algebraically we get:

y=−2x+5y = -2x + 5

Substitute value of yy into first equation:

−2x+5=32x−2−4x+10=3x−47x=14x=2\begin{align*} -2x + 5 & = \frac{3}{2}x - 2 \\ -4x


+ 10 & = 3x - 4 \\ 7x & = 14 \\ x & = 2 \end{align*}

Substitute the value of xx back into the first equation:

x=−2(2)+5y=1\begin{align*} x & = -2(2) + 5 \\ y & = 1 \end{align*}

Show Answer

5=x+y5 = x + y and x=y−2x = y - 2

First write the equations in standard form:

5=x+yy=−x+5x=y−2y=x+2\begin{align*} 5 & = x + y \\ y & = -x + 5\\ \\ x & = y - 2 \\ y &


= x + 2 \end{align*}

Draw the graph:


The graphs intersect at (1,5;3,5)(\text{1,5};\text{3,5}) so x=1,5x = \text{1,5} and
y=3,5y=\text{3,5} .

Checking algebraically we get:

y=−x+5y = -x + 5

Substitute value of yy into second equation:

x=−x+5−22x=3x=32\begin{align*} x & = -x + 5 - 2 \\ 2x & = 3 \\ x & = \frac{3}{2}


\end{align*}

Substitute the value of xx back into the first equation:

5=32+yy=72\begin{align*} 5 & = \frac{3}{2} + y \\ y & = \frac{7}{2} \end{align*}

Show Answer

Previous Next
Table of Contents
Solving quadratic equations Word problems

 Frequently Asked Questions


 Help for Learners
 Help for Teachers

 Features
 Pricing
 About Siyavula
 Contact Us

Follow Siyavula:

 Twitter
 Facebook

All Siyavula textbook content made available on this site is released under the terms
of a Creative Commons Attribution License. Embedded videos, simulations and
presentations from external sources are not necessarily covered by this license.

Terms and Conditions and Privacy Policy.

 Switch to mobile site

<img height="1" width="1" style="display:none"


src="https://www.facebook.com/tr?id=319676755285863&amp;ev=PageView&amp;n
oscript=1"> <img height="1" width="1"
src="https://www.facebook.com/tr?id=319676755285863&amp;ev=PageView&
amp;noscript=1">

Das könnte Ihnen auch gefallen