\n" );
document.write( "Hi, \n" );
document.write( "write and equation in slope intercept form for the line passing through points \n" );
document.write( "(-3,7) and \n" );
document.write( "( 2,3) \n" );
document.write( " y = mx + b \n" );
document.write( " y = (-4/5)x + b ||Using the (x,y) ordered pair (2,3) to solve for b \n" );
document.write( " \n" );
document.write( " 23/5 = b \n" );
document.write( " y = (-4/5)x + 23/5