document.write( "Question 1038378: z=2x+3y+7
\n" );
document.write( "x=z+2/2
\n" );
document.write( "y=-3z-7\r
\n" );
document.write( "\n" );
document.write( "find the solution of x,y and z \n" );
document.write( "
Algebra.Com's Answer #653069 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Substitution method: \n" ); document.write( "z=2x+3y+7 \n" ); document.write( "x=z+2/2 NOTE: Did you mean 2/2? 2 divided by 2 = 1, so the number is 1 \n" ); document.write( "y=-3z-7 \n" ); document.write( "```````````````````````````````````````` \n" ); document.write( "z=2(z+1)+3(-3z-7) \n" ); document.write( "z=2z+2-9z-21 \n" ); document.write( "z=-7z-19 \n" ); document.write( "8z = -19 \n" ); document.write( "z = -19/8 = -2 3/8 \n" ); document.write( " |