document.write( "Question 315189: calculate the slope of the line: x-4x=3 \n" ); document.write( "
Algebra.Com's Answer #225488 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Put \n" ); document.write( "x-4x=3 \n" ); document.write( "into the \"slope-intercept\" form \n" ); document.write( "y=mx+b \n" ); document.write( "where \n" ); document.write( "m is the slope \n" ); document.write( "b is the y-intercept \n" ); document.write( ". \n" ); document.write( "x-4x=3 \n" ); document.write( "-4x = -x+3 \n" ); document.write( "x = (1/4)x - 3/4 \n" ); document.write( "Slope then is 1/4 \n" ); document.write( " |