\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "z=4, y=-25, x=18 \r\n" );
document.write( "\r\n" );
document.write( "These do not check in the first equation\r\n" );
document.write( "\r\n" );
document.write( " 3x + y + z = 0\r\n" );
document.write( "3(18) + (-25) + 4 = 0\r\n" );
document.write( " 54 - 25 + 4 = 0\r\n" );
document.write( " 33 = 0\r\n" );
document.write( "\r\n" );
document.write( "These do not check in the second equation, either.\r\n" );
document.write( "\r\n" );
document.write( " 2x - y + z = 0\r\n" );
document.write( "2(18) - (-25) + 4 = 0\r\n" );
document.write( " 36 + 25 + 4 = 0\r\n" );
document.write( " 65 = 0\r\n" );
document.write( "\r\n" );
document.write( "These do not check in the third equation, either.\r\n" );
document.write( "\r\n" );
document.write( " 2x + y + z = 0\r\n" );
document.write( "2(18) + (-25) + 4 = 0\r\n" );
document.write( " 36 - 25 + 4 = 0\r\n" );
document.write( " 15 = 0\r\n" );
document.write( "\r\n" );
document.write( "The only solution is x=0, y=0, z=0\r\n" );
document.write( "\r\n" );
document.write( "The other tutor is right in one respect, but wrong in another respect.\r\n" );
document.write( "\r\n" );
document.write( "When the numbers on the right (not coefficients, as he stated) are all\r\n" );
document.write( "aero, it's true that x = y = z = 0 is a solution. However that is not\r\n" );
document.write( "necessarily the only solution. It was in your case, but not in all\r\n" );
document.write( "cases.\r\n" );
document.write( "\r\n" );
document.write( "For example:\r\n" );
document.write( "\r\n" );
document.write( "x + y + 3z = 0\r\n" );
document.write( "x + 2y + 4z = 0\r\n" );
document.write( "x + 3y + 5z = 0\r\n" );
document.write( "\r\n" );
document.write( "This one has infinitely many solutions.\r\n" );
document.write( "\r\n" );
document.write( "x = y = z = 0 is indeed a solution, but also\r\n" );
document.write( "\r\n" );
document.write( "x=-2, y=-1, and z=1 is a solution and\r\n" );
document.write( "\r\n" );
document.write( "x=4, y=2, and z=-2 is also a solution.\r\n" );
document.write( "\r\n" );
document.write( "The general solution is\r\n" );
document.write( "\r\n" );
document.write( "x = -2k, y = -k, and z = k, where k is any number\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( " \n" );
document.write( "