SOLUTION: A recent study shows that 40% of the babies who weigh less than 5.5 pounds at birth are likely to develop high blood pressure as adults. If 12 babies who weighed less than 5.5 poun

Algebra ->  Probability-and-statistics -> SOLUTION: A recent study shows that 40% of the babies who weigh less than 5.5 pounds at birth are likely to develop high blood pressure as adults. If 12 babies who weighed less than 5.5 poun      Log On


   



Question 218976: A recent study shows that 40% of the babies who weigh less than 5.5 pounds at birth are likely to develop high blood pressure as adults. If 12 babies who weighed less than 5.5 pounds at birth are selected at random, what is the probability (correct to three decimal places) that at most two of these babies will develop high blood pressure as adults?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A recent study shows that 40% of the babies who weigh less than 5.5 pounds at birth are likely to develop high blood pressure as adults. If 12 babies who weighed less than 5.5 pounds at birth are selected at random, what is the probability (correct to three decimal places) that at most two of these babies will develop high blood pressure as adults?
----------------------
It is a binomial problem with n=12, p = 0.40 ; 0<=x<=2
---
P(0<=x<=2) = binomcdf(12,0.4,2) = 0.0834..
Cheers,
Stan H.