\n" );
document.write( "Hi
\n" );
document.write( "find the linear equation passing through the given point: (0,3) (4,7)
\n" );
document.write( "Using the point-slope formula, 
\n" );
document.write( "(0,3)
\n" );
document.write( "(4,7) m = -4/-4 = 1
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( " y = x + b |using ordered pair Pt(0,3) to solve for b
\n" );
document.write( " 3 = 0 + b
\n" );
document.write( " 3 = b
\n" );
document.write( " y = x + 3 |written in slope-intercept form
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "