document.write( "Question 10610: y=2x
\n" );
document.write( "x+y=12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #5611 by rahman(247)![]() ![]() You can put this solution on YOUR website! We be able to substitute y = 2x to x + y = 12: \n" ); document.write( "x + y = 12 ----- x + 2x = 12 \n" ); document.write( " 3x = 12 \n" ); document.write( " x = 12 : 3 \n" ); document.write( " x = 4 \n" ); document.write( "Then, y = 2x ------ y = 2(4) = 8 \n" ); document.write( "so, we find x = 4 and y = 8 \n" ); document.write( " |