document.write( "Question 378503: I need to solve the following system of linear equations with three variables.
\n" );
document.write( "Here is the system:\r
\n" );
document.write( "\n" );
document.write( " 2x-4y+3z=17
\n" );
document.write( " x+2y-z =0
\n" );
document.write( " 4x -y -z=6\r
\n" );
document.write( "\n" );
document.write( "O.K. I know i need to reduce it to a system of 2 equations with 2 variables. This is what i have so far. I'm not certain it's right. I did this:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " 2x-4y+3z.....2x-4y+3z=17
\n" );
document.write( " 3(x+2y-z=0)...3x+6y-3z=0
\n" );
document.write( "That got rid of my \"z\". now i THINK i\"m supposed to add? That gives me:\r
\n" );
document.write( "\n" );
document.write( " 5x+2y=17. O>K> There's my 1st equation with 2 variables. Now for the 2nd one.\r
\n" );
document.write( "\n" );
document.write( " I did: x+2y-z (that's equation #2 in the original)
\n" );
document.write( " -1(4x-y-z=6)...I multiplied the original 3rd equation by -1 to get rid of ITS \"z\". I got:\r
\n" );
document.write( "\n" );
document.write( " -3x+3y=-6. There's my 2nd 2-variable equation. Now I did:
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " 5x+2y=17
\n" );
document.write( " -3x+3y=-6...Now to solve: I chose to get rid of \"y\" and solve for x like this:\r
\n" );
document.write( "\n" );
document.write( " -3(5x+2y=17)...-15x-6y=-57
\n" );
document.write( " 2(-3x+3y=-6)..-6x+6y=-12
\n" );
document.write( "Adding...............................
\n" );
document.write( " 21x =-69
\n" );
document.write( " 69/21
\n" );
document.write( " x=3.29 or 3
\n" );
document.write( "My two questions are: A) is this right up til now? and B)What do i do now? I'm lost. Please help!:(\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #268874 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! YOU ARE DOING GREEEEAT!!!!!!! \n" ); document.write( "Down toward the end you have: \n" ); document.write( "-3(5x+2y=17)...-15x-6y=-57 \n" ); document.write( "---and you made a simple error. It should be.....-15x-6y=-51 (not 57) \n" ); document.write( "Now lets see how this changes the outcome \n" ); document.write( "Instead of -- -21x=-69 you have -21x=-63 \n" ); document.write( "and x=3\r \n" ); document.write( "\n" ); document.write( "Now the next step is to substitute x=3 into either of the equations with two unknowns and solve for y. Then the next step would be to substitute the value you got for y plus the value you have for x (3) into either of the equations with 3 unknowns and then solve for z.\r \n" ); document.write( "\n" ); document.write( "You are doing good---keep it up.\r \n" ); document.write( "\n" ); document.write( "Hope this helps ---ptaylor \n" ); document.write( " |