Question 1198630
Binomial Distribution;
{{{P[smart]= 1/10 = .1
n = 8
P(x=0) = binompdf(n, p, x-value) = binompdf( 8,.1,0) = .4305
P(x ≥ 2) = 1-P(x ≤ 1) = 1  -  binomcdf(8, .1, 1)=  1-  .8131 = .1869