document.write( "Question 63441This question is from textbook
\n" );
document.write( ": Solve the system by substitution.
\n" );
document.write( " x + y = 12
\n" );
document.write( " y = 2x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #44191 by rchill(405)![]() ![]() ![]() You can put this solution on YOUR website! substitute 2x for y in the first equation and you get 3x=12 or x=4. That means that y=8. \n" ); document.write( " |