document.write( "Question 204452This question is from textbook elementary statistics
\n" );
document.write( ": In a Gallup Survey, 90% of the people interviewed were unaware that maintaining a healthy weight could reduce the risk of stroke. If 15 people are selected at random, find the probability that at least 9 are unaware that maintaining a proper weight could reduce the risk of stroke. \n" );
document.write( "
Algebra.Com's Answer #154386 by stanbon(75887) ![]() You can put this solution on YOUR website! In a Gallup Survey, 90% of the people interviewed were unaware that maintaining a healthy weight could reduce the risk of stroke. If 15 people are selected at random, find the probability that at least 9 are unaware that maintaining a proper weight could reduce the risk of stroke. \n" ); document.write( "-------------- \n" ); document.write( "It's a binomial problem with n=15, p = 0.9, and 9<=x<=15 \n" ); document.write( "---- \n" ); document.write( "I used a TI calculator to get: \n" ); document.write( "P(9<=x<=15) = 1 - binomcdf(15,0.9,8) = 0.999689 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |