Let X denote number of kids getting A grade among n=1010 kids, where only 55% kids can secure A grade in a paper.
X has a binomial distribution
Binomial(n=1010,p=0.55)P(X=k)=(kn)∗pk∗(1−p)n−k
The normal distribution can be used as an approximation to the binomial distribution, under certain circumstances, namely:
X∼Bin(n,p) and if n is large and/or p is close to 1/2, then X is approximately N(np, npq), where q=1-p.
p=0.55,q=1−p=1−0.55=0.45,n=1010np=1010∗0.55=555.5,npq=1010∗0.55∗0.45=249.975
z=σ2x−μ
x=22,z=249.97522−555.5=−33.7432
P(X≤22)=P(z≤(−33.7432)=0
Comments