document.write( "Question 252571: Solve the following system of equations for x:\r
\n" );
document.write( "\n" );
document.write( "4x + y = 11
\n" );
document.write( "x + y = 2 \n" );
document.write( "
Algebra.Com's Answer #184557 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Here are our two equations: \n" ); document.write( "(i) \n" ); document.write( "(ii) \n" ); document.write( "step 1 - multiply (i) by -1. \n" ); document.write( "(iii) \n" ); document.write( "(iv) \n" ); document.write( "step 2 - add down to eliminate y. \n" ); document.write( "(v) -3X = -9 - - > X = 3. \n" ); document.write( "Step 3 - find y. \n" ); document.write( "x=3 means y = -1. \n" ); document.write( " |