
Hisham A. answered 06/29/15
Tutor
0
(0)
Math, Physics and Engineering Tutor
This is an example of a binomial distribution.
n = 4, p = 0.7, q = 1 - p = 0.3
General prob dist: P(X = x) = 0.7x * 0.34-x * 4Cx = 0.7x * 0.34-x * 4!/(x!(4-x)!)
where P(x = x) is the probability that x bears catch a fish. x could be 0,1,2,3 or 4.
P(X = 0) = 0.70 * 0.34 * 4C0 = 0.0081
P(X = 1) = 0.71 * 0.33 * 4C1 = 0.7 * 0.027 * 4 = 0.0756
P(X = 2) = 0.72 * 0.32 * 4C2 = 0.49 * 0.09 * 6 = 0.2646
P(X = 3) = 0.73 * 0.31 * 4C3 = 0.343 * 0.3 * 4 = 0.4116
P(X = 4) = 0.74 * 0.30 * 4C4 = 0.2401
Mean of a binomial distribution is : np = 4*0.7 = 2.8