I have these two question and I know the formulas and answers for both, I'm just not sure WHY they both have different formulas, any help would be really appreciated
1. 6 % of drivers read while driving, if 300 are selected at random find the probability that exactly 25 read, so I would have n=300 p= 0.06 q= o.94 x=25
then I do find the mean (n*p) and SD ( square root of n*p*q ), find the z score and look it up on the z table.
2. A missile guidance system has five fail safe components the probabilty of each failing is 0.05, find the probability that exactly 2 will fail
so here I have n=5 p= 0.05 q=0.95 x=2
The formula for this is p^x * q^n-x * nCr
Why do these have different formulas, Thanks so much for your time.