document.write( "Question 961925: How do I solve this by using substitution? y=2x+3 and y=7x-2 \n" ); document.write( "
Algebra.Com's Answer #587749 by EdenWolf(517)![]() ![]() You can put this solution on YOUR website! We know what y equals, so plug 2x+3 into y in the second equation and solve for x first.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x+3=7x-2 \n" ); document.write( "2x+5=7x \n" ); document.write( "5=5x \n" ); document.write( "x=1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know what x is, so now we find y. Plug the value of x, or 1, into any of the two equations. (Let's use the first one.)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=2*1+3 \n" ); document.write( "y=2+3 \n" ); document.write( "y=5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know that x = 1, and y = 5. \n" ); document.write( " |