document.write( "Question 1086862: x+2y-2z=2
\n" );
document.write( "3x-2y+2z=-1
\n" );
document.write( "x-2y-z=0\r
\n" );
document.write( "\n" );
document.write( "A
\n" );
document.write( "The unique solution to the system is left\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The system has infinitely many solutions. The solution described in terms of variable z is \n" );
document.write( "
Algebra.Com's Answer #701104 by mathmate(429) You can put this solution on YOUR website! Question: \n" ); document.write( "x+2y-2z=2 \n" ); document.write( "3x-2y+2z=-1 \n" ); document.write( "x-2y-z=0 \n" ); document.write( "A \n" ); document.write( "The unique solution to the system is left \n" ); document.write( "The system has infinitely many solutions. The solution described in terms of variable z is \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "x+2y-2z=2............(1) \n" ); document.write( "3x-2y+2z=-1..........(2) \n" ); document.write( "x-2y-z=0.............(3) \n" ); document.write( " \n" ); document.write( "(1)+(2) => \n" ); document.write( "4x=1 => x=1/4 \n" ); document.write( " \n" ); document.write( "(1)+(3) \n" ); document.write( "2x-3z=2 => \n" ); document.write( "2/4-3z=2 [x=1/4] => \n" ); document.write( "3z=-1/2 \n" ); document.write( " \n" ); document.write( "Substitute x and z in (1) \n" ); document.write( "1/4+2y-2(-1/2)=2 => \n" ); document.write( "2y=2-1/4-1=3/4 => \n" ); document.write( "y=3/8 \n" ); document.write( " \n" ); document.write( "Therefore there is a unique solution set, S={1/4, 3/8, -1/2} \n" ); document.write( "This conclusion can also be obtained by seeing that the three equations are not linearly dependent. \n" ); document.write( " \n" ); document.write( " |