document.write( "Question 524070: How can you create a system of equations with the solutions:
\n" );
document.write( "u=1
\n" );
document.write( "v=-4
\n" );
document.write( "w=2
\n" );
document.write( "x=0
\n" );
document.write( "y=-5
\n" );
document.write( "z=8\r
\n" );
document.write( "\n" );
document.write( "An example would be helpful! \n" );
document.write( "
Algebra.Com's Answer #347545 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! u + v + w + x + y + z = 0 \n" ); document.write( "2u - v + 3w + 4x - 7y -z = 39 \n" ); document.write( "-u +v + 4w -x -y -z = 0 \n" ); document.write( "8u -3v + 5w -3x - 3y + 3z = 69 \n" ); document.write( "4u - 4v + 3w - 5x - y + z = 39 \n" ); document.write( "2u - v - w + x - 7y -2z = 23 \n" ); document.write( "u + v - w + x - y + z = 8 \n" ); document.write( " \n" ); document.write( " |