Open In App

Puzzle | 3 Ants and Triangle

Last Updated : 06 Oct, 2025
Comments
Improve
Suggest changes
320 Likes
Like
Report

There are 3 ants sitting on the three corners of a triangle. All ants randomly pick a direction and start moving along edge of the triangle. What is the probability that any two ants collide?

ant


Hint: Every ant has two choices (pick either of two edges going through the corner on which ant is initially sitting.    

Check if you were right - full answer with solution below.

Solution: 

A collision doesn't happen only in the following two cases

1) All ants move in a counterclockwise direction.

antPuzzl1e2

2) All ants move in a clockwise direction.

antPuzzl1e1

Since every ant has two choices (pick either of two edges going through the corner on which ant is initially sitting), there are total 23 possibilities.

Out of 23 possibilities, only 2 don't cause collision.

So, the probability of collision is 6/8 and the probability of non-collision is 2/8.



Article Tags :

Explore