\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( "line with m= -8, passing thru Pt(3,5) \n" );
document.write( " y = -8x + b |using ordered pair Pt(3,5) to solve for b \n" );
document.write( " 5 = -8*3 + b \n" );
document.write( " 29 = b \n" );
document.write( " y = -8x + 29 \n" );
document.write( " \n" );
document.write( "