document.write( "Question 1161984: Suppose in fact 60% of all Filipino adults between the ages of 30 and 39 exercises at least 3 days per week. If we take a random sample of 100 Filipino adults in their 30s, what is the probability that at least 70% of them exercise at least 3 days per week? \n" ); document.write( "
Algebra.Com's Answer #785753 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! We would expect 60 to exercise 3 days a week, n*p=100*0.60 \n" ); document.write( "the variance would be np(1-p)=60*0.4=24 \n" ); document.write( "sd is sqrt (V)=4.9 \n" ); document.write( "normal approximation would be z>(69.5-60)/4.9, with continuity correction factor, and that is z>1.939 with probability of 0.0263\r \n" ); document.write( "\n" ); document.write( "can do a binomial using 1-binomcdf(100,0.6,69), because the binomial looks from the left and we want what is to the right. \n" ); document.write( "This is exact and the answer is 0.0248 \n" ); document.write( " |