Step 1:
The formula for the probability of getting exactly k successes (in our case, rolling a 1) in n trials (in our case, 5 rolls of a die) is given by the binomial distribution formula:
\[P(k) = C(n, k) * (p^k) * ((1-p)^(n-k))\]
where:
- C(n, k) is the number of
Show more…