Hi,
A university found that 20% of its students withdraw without completing the introductory statistics course.
Assume that 20 students registered for the course.
Using TI Calculator
a.) Compute the probability that 2 or fewer will withdraw (to 3 decimals). binomcdf(20, .20, 2).
b.) Compute the probability that exactly 4 will withdraw (to 4 decimals).binompdf(20, .20, 2).
c.) Compute the probability that more than 3 will withdraw (to 4 decimals)1 - .binomcdf(20, .20, 3).
d.) Compute the expected number of withdraws. 