\n" );
document.write( "Hi, \n" );
document.write( "*Note: The standard point-slope 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( "Solving for y to put into the slope-intercept format to determine the slope \n" );
document.write( "7x=6y+24 \n" );
document.write( "7x - 24 = 6y \n" );
document.write( "(7/6)x - 4 = y \n" );
document.write( "m = (7/6) Note: when y increases by 7, then x increases by 6 \n" );
document.write( " \n" );
document.write( "