\n" );
document.write( "Hi,
\n" );
document.write( "Using the point-slope formula,
to determine the slope:
\n" );
document.write( "Points (0, -6) and (5, 3)
\n" );
document.write( " m = 3-(-6) / 5-0 = 9/5
\n" );
document.write( "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. In ths ex. m = 9/5
\n" );
document.write( "y = (9/5)x + b Using ordered pair Pt(5,3) to solve for b
\n" );
document.write( "3 = 9 + b
\n" );
document.write( "-6 = b
\n" );
document.write( "y = (9/5)x - 6
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "