153k views
0 votes
Solve the system by substitution.

{-x - y - z = -8
{ -4x + 4y + 5z = 7
{ 2x + 2z = 4

User Siukurnin
by
8.4k points

1 Answer

7 votes
These are three simultaneous linear equations in three variables. The idea is to reduce these equations to two simultaneous linear equations in two variables and finally to a linear equation in one variable.

We can then solve the linear equation in one variable, and get the remaining variables by backward substitution.

The first equation is


- x - y - z = - 8

Multiplying through by negative one we obtain,


x + y + z = 8 - - - - - (1)
The second equation is


- 4x + 4y + 5z = 7 - - - - - (2)

The third equation is


2x + 2z = 4
Dividing through by 2 , we obtain;


x + z = 2

Making z the subject, we get;


z = 2 - x - - - - (3)

Now we substitute equation (3) into equation (1) and (2) simultaneously.

Equation (3) in (1) gives,


x + y + (2 - x) = 8
This implies that,


y + 2 = 8

y = 8 - 2

y = 6

Now equation (3) in (2) gives,


- 4x + 4y + 5(2 - x) = 7

Expanding the bracket gives,


- 4x + 4y + 10 - 5x = 7

Grouping like terms and simplifying gives,


- 9x + 4y = - 3 - - - - (4)

Put

y = 6 \:
in equation (4).

This implies that,


- 9x + 4(6) = - 3

\rightarrow \: - 9x + 24 = - 3

- 9x = - 27

x = ( - 27)/( - 9) = 3

We now put


x = 3

in equation (3) to obtain,


z = 2 - 3

z = - 1

\therefore \: x = 3 \: \: \: \: y = 6 \: \: \: z = - 1

In general, if you are solving three linear equations in three variables:

1. Make one variable the subject in one of the equations, preferably the simplest or easiest equation

2. Substitute this equation into the other two equations.

3. Solve the two simultaneous equations in two variables
User Rom
by
7.8k points

No related questions found