document.write( "Question 375250: Use Substitution ,ethod to find the simultaneous solution.\r
\n" );
document.write( "\n" );
document.write( "-3x+y=17
\n" );
document.write( "2x-3y= -23 \n" );
document.write( "
Algebra.Com's Answer #266838 by robertb(5830)![]() ![]() You can put this solution on YOUR website! y = 3x+17, the first equation. Put into the bottom equation: \n" ); document.write( "2x - 3(3x + 17) = -23, \n" ); document.write( "2x - 9x - 51 = -23, \n" ); document.write( "-7x = 28, \n" ); document.write( "x = -4. Then y = 3*-4 + 17 = -12 + 17 = 5. So y = 5. \n" ); document.write( " |