1.Three ants are sitting at the three corners of an equilateral triangle. Each ant starts randomly picks a direction and starts to move along the edge of the triangle. What is the probability that none of the ants collide?
Solution:-
P(No collision) = P(All ants go in a clockwise direction) + P( All ants go in an anti-clockwise direction) = 0.5 * 0.5 * 0.5 + 0.5 * 0.5 * 0.5 = 0.25
A simple way to solve.
- Each ant has 2 possibilities of moving in a direction.. clockwise or anti-clockwise. Now as there are 3 ants .. we have 8 total possibilities of the ants moving in a direction.
i.e if all the ants travel clockwise or all the ants travel anti-clockwise.
- P(#collision)= #of way when there is no collision/ total number of way ants can move
= 2/2^3
= 1/4
No comments:
Post a Comment