\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 passing through the point (7,3) and parallel to the line joining the points
\n" );
document.write( "(8,7) and
\n" );
document.write( "(1,6) m = 1/7 \r
\n" );
document.write( "\n" );
document.write( "New Line parallel to the above (Note: same slope)
\n" );
document.write( " y = (1/7)x + b
\n" );
document.write( " 3 = (1/7)·7 + b |Using ordered pair (x,y):(7,3) to solve for b
\n" );
document.write( " 2 = b
\n" );
document.write( " y = (1/7)x + 2 OR x-7y = 14
\n" );
document.write( "