Page 1 of 1
Problem 190
Posted: Sun Apr 15, 2012 5:25 pm
by Zkid
Let Sm = (x1, x2, ... , xm) be the m-tuple of positive real numbers with x1 + x2 + ... + xm = m for which Pm = x1 * x2^2 * ... * xm^m is maximised.
For example, it can be verified that [P10] = 4112 ([ ] is the integer part function).
I must be misunderstanding this as it seems to be that, for example, S10 = (2, 2, 2, 2, 2) gives P10 = 32768 which is much greater. What am I misreading?
Re: Problem 190
Posted: Sun Apr 15, 2012 5:49 pm
by jaap
Zkid wrote:Let Sm = (x1, x2, ... , xm) be the m-tuple of positive real numbers with x1 + x2 + ... + xm = m for which Pm = x1 * x2^2 * ... * xm^m is maximised.
For example, it can be verified that [P10] = 4112 ([ ] is the integer part function).
I must be misunderstanding this as it seems to be that, for example, S10 = (2, 2, 2, 2, 2) gives P10 = 32768 which is much greater. What am I misreading?
S10 needs to have 10 numbers in it, x1...x10 that sum to 10. You are only using five.
Re: Problem 190
Posted: Sun Apr 15, 2012 8:14 pm
by Zkid
That makes a lot more sense - I read that pretty carelessly. Thanks
Re: Problem 190
Posted: Mon Dec 17, 2012 4:26 pm
by PropagandaPanda
From what I understand right now, Pm should be an integer since we need to compute its integer partition.
However, it seems that Pm is not an integer. Taking m=2, the simple corresponding function is:
y = x*(2-x)^2
which is maximized for x>0 and (2-x)>0 at (2/3, 32/27 ). 32/27 is not an integer. I must be misunderstanding something.
Thanks.
Re: Problem 190
Posted: Mon Dec 17, 2012 5:07 pm
by TheEvil
The point is, that P_m should not be integer. If your answer (a=32/27) is correct, then you have to take the greatest integer which is less or equal to a, in this case, you should type 1 as a correct answer.
Re: Problem 190
Posted: Mon Dec 17, 2012 7:23 pm
by PropagandaPanda
Ah I see. Thank you!
Re: Problem 190
Posted: Mon Dec 17, 2012 8:00 pm
by PropagandaPanda
For some reason, I had interpreted that as the Integer Partition function.
Re: Problem 190
Posted: Mon Jul 22, 2024 8:25 pm
by philiplu
There's a 19 Nov 2013 post by
dcterr with 8 kudos but no permanent lock on it in the PE190 forum, and it's only a few posts from being deleted. Can it be made permanent? It's a really good explanation of the theory behind the problem which I refer to occasionally, and I'd hate to see it disappear.
https://projecteuler.net/thread=190;page=5#142817
Re: Problem 190
Posted: Mon Jul 22, 2024 8:33 pm
by RobertStanforth
Thanks - I've made it permanent.