InterviewSolution
Saved Bookmarks
| 1. |
If the probability that any 50 year old person will die within a year is 0.01, find the probability that out of a group of 5 such persons(i) none of them will die within a year(ii) at least one of them will die within a year. |
|
Answer» p = Probability that any 50 year old person will die within a year = 0.01 ∴ q = 1 – p = 1 – 0.01 = 0.99 ∴ Putting, n = 5, p = 0.01, q = 0.99 in (i) None of the 50 year old person will die within a year, i.e., (ii) At least one of them will die within a year, i.e., X ≥ 1 |
|