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.