document.write( "Question 603551: Determine the best method to solve each system of equations. Then solve the system.
\n" );
document.write( "y=2x
\n" );
document.write( "x+2y=8 \n" );
document.write( "
Algebra.Com's Answer #380740 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine the best method to solve each system of equations. Then solve the system. \n" ); document.write( "y=2x \n" ); document.write( "x+2y=8 \n" ); document.write( "--------- \n" ); document.write( "Sub for y in the 2nd equation. \n" ); document.write( " \n" ); document.write( " |