\n" );
document.write( "Hi \n" );
document.write( "6x-8y=40 OR y = (-6/8)x - 5 \n" );
document.write( "Pt(40/6,0) is the x-intercept \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( "y = (6/8)x - 5 slope m = (-6/8) and the y-intercept is Pt(0,-5) \n" );
document.write( "Plotting x and y-intercepts and connecting with a line \n" );
document.write( "Note: as y increases/decreases by 6, x increases/decreases by 8 \n" );
document.write( " \n" );
document.write( "