102k views
5 votes
An insurance company has appointments with four prospective clients tomorrow. from past experience, the agent knows that the probability of making a sale of any appointment is 1 out of 5. using the rules of probability, what is the likelihood that the agent will sell a policy to 3 of the 4 prospective clients?

a. 0.500
b. 0.026
c. 0.410
d. 0.250

1 Answer

4 votes

Final answer:

The likelihood that an insurance agent will sell policies to exactly 3 out of the 4 clients, given a 1 in 5 success rate per appointment, is 0.0256, corresponding to option B.

Step-by-step explanation:

The question asks for the likelihood that the agent will sell insurance policies to 3 out of the 4 prospective clients. The probability of making a sale to any client is 1 out of 5, which implies a probability of not making a sale is 4 out of 5. The problem is a case of a binomial distribution where the number of successes 'k' is 3, the number of trials 'n' is 4, and the probability of success 'p' is 0.20 (1/5).

Using the binomial probability formula: P(X = k) = (n choose k) * p^k * (1-p)^(n-k), we compute the probability P(X = 3) as follows:

  1. Calculate the combination for 3 successes out of 4 trials: (4 choose 3) = 4
  2. Calculate the probability of 3 successes: p^3 = (0.20)^3
  3. Calculate the probability of 1 failure: (1-p)^1 = (0.80)^1
  4. Multiply them together: 4 * (0.20)^3 * (0.80)^1

The result gives us the answer 4 * (0.008) * (0.80) = 0.0256.

Therefore, the likelihood (or probability) that the agent will sell policies to exactly 3 out of the 4 clients is 0.0256, which is option B.

User ThunderGr
by
9.2k points