document.write( "Question 74423: 2x+2y+3z=13
\n" );
document.write( "-3x+4y-z=5
\n" );
document.write( "5x-3y+z=2\r
\n" );
document.write( "\n" );
document.write( "solve a system of 3 linear equations in 3 variables by the addition method. I keep coming up with fractions for x variable. i must be missing something in one of steps. \n" );
document.write( "
Algebra.Com's Answer #53591 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! What's wrong with fractions?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding (equation 2) to (equation 3) gives 2x+y=7 (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying (equation 2) by 3 and adding it to (equation 1) gives -7x+14y=28, dividing this by 7 gives -x+2y=4 (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying (equation (b)) by 2 and adding (equation (a)) gives 5y=15 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so y=3,, x=2,, and z=1 \n" ); document.write( " |