document.write( "Question 898918: I need to use the elimination method to find all solutions of the system of equations for the following 2 problems:
\n" );
document.write( "x+2y=5
\n" );
document.write( "2x+3y=8\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #545039 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! use the elimination method to find all solutions of the system of equations for the following 2 problems: \n" ); document.write( " x+2y=5 \n" ); document.write( " 2x+3y=8 \n" ); document.write( "------- \n" ); document.write( "Modify:: \n" ); document.write( "2x + 4y = 10 \n" ); document.write( "2x + 3y = 8 \n" ); document.write( "--------------- \n" ); document.write( "Subtract and solve for \"y\":: \n" ); document.write( "y = 2 \n" ); document.write( "---- \n" ); document.write( "Solve for \"x\" using x + 2y = 5 \n" ); document.write( "x + 2*2 = 5 \n" ); document.write( "x + 4 = 5 \n" ); document.write( "x = 1 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |