document.write( "Question 45082: Solve the following system of linear equation by the substitution method.\r
\n" );
document.write( "\n" );
document.write( "y=3x-4\r
\n" );
document.write( "\n" );
document.write( "x+y=32 \n" );
document.write( "
Algebra.Com's Answer #29906 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! y=3x-4 then x+(3x-4)=32 or x+3x-4=32 or 4x=32+4 or 4x=36 or x=9 then y=3*9-4 or y=27-4 or y=23 \n" ); document.write( " |