If n positive real numbers add up to 27, find the maximum product of n numbers so chosen (to the nearest integer).
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Yes, we are looking to maximize the function f ( x ) = ( x 2 7 ) x , and then finding the closest integer value to x to use as n . This function is maximized when x = 2 7 / e ≈ 9 . 9 3 , so we take n = 1 0 and find that 2 . 7 1 0 ≈ 2 0 5 8 9 to the nearest integer.
Log in to reply
@Shreyas Panasa Can you update your solution? Note that e 2 7 / e ≈ 2 0 5 9 3 . 7 9 . The max that we can obtain is slightly lower, due to the constraint of having 10 terms instead of 2 7 / e terms.
Problem Loading...
Note Loading...
Set Loading...
product increases when the no.s tend to e so the maximum product is(e)^( e 2 7 ) which is 20589. . e 2 7 has to be a number because no.of terms must be a natural number so we need to select the closest no. to e n in this case 10 is the nearest to e 2 7 r so we take it to be (e)^10