document.write( "Question 1125335: Find two positive numbers satisfying the given requirements.
\n" );
document.write( "The sum of the first and twice the second is 120 and the product is a maximum. \n" );
document.write( "
Algebra.Com's Answer #741649 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the numbers be x and y. Then we know \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the second number is 60-x/2. \n" ); document.write( "We want the product of the two numbers to be a maximum. The product is \n" ); document.write( " \n" ); document.write( "The maximum/minimum value of the quadratic expression ax^2+bx+c is when x = -b/2a. In this problem, that is \n" ); document.write( " \n" ); document.write( "So the first number is 60 and the second is 60-30 = 30. The product is 1800. \n" ); document.write( " |