At a party with
n
people, there is a pie. The first guest gets
n
1
of the pie, the second gets
n
2
of what is left, the third gets
n
3
of what is left and so on.
If the k n -th guest gets the largest piece of all n guests and n → ∞ lim n α k n = β 1 , what's the value of α + β ?
Try this problem first.
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.
I solved this in pretty much the same way and wondered why the answer asks for b 1 when b = 1 anyway.
The reason is, the limit also exists for a > 0 . 5 but as this limit is then 0 , it would make b undefined.
Log in to reply
Exactly! 😊
I think you mean a > 0 . 5 , and yeah I thought about that too, thanks for telling me the reason!
Problem Loading...
Note Loading...
Set Loading...
As discussed in the earlier problem, the k t h guest will get the most pie, where k is the positive root of k 2 − k − n = 0
(I have denoted α as a and β as b )
lim 2 n a − 1 + 1 + 4 n
Since n → ∞ , 4 n + 1 ≈ 4 n , and 2 √ n − 1 ≈ 2 √ n
lim 2 n a 2 √ n
For the limit to exist, a = 0 . 5
Therefore, lim 2 2 = 1
Hence b = 1 .
a + b = 0 . 5 + 1 = 1 . 5