document.write( "Question 922911: 10.5% of the population is 65 or older. Find the probability that the following number of persons selected at random from 50 people are 65 or older? \n" ); document.write( "
Algebra.Com's Answer #559786 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(65 or older) = .105, n = 50 \n" ); document.write( "P(x = ???) \n" ); document.write( "P(x = n) = binompdf(50, .105, n) \n" ); document.write( " |