SOLUTION: 3x-6y+z=0 x+y=0 -12x+24y-4z=0

Algebra.Com
Question 378061: 3x-6y+z=0
x+y=0
-12x+24y-4z=0

Answer by Edwin McCravy(20060)   (Show Source): You can put this solution on YOUR website!
  3x -  6y + 1z = 0
  1x +  1y + 0z = 0
-12x + 24y - 4z = 0

We make the augmented matrix by eliminating the variables:



Swap R1 and R2  (row 1 and row 2)
That instruction is written
R1<-->R2



Get a 0 where the 3 is by multiplying R1 by -3
temporarily and add it to row 2, then restore R1

That instruction is written

-3*R1+R2 -> R2



Get a 0 where the -12 is by multiplying R1 by 12
temporarily and add it to row 2, then restore R1

That instruction is written

12*R1+R3 --> R3



Get a 1 where the -9 is by multiplying row 2 by 

That instruction is written:

R2 --> R2



Get a 0 where the 36 is by multiplying R2 by -36
temporarily and add it to row 3, then restore R2

That instruction is written

-36R2+R3-->R3



Write that as a system of equations:



or 



We let z be arbitrary.  Solve the second equation for y



Solve the first equation for x:



Substitute  for y



So the set of solutions is

(x,y,z) = (,,)

where z is any arbitrary number.

Edwin


RELATED QUESTIONS

x^2+y^2-12x-24y+36=0 (answered by stanbon)
1. -2x^2 - y^2 + 24y + 76 = 0 x + 3y + 2 = 0 2. x^2 + y^2 + x +3y + 2 = 0 x - y =0 (answered by Fombitz)
What is the focus of this parabola? X^2 + 12X - 24Y + 84 =... (answered by lwsshak3)
Solve for X, Y, and Z in the following systems of three equations: Can you show me the... (answered by Edwin McCravy)
{{{system(2x+3y-z=0, x-2y-4z=14, 3x+y-8z=17)}}} (answered by Edwin McCravy)
Construct the dual problem associated with the primal problem. Solve the primal problem. (answered by ikleyn)
3x+y+z=0 X+Y+Z=0 (answered by ikleyn)
Minimize z=3x+2y 2y+6x>=20 6y+2y>=20 subject to 2y+2x>=12 x>=0... (answered by greenestamps)
Please help me solve this linear equation problem: 3x- 6y+ 3z=-3 x + 3y - z =0 6x - y (answered by Fombitz)