document.write( "Question 307641: Using the y=y method, solve the following system of equations.
\n" );
document.write( "2x + y = 12\r
\n" );
document.write( "\n" );
document.write( "3x – y = 8 \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #220066 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I haven't heard of the \"y = y method.\" \n" ); document.write( "Maybe you solve both eqns for y, then go from there? \n" ); document.write( "--------------- \n" ); document.write( "2x + y = 12 --> y = 12-2x \n" ); document.write( "3x – y = 8 --> y = 3x-8 \n" ); document.write( "Then they equal each other? \n" ); document.write( "12-2x = 3x-8 \n" ); document.write( "5x = 20 \n" ); document.write( "x = 4 \n" ); document.write( "--------- \n" ); document.write( "y = 4 \n" ); document.write( "--------- \n" ); document.write( "Is that it? \n" ); document.write( "Some call that substitution.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |