Tom K. answered 03/13/22
Knowledgeable and Friendly Math and Statistics Tutor
P(5)= C(6,5).23^5(1-.23)^1 = .0030
P(4)+P(5) = C(6,4).23^4(1-.23)^2+C(6,5).23^5(1-.23)^1 = .0279
1- P(6) = 1- .23^6 = .9999
P(5)+P(6) = C(6,5).23^5(1-.23)^1 + .23^6 = .0031
Alternatively, use
=BINOM.DIST(5,6,0.23,0)
=BINOM.DIST(5,6,0.23,0)+BINOM.DIST(4,6,0.23,0)
=BINOM.DIST(5,6,0.23,1)
=1-BINOM.DIST(4,6,0.23,1)
The final number in parentheses is 1 for CDF and 0 for pmf.
np = 6 * .23 = 1.38
sqrt(np(1-p)) = sqrt(6(.23)(1-.23)) = 1.03
Destinea C.
this is correct , thank you so much!!!03/13/22