document.write( "Question 852774: 11.1% of the population is 65 or older . Find the probability that the following number of persons selected at random from 20 people are 65 or older . The probability that exactly 4 people are 65 or older is ??? \n" ); document.write( "
Algebra.Com's Answer #513660 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .111, n = 20
\n" ); document.write( "Using TI ****(highly recommended for cumulative probabilities)
\n" ); document.write( "This singular
\n" ); document.write( "P(x = 4) = binompdf(20, .111, 4)
\n" ); document.write( "Or
\n" ); document.write( "Using \"P+%28x%29=+highlight_green%28nCx%29%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "P(x = 4 )= 4845(.111)^4(.889)^16 \n" ); document.write( "
\n" );