document.write( "Question 455325: Solve the system using the substitution method. If the system has no solution or an infinite number of solutions, state this.\r
\n" ); document.write( "\n" ); document.write( "5x+y=13
\n" ); document.write( "2x=-3y
\n" ); document.write( "

Algebra.Com's Answer #312622 by ilana(307)\"\" \"About 
You can put this solution on YOUR website!
Substitution method means make one of the equations \"x=_\" or \"y=_\", and then substitute that into the other equation.
\n" ); document.write( "Since the first equation has a y with no coefficient, solve for y in that equation.
\n" ); document.write( "5x + y = 13 --> y = 13 - 5x
\n" ); document.write( "Now substitute \"13 - 5x\" for y in the second equation.
\n" ); document.write( "2x = -3y --> 2x = -3(13 - 5x)
\n" ); document.write( "Solve for x.
\n" ); document.write( "2x = -39 + 15x
\n" ); document.write( "39 = 15x - 2x
\n" ); document.write( "39 = 13x
\n" ); document.write( "x = 3
\n" ); document.write( "Now solve for y using the equation y = 13 - 5x
\n" ); document.write( "y = 13 - 5x
\n" ); document.write( "y = 13 - 5(3)
\n" ); document.write( "y = 13 - 15
\n" ); document.write( "y = -2
\n" ); document.write( "The solution is x=3, y=-2.
\n" ); document.write( "
\n" );