document.write( "Question 39087: Solve the following system by substitution
\n" );
document.write( "8x-4=16
\n" );
document.write( "y=2x-4 \n" );
document.write( "
Algebra.Com's Answer #24503 by sdmmadam@yahoo.com(530)![]() ![]() ![]() You can put this solution on YOUR website! Solve the following system by substitution \n" ); document.write( "8x-4=16 ----(1) \n" ); document.write( "8x = 16+4 = 20 \n" ); document.write( "8x = 20 \n" ); document.write( "x = 20/8 = 5X4/2X4 = 5/2 \n" ); document.write( "x = 5/2 ----(*) \n" ); document.write( "y=2x-4 ----(2) \n" ); document.write( "y = 2X(5/2) - 4 (using (*) in (2) ) \n" ); document.write( "y = 5-4 = 1 \n" ); document.write( "Therefore x = 5/2 and y = 1 \n" ); document.write( " |