Esteem the number of fruits that monkey can eat.

  • Thread starter Thread starter Alexsandro
  • Start date Start date
Alexsandro
Messages
49
Reaction score
0
The Mike monkey is under of a tree with many twigs. Each twig contains a fruit, but he is 3 meters higher of the one than the previous twig (the first twig is the 3 meters of the soil). To reach the next twig, Mike gives a jump and has success with probability 1/2. In imperfection case, it it falls in the soil and it has that to start everything of new. It esteem the number of fruits that Mike obtains to eat n after jumps. It justifies.
 
Physics news on Phys.org
Hmm,
Again let's do some encoding,
Whenever the monkey is successfull in its jump, encode that as a 1 and if it fails encode that as a 0. Hence the sequence of jumps made by the monkey are encoded as a n-bit binary string.
Then the required expectation is the expected longest sequence of 1's in the binary string. This expectation can be calculated from first principles, again a bit tedious.
E[longest sequence of 1's]
= 0 * P(longest sequence of 1's = 0)
+ 1 * P(longest sequence of 1's = 1)
+ 2 * P(longest sequence of 1's = 2)
+...+ n * P(longest sequence of 1's = n)

The probabilities can be calculated by looking that 2^n possible binary representations.

-- AI
 
log(n+1)/log(2) fruits
 
Last edited:
log(n+1)/log(2) fruits
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top