\n" );
document.write( "Start with point-slope form:
where m is slope and
\n" );
document.write( "(
,
) is any point on the line:\r
\n" );
document.write( "\n" );
document.write( "y - (-1) = -2(x - 4)
\n" );
document.write( "y + 1 = -2(x - 4) <<<< point-slope form\r
\n" );
document.write( "\n" );
document.write( "You can continue, by solving for y, you get slope-intercept form y = mx+b where m is slope and b is the y-intercept:\r
\n" );
document.write( "\n" );
document.write( "y + 1 = -2x + 8
\n" );
document.write( "y = -2x + 7 <<<< slope-intercept form\r
\n" );
document.write( "\n" );
document.write( "Finally, if you can put it in \"standard form\": Ax + By = C:\r
\n" );
document.write( "\n" );
document.write( "2x + y = 7 <<<< standard form (slope is -A/B, y-intercept is C/B,
\n" );
document.write( " x-intercept is C/A)\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "