document.write( "Question 694319: x+5y=4
\n" );
document.write( "x=5y-16\r
\n" );
document.write( "\n" );
document.write( "solve equation by the substitution method \n" );
document.write( "
Algebra.Com's Answer #427906 by Ave(106)![]() ![]() You can put this solution on YOUR website! insert all of one equation into another \n" ); document.write( "x=5y-16, you already know what x is in this equation so plug that into the other one. \n" ); document.write( "(5y-16)+5y=4 combine like terms \n" ); document.write( "10y-16=4 add 16 to both sides \n" ); document.write( "10y=20 divide by 10 \n" ); document.write( "y=2\r \n" ); document.write( "\n" ); document.write( "Now that you know y is 2, find x by plugging in 2 for y in either equation\r \n" ); document.write( "\n" ); document.write( "x=5(2)-16 \n" ); document.write( "x=10-16 \n" ); document.write( "x=-6\r \n" ); document.write( "\n" ); document.write( "(-6,2) \n" ); document.write( " |