\n" );
document.write( "Hi,
\n" );
document.write( "slope of the line containing the points (-2,1) and (3,-5)
\n" );
document.write( "
\n" );
document.write( "(-2,1) and (3,-5)
\n" );
document.write( "m = (-5-1)/(3-(-2) = -6/5 is the slope\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "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( "equation of this line:
\n" );
document.write( "y = (-6/5)x + b Using ordered pair (-2,1) to solve for b
\n" );
document.write( "1 = (-6/5)*-2 + b
\n" );
document.write( "1 - 12/5 = b
\n" );
document.write( "-7/5 = b
\n" );
document.write( "y = (-6/5)x -(7/5)
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "