Tuesday, October 20, 2009

Tutorial 3.5

Today we learned how to do a Normal Approximation To A Binomial Distribution.
If npq is bigger than 10 we use Shade Norm of Invert Norm for a binomial distribution.
If npq is less than 10 we use binompdf.
n= number of trials p= probability of success q= probability of failure

STEPS:
1) find npq
2) check if npq is greater than 10
(if yes) (if no)
3) find mean 3) binompdf (n,p) store in L2
4) calc. z scores 4) fill down L1
5) shade Norm 5) answer question

No comments:

Post a Comment