Question 431150
 If X is binomial with n=20 and p=0.7, 
approximate P(X>4) to three decimal places.
P(x>4) = 1-P(0<= x <=4)
= 1 - binomcdf(20,0.7,4)
---
= 1 - 0.00000555
---
=  0.999994
===============
Cheers,
Stan H.
===============