\n" );
document.write( "Hi,
\n" );
document.write( "Find an equation of a line that has an x intercept of 6 ,Pt(6,0)
\n" );
document.write( "and a y intercept of 4 , Pt(0,4)
\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( "(6,0)
\n" );
document.write( "(0,4) m = -4/6 = -2/3 || 
\n" );
document.write( "Line:
\n" );
document.write( " y = (-2/3)x + b || Using (x,y) Ordered Pair Pt(0,4) to solve for b
\n" );
document.write( "
\n" );
document.write( " 4 = b
\n" );
document.write( " y = (-2/3)x + 4
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "