A fair six-faced dice, with the faces labelled 1', 2', 3', 4', 5', 6', and V, is rolled thrice. What is the probability of rolling V exactly once?
A. 25/72
B. 5/18
C. 25/216
D. 5/72
GATE 2025 · General Aptitude · Probability · easy
Answer: P(V exactly once in 3 rolls) = C(3,1) * (1/6) * (5/6)^2 = 75/216 = 25/72.
Identify binomial parameters: n = 3, k = 1, p = 1/6, 1-p = 5/6.
Compute the binomial probability: C(3,1) = 3. (1/6)^1 = 1/6. (5/6)^2 = 25/36. So P = 3 * (1/6) * (25/36) = 3 * 25/216 = 75/216 = 25/72.