document.write( "Question 1010216: y=4x \r
\n" );
document.write( "\n" );
document.write( "x+y=5 solve each system of linear eguations using subsitution
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #625674 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Starting from \n" ); document.write( "y=4x \n" ); document.write( "x+y=5 \n" ); document.write( "we substitute the first into the second and get \n" ); document.write( "x + 4x = 5 \n" ); document.write( "5x = 5 \n" ); document.write( "x = 1 \n" ); document.write( "Then \n" ); document.write( "y = 4(1) = 4 \n" ); document.write( " |