document.write( "Question 68747: Solve the system by substitution.
\n" );
document.write( " x + y = 12
\n" );
document.write( " y = 2x\r
\n" );
document.write( "\n" );
document.write( "This problem has me a bit confused and need some help. Thanks. \n" );
document.write( "
Algebra.Com's Answer #48944 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x + y = 12 \n" ); document.write( "y = 2x \n" ); document.write( "---------- \n" ); document.write( "You are told that y=2x so substitute \"2x\" in place of \"y\" \n" ); document.write( "in the 1st equation: \n" ); document.write( "You get: x+2x=12 \n" ); document.write( "3x=12 \n" ); document.write( "x=4 \n" ); document.write( "Now you know what \"x\" is. \n" ); document.write( "Substitute that value of x into the statement \"y=2x\" \n" ); document.write( "You get y=2(4)=8 \n" ); document.write( "--------- \n" ); document.write( "So the solution for the system of equations is (4,8) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |