\n" );
document.write( "Hi \n" );
document.write( "Let x represent \n" );
document.write( "Using the point-slope formula, to find slope \n" );
document.write( " (5, 12) and \n" );
document.write( "(-7, 14) m = (12-14) / [5-(-7)] = -2/12 = -1/6 \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 = (-1/6)x + b |using ordered pair Pt(5,12) to solve for b \n" );
document.write( " 12 = -5/6 + b \n" );
document.write( " 12 5/6 = b \n" );
document.write( " y = (-1/6)x + 77/6\r \n" );
document.write( "\n" );
document.write( " \n" );
document.write( "