document.write( "Question 921023: Find 2 positive numbers whose sum is 300, and whose product is a maximum \n" ); document.write( "
Algebra.Com's Answer #558809 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x(300-x) \n" ); document.write( "-x^2 + 300 = 0 \n" ); document.write( "-(x - 150)^2 + 22,500 \n" ); document.write( "150, 150 product is a maximum at 22,500 \n" ); document.write( " |