document.write( "Question 249137: My son is having an impossible time with this question; we hope you can help.
\n" );
document.write( "He has 3 line equations with 3 variables.
\n" );
document.write( "5/x +3y + 62=1
\n" );
document.write( "1/x +3(z-y)=9 1/5
\n" );
document.write( "2/x +3/5z+y=-1\r
\n" );
document.write( "\n" );
document.write( "He has tried the Gaussian(sp) elimination method but cannot quite figure it out.
\n" );
document.write( "Can you show him how to do this? \n" );
document.write( "
Algebra.Com's Answer #181506 by kensson(21)![]() ![]() You can put this solution on YOUR website! You can't use Gaussian elimination on a non-linear system. You have to do it with algebra.\r \n" ); document.write( "\n" ); document.write( "(1) 5/x + 3y + 62 = 1 \n" ); document.write( "(2) 1/x + 3(z-y) = 46/5 \n" ); document.write( "(3) 2/x + 3z/5 + y = -1\r \n" ); document.write( "\n" ); document.write( "Multiply it all through by 5x:\r \n" ); document.write( "\n" ); document.write( "(1) 25 + 15xy = -305x \n" ); document.write( "(2) 5 + 15xz - 15xy = 46x \n" ); document.write( "(3) 10 + 3xz + 5xy = -5x \n" ); document.write( "3*(3) 30 + 9xz + 15xy = -15x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add (1) and (2) -> (4)\r \n" ); document.write( "\n" ); document.write( "(4) 30 + 15xz = -259x \n" ); document.write( "or: x(15z + 259) = -30\r \n" ); document.write( "\n" ); document.write( "Add (2) and 3*(3) -> (5)\r \n" ); document.write( "\n" ); document.write( "(5) 35 + 24xz = 31x \n" ); document.write( "or: x(24z - 31) = -35\r \n" ); document.write( "\n" ); document.write( "Isolate x and juggle to get:\r \n" ); document.write( "\n" ); document.write( "-30(24z-31) = -35(15z + 259)\r \n" ); document.write( "\n" ); document.write( "-720z + 930 = -525z - 9065\r \n" ); document.write( "\n" ); document.write( "9995 = 195z\r \n" ); document.write( "\n" ); document.write( "This gives z = 199/39*. You can sub that back into (4) or (5) to get x, and both into (1), (2) or (3) to get y.\r \n" ); document.write( "\n" ); document.write( "* I don't believe this is the correct answer to the problem set, but the method is right.\r \n" ); document.write( "\n" ); document.write( "===\r \n" ); document.write( "\n" ); document.write( "EDIT\r \n" ); document.write( "\n" ); document.write( "If the first line is 5/x +3y + 6z=1, it comes out more nicely.\r \n" ); document.write( "\n" ); document.write( "5/x +3y + 6z=1 \n" ); document.write( "1/x +3(z-y)=9 1/5 \n" ); document.write( "2/x +3/5z+y=-1\r \n" ); document.write( "\n" ); document.write( "Let w = 1/z\r \n" ); document.write( "\n" ); document.write( "(1) 5w + 3y + 6z = 1 \n" ); document.write( "(2) w - 3y + 3z = 9.2 \n" ); document.write( "(3) 2w + y + 0.6z = -1\r \n" ); document.write( "\n" ); document.write( "(1) 5w + 3y + 6z = 1 \n" ); document.write( "(4) = 5*(2) 5w - 15y + 15z = 46 \n" ); document.write( "(5) = 5*(3) 10w + 5y + 3z = -5\r \n" ); document.write( "\n" ); document.write( "(6) = (1)-(4) 18y - 9z = -45 \n" ); document.write( "(7) = 2*(1)-(5) y + 9z = 7\r \n" ); document.write( "\n" ); document.write( "(6)+(7) 19y = -38 \n" ); document.write( "So y = -2 \n" ); document.write( "From (7) -2 + 9z = 7 so z = 1 \n" ); document.write( "From (2) w + 6 +3 = 9.2 so w = 0.2 and x = 5. \n" ); document.write( " |