Question:medium

A boy tries to message his friend. Each time, the chance the message is delivered is \( \frac{1}{6} \), and the chance it fails is \( \frac{5}{6} \). He sends 6 messages. Find the probability that exactly 5 messages are delivered.

Show Hint

When solving binomial probability problems, remember to use the binomial distribution formula: \[ P(X = k) = \binom{n}{k} p^k q^{n-k} \] where \( p \) is the probability of success and \( q \) is the probability of failure.
Updated On: Nov 26, 2025
  • \( \frac{1}{6} \)
  • \( \frac{5}{6} \)
  • \( \binom{6}{5} \left( \frac{1}{6} \right)^5 \left( \frac{5}{6} \right) \)
  • \( \frac{5}{36} \)