document.write( "Question 686984: if 8.3% of the population has diabetes, what is the probability that in a random sample of 100 people, exactly 9 of them have diabetes? \n" ); document.write( "
Algebra.Com's Answer #424967 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if 8.3% of the population has diabetes, what is the probability that in a random sample of 100 people, exactly 9 of them have diabetes? \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 100 ; p(diabetic) = 0.083 \n" ); document.write( "--- \n" ); document.write( "P(x = 9) = 100C9(0.083)^9*(0.917)^91 = binompdf(100,0.083,9) = 0.1338 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |