How do you solve the system of equations 2xy+3z=1, x+2y4z=1 and y2z=0 by elimination?

1 Answer
Sep 7, 2017

From third equation y=2z

After plugging y into second one,

x+22z4z=1 or x=1.

After plugging x and y into first one,

2(1)2z+3z=1

2+z=1

z=1. Consequently, y=21=2

Explanation:

1) I found y in terms of z from third equation.

2) I plugged y into second one for finding x.

3) I plugged x and y into first one for finding z.

4) I found y.