document.write( "Question 446139: of all 3 to 5 year old children, 56% are enrolled in school. If a sample of 500 such children is randomly selected, find the probability that at least 250 will be enrolled in school. \n" ); document.write( "
Algebra.Com's Answer #307203 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! of all 3 to 5 year old children, 56% are enrolled in school. If a sample of 500 such children is randomly selected, find the probability that at least 250 will be enrolled in school. \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 500 and p = 0.56 \n" ); document.write( "-------------------- \n" ); document.write( "P(250<= x <=500) = 1 - P(0<= x <= 249) \n" ); document.write( "--- \n" ); document.write( "= 1 - binomcdf(500,0.56,249) = 0.9969 \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |