| 
 
 
| Question 490945:  According to a medical study, 24% of all patients with high cholesterol have adverse side effects from a certain kind of medication. Consider a random sample of 250 patients. What is the probability that at most 46 patients have adverse side effects from the medication?
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! According to a medical study, 24% of all patients with high cholesterol have adverse side effects from a certain kind of medication. Consider a random sample of 250 patients. What is the probability that at most 46 patients have adverse side effects from the medication? ----
 Binomial Problem with n = 250 and p = 0.24
 ---
 P(0<= x <= 46) = binomcdf(250,0.24,46) = 0.0205
 =================
 ----
 Cheers,
 Stan H.
 | 
  
 | 
 |