InterviewSolution
Saved Bookmarks
| 1. |
If n = 5; P = 0.3, write down the probability function of Binomial distribution. |
|
Answer» The p.m.f of Binomial distribution is: p(x) = n cx px qn-x ; x = 0,1,2, ……n. Here n = 5, p = 0.3 ; ∴ q = 1 – p = 0.7. ∴ p(x) = 5cx 0.3x 0. 75-x ; x = 0, 1, 2, ….. 5. |
|