document.write( "Question 970389: Solve the following system:
\n" );
document.write( "x - 2y = 5\r
\n" );
document.write( "\n" );
document.write( "3x + 2y = -1\r
\n" );
document.write( "\n" );
document.write( "What is the value of x? \n" );
document.write( "
Algebra.Com's Answer #593021 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! x - 2y = 5...........equation 1 \n" ); document.write( "3x + 2y = -1.........equation 2 \n" ); document.write( "Adding 1 and 2 we get, \n" ); document.write( "x+3x=5-1 \n" ); document.write( "4x=4 \n" ); document.write( "x=1 \n" ); document.write( "y=-2 \n" ); document.write( " |