Revision as of 23:18, 3 May 2023 by Admin (Created page with "'''Solution: E''' A geometric probability distribution with mean 1.5 will have p = 2/3. So Pr(1 visit) = 2/3, P(two visits) = 2/9, etc. There are four disjoint scenarios in w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
May 04'23

Answer

Solution: E

A geometric probability distribution with mean 1.5 will have p = 2/3. So Pr(1 visit) = 2/3, P(two visits) = 2/9, etc. There are four disjoint scenarios in which total admissions will be two or less.

Scenario 1: No employees have hospital admissions. Probability = 0.85 = 0.32768 .

Scenario 2: One employee has one admission and the other employees have none. Probability =

[[math]] \binom{5}{1}(0.2)(0.8)^4(2/3) = 0.27307. [[/math]]

Scenario 3: One employee has two admissions and the other employees have none. Probability =

[[math]] \binom{5}{1}(0.2)(0.8)^4(2/9) = 0.09102. [[/math]]

Scenario 4: Two employees each have one admission and the other three employees have none. Probability =

[[math]] \binom{5}{2} (0.2)^2(0.8)^3(2/3)(2/3) = 0.09102. [[/math]]

The total probability is 0.78279.

Copyright 2023 . The Society of Actuaries, Schaumburg, Illinois. Reproduced with permission.

00