document.write( "Question 268601: slope of the equation of a line
\n" );
document.write( "x-6y=1 \n" );
document.write( "
Algebra.Com's Answer #196827 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Rearrange the given equation so that it is in 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-6y=1 \n" ); document.write( "-6y=-x+1 \n" ); document.write( "6y=x-1 \n" ); document.write( "y = (1/6)x - 1/6 \n" ); document.write( ". \n" ); document.write( "Slope (m) is then 1/6 \n" ); document.write( " \n" ); document.write( " |