document.write( "Question 87400: Find the slope of the straight line x-2y=4. \n" ); document.write( "
Algebra.Com's Answer #63335 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! x-2y=4 [re-write in the slope-intercept formula (y=mx+b)] \n" ); document.write( "x-x-2y=-x+4 \n" ); document.write( "-2y=-x+4 \n" ); document.write( "-2y/2=-x/-2+4/-2 \n" ); document.write( "y=1/2x-2 \n" ); document.write( "Slope = (1/2) \n" ); document.write( " |