document.write( "Question 1208681: Find two positive numbers whose sum is 8 and the product is minimum. \n" ); document.write( "
Algebra.Com's Answer #847084 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "As tutor greenestamps points out, there is no minimum since the results get closer to 0. \n" ); document.write( "I'll assume your teacher meant to say \"maximum\" instead of \"minimum\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x be one of the numbers. \n" ); document.write( "8-x must be the other number if we want them both to add to 8. \n" ); document.write( "x+(8-x) = 8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Their product is x(8-x) = -x^2+8x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is a parabola that opens downward. \n" ); document.write( " \n" ); document.write( "You can use graphing tools like GeoGebra or Desmos (among many other tools) to confirm this is the correct graph. \n" ); document.write( "If you are familiar with a TI83, then it's probably best to use that instead.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The key thing to note on the graph is the vertex (4,16) \n" ); document.write( "Here's how we find the coordinates of that location.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Consider the parabola y = ax^2+bx+c. \n" ); document.write( "Its vertex is located at (h,k) where h = -b/(2a) \n" ); document.write( "In the case of y = -x^2+8x we have a = -1, b = 8, c = 0 (side note: since a < 0, the parabola opens downward to produce a highest point).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's plug in those values: \n" ); document.write( "h = -b/(2a) \n" ); document.write( "h = -8/(2*(-1)) \n" ); document.write( "h = 4 \n" ); document.write( "This x coordinate of the vertex. \n" ); document.write( "Another way to find this value is to apply the midpoint formula to the roots x = 0 and x = 8. This works due to the parabola's symmetry.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That x value is then plugged into the equation to find its paired y coordinate. \n" ); document.write( "y = -x^2+8x \n" ); document.write( "y = -4^2+8*4 \n" ); document.write( "y = -16+32 \n" ); document.write( "y = 16 \n" ); document.write( "Or you could say \n" ); document.write( "y = x*(8-x) \n" ); document.write( "y = 4*(8-4) \n" ); document.write( "y = 4*4 \n" ); document.write( "y = 16 \n" ); document.write( "This would tell us that the largest possible product of x and 8-x is 16, and it happens when both values are 4.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------ \n" ); document.write( "A real world application: \n" ); document.write( "A famer has 16 meters of fencing and wishes to form the largest rectangle in terms of area. \n" ); document.write( "The farmer should make a 4 by 4 square to max out the area. \n" ); document.write( "perimeter = 16 meters ---> side length = 16/4 = 4 meters ----> area = 4^2 = 16 square meters \n" ); document.write( " \n" ); document.write( " |