document.write( "Question 438244: Solve and check using the substitution method. x+3y=23 and 3x-2y=3 \n" ); document.write( "
Algebra.Com's Answer #303105 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
From the 1st equation, x = 23 - 3y
\n" ); document.write( "==> 3(23 - 3y) - 2y = 3
\n" ); document.write( "==> 69 - 9y - 2y = 3
\n" ); document.write( "==> 66 = 11y
\n" ); document.write( "==> y = 6
\n" ); document.write( "==> x = 23 - 3*6 = 23 - 18 = 5.
\n" ); document.write( "
\n" );