asked 200k views
0 votes
A drunk person is walking on the road. With probability 0.6 he takes a step forward and with probability 0.4 he takes a step backward. After 10 steps, what is the probability that he is at his starting position? Just the expression is sufficient.

1 Answer

6 votes

Answer:


(10!)/(5!5!) *0.6^5*0.4^5

Explanation:

In order to be in the starting point after 10 steps the man must take five steps backward and five steps forward, no matter in which order.

For instance the sequence B-B-B-B-B-F-F-F-F-F yields the same the result of the sequence B-F-B-F-B-F-B-F-B-F. For that reason we can count the ways the man ends up at his starting point. We perform a pemutation with repeating elements and then we multiply that by the probability of taking 5 steps forward (0.6^5) and by the probability of taking 5 steps backward (0.4^5)

answered
User Fadi Omar
by
7.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.