document.write( "Question 61563: Solve the system by substitution. x + y = 12
\n" );
document.write( " y = 2x \n" );
document.write( "
Algebra.Com's Answer #42373 by asha(30)![]() ![]() ![]() You can put this solution on YOUR website! x+y =12 eqn,1 \n" ); document.write( "y =2x eqn.2 \n" ); document.write( "plugging the value of y in eqn.1 we get \n" ); document.write( "x +2x =12 \n" ); document.write( "3x =12 \n" ); document.write( "x =12/3 =4 \n" ); document.write( "y =2x =2*4 =8 \n" ); document.write( "the answer is x=4 and y=8 \n" ); document.write( "good luck !!! \n" ); document.write( " |