\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( "write an equation for slope=2/5 and passes through (5,7) \n" );
document.write( " y =(2/5)x + b \n" );
document.write( " 7 = (2/5)*5 + b \n" );
document.write( " 5 = b \n" );
document.write( " y = (2/5)x + 5\r \n" );
document.write( "\n" );
document.write( " \n" );
document.write( "