document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #334399 by stanbon(75887) ![]() 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? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 250 and p = 0.24 \n" ); document.write( "--- \n" ); document.write( "P(0<= x <= 46) = binomcdf(250,0.24,46) = 0.0205 \n" ); document.write( "================= \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |