A box contains 4 red, 5 white, and 6 blue balls. If 3 balls are drawn at random, find the probability that they are of different colors.
Q1. A box contains 4 red, 5 white, and 6 blue balls. If 3 balls are drawn at random, find the probability that they are of different colors.
Answer: (4C1 * 5C1 * 6C1) / 15C3
Explanation: Choose 1 ball from each color in (4C1 * 5C1 * 6C1) ways. Total ways to draw 3 balls = 15C3.