What are the two requirements you need to check if you are u
What are the two requirements you need to check if you are using the Normal model to approximate the binomial?
Solution
The two requirements that need to check when using the Normal model to approximate the binomial are
1. np >=10 ; Where n = number of trails; p is probability of success
.2. n*(1-p) >=10
