Question 513966
The question gives three probabilities:

p = 0.58 = probability that film remained in camera less than one month
q = 0.20 = probability that film remained in camera one to three months
r = 0.22 = probability that film remained in camera over three months

Notice that p + q + r = 1.  Because these are the only possible outcomes, we can find the probability above using a formula similar to that for binomial distributions.  In general, if we take a sample of N people, and we want to split them into three groups, one of size k, one of size m, and one of size n, the number of ways we can do this is:

{{{ N! / (k!)(m!)(n!) }}}

This is just an extension of the formula for the number of combinations.  In this case, n = 8, k = 5, m = 1, and n = 2, so there are

{{{ 8! / (5!)(1!)(2!) = 168 }}} ways 

to arrange eight people in a group of five, a group of one, and a group of two.  Now that we know how many ways to make this grouping, we need to know how likely such a grouping is.  The probability that someone is in the first group is p = 0.58.  Since the sample is randomly chosen, we can assume that the probabilities of two (or five) people being in this group are independent, so we can multiply the probabilities.  So the probability of five people being in the first group is 

{{{0.58^5 }}}

Likewise, the probability of being in the second group is q = 0.20.  The probability of being in the third group is r = 0.22, so the probability of two people in the third group is 

{{{  0.22^2 }}}

Finally, we multiply all of these probabilities together with the number of ways to arrange our group to get the final answer:

{{{ (N! / (k!)(m!)(n!))*p^k *q^m *r^n = 168 * 0.58^5 * 0.20^1 * 0.22^2 = 0.1067 }}}