\n" );
document.write( "Hi \n" );
document.write( "to determining the slope of the line containing following points: \n" );
document.write( " (-5,2),(0,-1) \n" );
document.write( "Using the point-slope formula, \n" );
document.write( " m = ( -1 - 2 ) / 0 -(-5) = -3/5 \n" );
document.write( " m = -(3/5) \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 = -(3/5)x - 1 Pt(0,-1) the y-intercept. b = -1 \n" );
document.write( " \n" );
document.write( "