\n" );
document.write( "Hi \n" );
document.write( "Note: the standard slope-intercept form for an equation of a line is y = mx + b \n" );
document.write( "where m is the slope and b the y-intercept. \n" );
document.write( " 8x+y=-1 Solving for y to put into the slope-intercept form \n" );
document.write( " y = -8x - 1 \n" );
document.write( "Slope = -8 y-intercept is Pt(0,-1) and x-intercept is (-1/8, 0) \n" );
document.write( " \n" );
document.write( "