document.write( "Question 921950: Question is that I have x+y=5
\n" );
document.write( " x+z=6
\n" );
document.write( " y+z=7
\n" );
document.write( "Please solve this question.
\n" );
document.write( "I can't do this.
\n" );
document.write( "Regards
\n" );
document.write( "Faraz Saleem \n" );
document.write( "
Algebra.Com's Answer #559310 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are given \n" ); document.write( "1) x + y = 5 \n" ); document.write( "2) x + z = 6 \n" ); document.write( "3) y + z = 7 \n" ); document.write( "subtract equation 1 from equation 2, we get \n" ); document.write( "z - y = 1 \n" ); document.write( "then add equation 3 to the above result \n" ); document.write( "2z = 8 \n" ); document.write( "z = 4 \n" ); document.write( "from equation 2 we have \n" ); document.write( "x + 4 = 6 \n" ); document.write( "x = 2 \n" ); document.write( "from equation 3 we have \n" ); document.write( "y = 3 \n" ); document.write( "solution set is x = 2, y = 3, z = 4 \n" ); document.write( " |