document.write( "Question 383650: solve the system of equations using substitution 5x+y=32
\n" );
document.write( " y=3x \n" );
document.write( "
Algebra.Com's Answer #271653 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve the system of equations using substitution 5x+y=32 \n" ); document.write( " y=3x \n" ); document.write( "-------------- \n" ); document.write( "Sub is a good choice, since y is already solved for in the 2nd eqn. \n" ); document.write( "Sub for y in the 1st eqn \n" ); document.write( "------------ \n" ); document.write( "5x + y = 32 \n" ); document.write( "5x + 3x = 32 \n" ); document.write( "8x = 32 \n" ); document.write( "x = 4 \n" ); document.write( "------ \n" ); document.write( "y = 3x \n" ); document.write( "y = 12 \n" ); document.write( " \n" ); document.write( " |