document.write( "Question 538963: Hi please help me solve this equation:Solving Linear Systems-Solve the linear system using the substitution method.
\n" );
document.write( "x=17-4y
\n" );
document.write( "y=x-2 \n" );
document.write( "
Algebra.Com's Answer #353293 by boilpoil(127)![]() ![]() You can put this solution on YOUR website! x=17-4y \n" ); document.write( "y=x-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x=17-4(x-2) ---Substitute the value of y into the first equation \n" ); document.write( "x=17-4x+8 \n" ); document.write( "5x=25 \n" ); document.write( "x=5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=x-2 ---Substitute the value of x into the second equation \n" ); document.write( "y=5-2 \n" ); document.write( "y=3 \n" ); document.write( " |