document.write( "Question 238720: What is the largest possible product of a set of positive integers whose sum is 20? \n" ); document.write( "
Algebra.Com's Answer #175404 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! I'm assuming the problem is about 2 positive integers and that you are not looking for a solution that uses Calculus. If I am wrong about either assumption then stop reading and be more specific when you repost your question. \n" ); document.write( "When you do word problems, it is often to your advantage to use as few variables as possible. So if we say \n" ); document.write( "Let x = one of the positive integers \n" ); document.write( "we could use an entirely separate variable for the other positive integer. Or we could take advantage of the fact that the two integers add up to 20 and say \n" ); document.write( "then (20-x) = the other integer \n" ); document.write( "(If if is not clear to you why (20-x) works, Just add x and (20-x) and see what you get.) Using the x and (20-x), the product becomes: \n" ); document.write( "x(20-x) \n" ); document.write( "If we multiply this out we get: \n" ); document.write( " \n" ); document.write( "or \n" ); document.write( " \n" ); document.write( "So the question is now, what is the largest value this can be? If we call this y then \n" ); document.write( " \n" ); document.write( "and we have the equation of a parabola. Because of the negative coefficient in front of \n" ); document.write( "The vertex of a parabola can be found in different ways. One way is to use the fact that for the general parabola, \n" ); document.write( "P.S. Another way to find the vertex is to transform the equation into the form: \n" ); document.write( " \n" ); document.write( "In a parabola in this form, the vertex is (h, k). To transform \n" ); document.write( " \n" ); document.write( "Next we complete the square in the parentheses. Since half of 20 is 10 and 10 squared is 100, we want the expression in the parentheses to be \n" ); document.write( " \n" ); document.write( "By completing the square we can now rewrite the expression in the parentheses as the perfect square we've created: \n" ); document.write( " \n" ); document.write( "Rewriting the left side as a subtraction we have: \n" ); document.write( " \n" ); document.write( "And we have the proper form. We can see that the vertex is (10, 100). And so, like our earlier solution, x = 10 and (20-x) = 10 are the two positive integers that add up to 20 and provide the largest possible product (100). \n" ); document.write( " |