document.write( "Question 865129: 10.1% of the population is 65 or older. Find the probability that the following number of persons selected at random from 25 people are 65 or older.
\n" );
document.write( "What is the probability that at MOST 2 are 65 or older? \n" );
document.write( "
Algebra.Com's Answer #521557 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 10.1% of the population is 65 or older. Find the probability that the following number of persons selected at random from 25 people are 65 or older. \n" ); document.write( "What is the probability that at MOST 2 are 65 or older? \n" ); document.write( "--------------------- \n" ); document.write( "Binomial Problem with n = 25 and p(>= 65) = 0.101 \n" ); document.write( "--------- \n" ); document.write( "P(0<= x <=2) = binomcdf(25,0.101,2) = 0.5303 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-============= \n" ); document.write( " |