Define nCr = ( n! ) / ( r! ) / [.( n - r ) ! ].
Then P(r) = nCr * ( pr ) * [ ( 1 - p) (n-r) ].
1. P(4) = [ 45 C 4 ] * ( .047 )4 * ( 1 - 0.47 )41
2. P(0) + P(1) + P(2) = [ 45 C 0 ] * ( 1 - 0.47)45
+ [ 45 C 1 ] * ( .047 ) * ( 1 - .047 )44
+ [ 45 C 2 ] * ( .047 )2 * ( 1 - .047 )43
3. At least how many defective items?
Suppose the number is j:
Σ from m = j to n of [ 45 C j ] * ( .047 )m * ( .953 )n-m
Note that .953 = 1 - .047
ANY questions?