document.write( "Question 538970: Please help me on this problem: Solve the linear system using the substitution method.
\n" );
document.write( "x=16-4y
\n" );
document.write( "3x+4y=8 \n" );
document.write( "
Algebra.Com's Answer #353298 by boilpoil(127)![]() ![]() You can put this solution on YOUR website! x=16-4y \n" ); document.write( "3x+4y=8 ---Since x is already the subject, we'll substitute x into second equation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3(16-4y)+4y=8 \n" ); document.write( "48-12y+4y=8 \n" ); document.write( "-8y=-40 \n" ); document.write( "y=5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x=16-4(5) \n" ); document.write( "x=16-20 \n" ); document.write( "x=-4 \n" ); document.write( " |