document.write( "Question 1002461: 4x-2y+Z=-7
\n" );
document.write( "Y+2z=1
\n" );
document.write( "Z=-1 \n" );
document.write( "
Algebra.Com's Answer #619369 by fractalier(6550) You can put this solution on YOUR website! You substitute the third into the second equation, then into the first... \n" ); document.write( "y+2(-1)=1 \n" ); document.write( "y-2=1 \n" ); document.write( "y = 3 \n" ); document.write( "Then \n" ); document.write( "4x-2(3)+(-1) = -7 \n" ); document.write( "4x -6 -1 = -7 \n" ); document.write( "4x = 0 \n" ); document.write( "x = 0 \n" ); document.write( "(0,3,-1) \n" ); document.write( " |