document.write( "Question 832783: I need you to solve these systems by substitution\r
\n" );
document.write( "\n" );
document.write( "Y=0.5x+2
\n" );
document.write( "-y=-2x+4 \n" );
document.write( "
Algebra.Com's Answer #502185 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! y=0.5x+2 \n" ); document.write( "-y=-2x+4\r \n" ); document.write( "\n" ); document.write( "substitute 0.5x+2 for y in -y=-2x+4 \n" ); document.write( "-(0.5x+2)=-2x+4 \n" ); document.write( "-0.5x - 1 = -2x + 4 \n" ); document.write( "add 2x to each side \n" ); document.write( "1.5x -1 = 4 \n" ); document.write( "add 1 to each side \n" ); document.write( "1.5x = 3 \n" ); document.write( "divide each side by 1.5 \n" ); document.write( "x = 2\r \n" ); document.write( "\n" ); document.write( "Since y = 0.5x + 2 , y = 1 + 2 = 3 \n" ); document.write( "y = 3 \n" ); document.write( " |