document.write( "Question 763055: Solve the system by substitution.
\n" );
document.write( "y=2.4x-4.2
\n" );
document.write( "3x+2y=15 \n" );
document.write( "
Algebra.Com's Answer #464439 by Alan3354(69443) You can put this solution on YOUR website! Solve the system by substitution. \n" ); document.write( "y=2.4x-4.2 \n" ); document.write( "3x+2y=15 \n" ); document.write( "---------- \n" ); document.write( "y is solved for, sub for y in the 2nd equn \n" ); document.write( "3x + 2y = 15 \n" ); document.write( "3x + 2(2.4x-4.2) = 15 \n" ); document.write( "solve for x, then for y \n" ); document.write( " |