document.write( "Question 1005795: Solving a linear system with substitution: -12x+y=15, 3x+2y=3 \n" ); document.write( "
Algebra.Com's Answer #621941 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
From
\n" ); document.write( "-12x+y=15 and
\n" ); document.write( "3x+2y=3
\n" ); document.write( "let us solve the first one for y and substitute it in...
\n" ); document.write( "y = 12x + 15 and then
\n" ); document.write( "3x + 2(12x + 15) = 3
\n" ); document.write( "3x + 24x + 30 = 3
\n" ); document.write( "27x = -27
\n" ); document.write( "x = -1
\n" ); document.write( "and substituting back we get
\n" ); document.write( "3(-1)+2y=3
\n" ); document.write( "-3 + 2y = 3
\n" ); document.write( "2y = 6
\n" ); document.write( "y = 3
\n" ); document.write( "The solution is (-1, 3).
\n" ); document.write( "
\n" );