\n" );
document.write( "Hi
\n" );
document.write( "Find a general form equation for the line through points (-2,-3) and (8,-1)
\n" );
document.write( "Using the point-slope formula, 
\n" );
document.write( "(-2,-3)
\n" );
document.write( " (8,-1) m = -2/-10 = .2
\n" );
document.write( "Using the standard slope-intercept form for an equation of a line y = mx + b where m is the slope and b the y-intercept.
\n" );
document.write( " y = .2x + b
\n" );
document.write( " -3 = -.4 + b
\n" );
document.write( " -2.6 = b
\n" );
document.write( " y = .2x -2.6
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "