document.write( "Question 954660:  Find two numbers such that their product is as large as possible, given that two times the first number plus
\n" );
document.write( "three times the second number is 60 \n" );
document.write( "
| Algebra.Com's Answer #583098 by Fombitz(32388)     You can put this solution on YOUR website! Let the two numbers be X and Y. \n" ); document.write( "You want to maximize \n" ); document.write( "From the second equation, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Substitute into the product, \n" ); document.write( " \n" ); document.write( "Now the product is the function of only one variable. \n" ); document.write( "You can either take the derivative and find the extrema or since it's a quadratic, you can convert it to vertex form to find the maximum. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "In vertex form, the parabola opens downwards and the vertex value is the maximum. \n" ); document.write( "The maximum \n" ); document.write( "So then, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |