document.write( "Question 22100: how would i solve y=2x+7
\n" );
document.write( " y=5x+4 \n" );
document.write( "
Algebra.Com's Answer #10667 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! The easiest way to do this problem is by substitution. Take the value for y from the first equation and substitute it for y in the second equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=5x+4 becomes 2x+7=5x+4 \n" ); document.write( "Solving for x we get x=1 \n" ); document.write( "Now go back and substitute 1 for x in the first equation and solve for y. \n" ); document.write( " |