• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. General Aptitude

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.

  1. Identify binomial parameters: n = 3, k = 1, p = 1/6, 1-p = 5/6.
  2. 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.