Is a Binomial Distribution the Correct Approach for a Random Walk Problem?

marina87
Messages
21
Reaction score
0
Random walk or binomial??

Statement:
A drunk person wonders aimlessly along a path by going forward 1 step and backward 1 step with equal probabilities of ½. After 10 steps,
a) what is the probability that he has moved 2 steps forward?
b) What is the probability that he will make it to his front door within 20 steps before he collapses with the door being 6 steps in front of him.

My approach was to use Binomial in both cases:
a)10C2 (0.5)^10
b)20C6 (0.5)^20

Is that correct? I have been reading about random walk and they sometimes give another equation.
(10+2)/2=6 and thn the result is like this 10C6.
The result is not the same and then I start to have my doubts.

Can some one please tell me if my approach using binomial distribution is right?
 
Physics news on Phys.org
Hey marina87.

I think you should retry your problem by defining a sum of random variables with P(X = 1) = P(X = -1) = 1/2.

A binomial random variable only includes 0 and 1 where as it should include -1 and 1.

You can then use a probability generating function to get the probability of having a final sum of +2.
 
Your method works fine, except I think part b) is answering the wrong question. If the drunk ever gets to +6, then he goes inside and stops walking. I think your answer to b) is the number of paths which end at +6. This neglects any paths which get to +6 at some time ##t<20##, but then end up somewhere else at ##t=20##.

If I understood the question right, this is a famous hitting time problem. I had to solve a related problem in a stats class, and I still have to think about it a while to do it right. Spoilers: click here and scroll down to "The Maximum Position."
 
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