document.write( "Question 923379: Can you show me the steps for solving a system of equations\r
\n" );
document.write( "\n" );
document.write( "3x-4=7
\n" );
document.write( "Y+2x=8\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #559995 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Can you show me the steps for solving a system of equations\r \n" ); document.write( "\n" ); document.write( "3x-4=7 --> 3x = 11 --> x = 11/3 \n" ); document.write( "Y+2x=8 \n" ); document.write( "----- \n" ); document.write( "y + 2x = 8 \n" ); document.write( "y + 2*(11/3) = 8 \n" ); document.write( "y = 8 - 22/3 \n" ); document.write( "y = 2/3 \n" ); document.write( " |