document.write( "Question 795428: The system of equations may have a unique solution, an infinite number of solutions, or no solution.Use matrices to find the general solution of each system, if a solution exists. (If there is no solution, enter NO SOLUTION. If there are infinitely many solutions, express your answers in terms of z.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "{{x+y+z=0}}}}
\n" );
document.write( "{{2x-y-z=0}}}
\n" );
document.write( "{{-x+2y+2z=0}}}\r
\n" );
document.write( "\n" );
document.write( "I have broken the matrix down to this:\r
\n" );
document.write( "\n" );
document.write( "[1 0 0 0]
\n" );
document.write( "[0 1 1 0]
\n" );
document.write( "[0 0 0 0]\r
\n" );
document.write( "\n" );
document.write( "How do i state this in terms of Z?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #480967 by AnlytcPhil(1807)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "The matrix\r\n" ); document.write( "\r\n" ); document.write( "[1 0 0 | 0]\r\n" ); document.write( "[0 1 1 | 0]\r\n" ); document.write( "[0 0 0 | 0]\r\n" ); document.write( "\r\n" ); document.write( "means\r\n" ); document.write( "\r\n" ); document.write( "1x + 0y + 0z = 0\r\n" ); document.write( "0x + 1y + 1z = 0\r\n" ); document.write( "0x + 0y + 0z = 0\r\n" ); document.write( "\r\n" ); document.write( "or\r\n" ); document.write( "\r\n" ); document.write( " x = 0\r\n" ); document.write( " y + z = 0\r\n" ); document.write( "\r\n" ); document.write( "or\r\n" ); document.write( "\r\n" ); document.write( " x = 0\r\n" ); document.write( " y = -z\r\n" ); document.write( "\r\n" ); document.write( "So the solution in terms of z is:\r\n" ); document.write( "\r\n" ); document.write( " (x,y,z) = (0,-z,z)\r\n" ); document.write( "\r\n" ); document.write( "Edwin \n" ); document.write( " \n" ); document.write( " |