document.write( "Question 564968: what is the largest possible product for two odd integers whose sum is 30?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #365541 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is the largest possible product for two odd integers whose sum is 30? \n" ); document.write( "---------- \n" ); document.write( "225 = 15*15 \n" ); document.write( "---------- \n" ); document.write( "13*17 = 221 \n" ); document.write( "11*19 = 209 \n" ); document.write( "etc \n" ); document.write( " \n" ); document.write( "n = 0 is the max product \n" ); document.write( " \n" ); document.write( " |