document.write( "Question 1006269: Solve the system by substitution. Enter you answer as an ordered pair, or type none or infinite.
\n" ); document.write( "y=2x+3
\n" ); document.write( "y=4x-1
\n" ); document.write( "

Algebra.Com's Answer #622426 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
y = 2x + 3
\n" ); document.write( "y = 4x - 1
\n" ); document.write( "solve first equation for x
\n" ); document.write( "x = (y - 3) / 2
\n" ); document.write( "substitute for x in second equation
\n" ); document.write( "y = 4 * ((y - 3) / 2) - 1
\n" ); document.write( "y = 2y - 6 - 1
\n" ); document.write( "y = 7
\n" ); document.write( "substitute y = 7 in first equation
\n" ); document.write( "7 = 2x + 3
\n" ); document.write( "2x = 4
\n" ); document.write( "x = 2
\n" ); document.write( "solution is (2, 7)
\n" ); document.write( "**************************************************************
\n" ); document.write( "check solution by substituting 2 for x and 7 for y in second equation
\n" ); document.write( "7 = 4(2) - 1
\n" ); document.write( "7 = 7
\n" ); document.write( "solution checks
\n" ); document.write( "
\n" );