\n" );
document.write( "Hi \n" );
document.write( "Using the standard slope-intercept form for an equation of a line y = mx + b \n" );
document.write( " where m is the slope and b the y-intercept. \n" );
document.write( " equation of line with Slope -3 and passes thru pt(-1,2) \n" );
document.write( "y = -3x + b |using ordered pair pt(-1,2) to solve for b \n" );
document.write( "2 = 3 +b \n" );
document.write( " -1 = b y = -3x -1 \n" );
document.write( "Note: line slants to the left m < 0 \n" );
document.write( " \n" );
document.write( "