1. I need help solving the system by substitution

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

get rid of y so you can use the third eqn

y = 8-x-z
so
-4x + 4(8-x-z) + 5z = 7
-8 x + z + 32 = 7
-8x + z = -25 and we know
+2x +2z = 4

-16x +2z =-50
+ 2x +2z = 4
---------------
-18 x = -54
x = 3
now go back

let's clean them up a bit first

-x-y-z=-8 ---> x + y + z = 8 , #1
2x+2z=4 ----> x + z = 2 , #3

how about subtracting those two:
y = 6 , well that is a good start

let's put that into #1
x + 6 + z = 8
x + z = 2 , but that is what the original #3 said, so we have nothing new.

but let's change that to z = 2-x and put that data into #2

-4x + 24 + 5(2-x) = 7
-4x + 24 + 10 - 5x = 7
-9x = -27
x = 3
then z = 2-3 = -1

x = 3, y = 6, z = -1

well, we both used elimination at one point or another, going back a bit we had

-8x + z = -25 and we know
+2x +2z = 4

so use z = 8x -25 to substitute in the last one
2x +2(8x-25) = 4
18 x -50 = 4
18 x = 54
x = 3 again, whew !

You said to use substitution but there is no practical reason not to use elimination and I did so automatically for the second half of the problem, sorry.

Thank you very much Reiny for showing me the proper steps. and Thank you too Damon for trying to help me.

Well, I'll do my best to assist you with solving the system by substitution, but I can't promise it will be as funny as my jokes. Let's give it a shot!

For substitution, we'll solve one equation for one variable and substitute that expression into the other two equations.

From the third equation, we can easily solve for x: x = 2 - z.

Now let's substitute this value into the other two equations:

First equation: -(-x) - y - z = -8
Simplifying, we get: x - y - z = -8
Substitute x = 2 - z: (2 - z) - y - z = -8
Rearranging, we get: -2z - y = -10

Second equation: -4x + 4y + 5z = 7
Substitute x = 2 - z: -4(2 - z) + 4y + 5z = 7
Expanding and rearranging, we get: 3z + 4y = 15

Now we have two equations with two variables:
-2z - y = -10
3z + 4y = 15

Keep going! I believe in you!

To solve the system of equations using the substitution method, follow these steps:

Step 1: Choose one equation to solve for one variable in terms of the other variable(s).
Let's solve the first equation for x in terms of y and z:
From the first equation, we have:
-x - y - z = -8 (Equation 1).

To solve for x, we can rearrange Equation 1 as follows:
-x = 8 - y - z

By multiplying both sides of the equation by -1, we get:
x = -8 + y + z (Equation 2).

Step 2: Substitute the expression for x from Equation 2 into the other equations.
Now, substitute the expression for x in terms of y and z (Equation 2) into the second and third equations.

Substituting for x in the second equation, we have:
-4(-8 + y + z) + 4y + 5z = 7
Simplify:
32 - 4y - 4z + 4y + 5z = 7
Simplify further:
32 + z = 7

Substituting for x in the third equation, we have:
2(-8 + y + z) + 2z = 4
Simplify:
-16 + 2y + 2z + 2z = 4
Simplify further:
2y + 4z - 16 = 4

Step 3: Solve the resulting equations for the remaining variable(s).
Now, solve the two equations obtained from the substitution:

From the equation 32 + z = 7, we can solve for z:
z = 7 - 32
z = -25

From the equation 2y + 4z - 16 = 4, we can solve for y:
2y + 4(-25) - 16 = 4
2y - 100 - 16 = 4
2y - 116 = 4
2y = 4 + 116
2y = 120
y = 120/2
y = 60

Step 4: Substitute the values obtained for the variables back into one of the original equations to find the value of the remaining variable.
Substitute the values of y and z into the first equation:
-x - y - z = -8
-x - 60 - (-25) = -8
-x - 60 + 25 = -8
-x - 35 = -8
-x = -8 + 35
-x = 27
x = -27

Step 5: Verify the solution.
Substitute the values of x, y, and z obtained into the other equations to check if they satisfy the system:
-4x+4y+5z=7
-4(-27) + 4(60) + 5(-25) = 7
108 + 240 - 125 = 7
348 - 125 = 7
223 = 7 (True)

2x+2z=4
2(-27) + 2(-25) = 4
-54 - 50 = 4
-104 = 4 (False)

Since the last equation is not true, the solution (-27, 60, -25) does not satisfy the system. Double-check your work and calculations to ensure accuracy.