\n" );
document.write( "Hi \n" );
document.write( "the standard slope-intercept form for an equation of a line is: y = mx + b \n" );
document.write( " where m is the slope and b the y-intercept. \n" );
document.write( "9x = 25y + 13 |solving for y \n" );
document.write( " 9x/25 - 13/25 = y \n" );
document.write( " y = (9/25)x - 13/25 \n" );
document.write( " \n" );
document.write( "