Maximizing the Sum of Two Numbers: An Algebraic Solution

  • Thread starter Thread starter ben328i
  • Start date Start date
  • Tags Tags
    Numbers Sum
AI Thread Summary
To find two numbers that sum to 20 and maximize their product, the first number is represented as X and the second as 20-X. The product function is X(20-X), which simplifies to -X^2 + 20X, forming a parabola. The maximum product occurs at the vertex of the parabola, calculated using the axis of symmetry formula, yielding X = 10. Thus, the two numbers that maximize the product are both 10.
ben328i
Messages
23
Reaction score
0

Homework Statement


find two numbers whose sum is 20 and whose product is a maximum.


Homework Equations


the first number is X
the second number is 20-x



3. The solution
X(20-X)=0
-X^2+ 20x=0
x=-b/2a = -20/2(-1) = 10
20 - x =20 -10 = 10

the numbers are 10 and 10


i just don't get why / how you know to put x and 20 - x and why you would use the axis of symmetry to find the numbers

and sry mods i posted originally in the wrong thread.
 
Last edited:
Physics news on Phys.org
From the problem statement you have 2 numbers which sum to 20, that is x and 20-x.

It should be obvious that ( x )+ (20 -x) = 20 so you have represented the 2 numbers in general. Now you need to find when the product x(20-x) is a maximum.

Now if you were in a calculus class you would take the derivitive and set it to zero. Since you are not doing this I will have to assume that you are not in calculus. You have the problem of finding the maximum of the parabola, using properties of a parabola. The maximum will lie on the axis of symetry of the parabola, so all you need do is find the point on the parabola which lies on the symetry axis.
 
thanks
not in calc but next year trig then pre and then calc
 
X(20-X)=0 is not true. You have the function 20X- X2 which is a parabola with maximum value at its vertex. You can find the (X,Y) coordinates of the vertex by completing the square.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top