document.write( "Question 948238: Solve the system using substitution. Make sure to show your work for full credit.
\n" );
document.write( "
\n" );
document.write( "y = 5x
\n" );
document.write( "y - x = 8 \n" );
document.write( "
Algebra.Com's Answer #578723 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! y = 5x........equation 1 \n" ); document.write( "y - x = 8.....equation 2 \n" ); document.write( "Substituting 1 in 2 we get \n" ); document.write( "5x-x=8 \n" ); document.write( "4x=8 \n" ); document.write( "x=2 \n" ); document.write( "y=10 \n" ); document.write( "The solution is (2,10). \n" ); document.write( " |