document.write( "Question 910447: The proportion of individuals insured by the All-Driver Automobile Insurance Co. who received at least one traffic ticket during a five-year period is 0.13.
\n" ); document.write( "If 140 insured individuals are randomly selected, what is the probability that between 10 and 27 of them have received at least one ticket?
\n" ); document.write( "

Algebra.Com's Answer #552513 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "p = .13, n = 140
\n" ); document.write( "p(x ≤ 27) = binomcdf(140, .13, 27)
\n" ); document.write( "P(x ≤ 10) = binomcdf(140, .13, 10)
\n" ); document.write( "P(10 < x< 27) = binomcdf(140, .13, 27) - binomcdf(140, .13, 10)
\n" ); document.write( "
\n" ); document.write( "
\n" );