\n" );
document.write( "Hi, \n" );
document.write( "Using the point-slope formula, \n" );
document.write( " (4,3) \n" );
document.write( "(0,-5) m = 8/4 = 2 \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( " y = 2x + b \n" );
document.write( " 3 = 2*4 + b \n" );
document.write( "-5 = b \n" );
document.write( " y = 2x -5 \n" );
document.write( " \n" );
document.write( "