
Will R. answered 04/03/17
Tutor
4.8
(55)
Exceptional All-Around Tutor
We can get y to equal 6 by subtracting x from the current value of y: y-=x;
Now we can get x to equal 2 by subtracting the value of z from the new value of y: x=y-z;
We can then get z to equal 8 by adding the new values of x and y together: z=x+y;