\n" );
document.write( "Hi, \n" );
document.write( "*Note: the y intercept is when x = 0 \n" );
document.write( "2y = 3x-6 \n" );
document.write( "y = (3/2)x - 3 \n" );
document.write( "substituting x = 0 \n" );
document.write( "y = -3 \n" );
document.write( "the point the line crosses the y axis is (0,-3)\r \n" );
document.write( "\n" );
document.write( " \n" );
document.write( "