\n" );
document.write( "Hi \n" );
document.write( "Find two numbers whose sum is 15 and whose product is a max \n" );
document.write( "That product will max when the numbers are both equal to 7.5 \n" );
document.write( "One can demonstrate that using a table of values: \n" );
document.write( " 4*11 \n" );
document.write( " 5*10 \n" );
document.write( " 6 *9 \n" );
document.write( "7.5 * 7.5 \n" );
document.write( " 7*8