document.write( "Question 866782: One in five South African adults have outstanding traffic fines. If seven South African adults are randomly selected, calculate the probability that
\n" ); document.write( "a) three have outstanding traffic fines.
\n" ); document.write( "b) at most one has an outstanding traffic fine.
\n" ); document.write( "

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

\n" ); document.write( "Hi
\n" ); document.write( "p(fine) = 1/5 = .2, n = 7
\n" ); document.write( "P(x=3) = binompdf(7, .2, 3)= .1147
\n" ); document.write( "P(x ≤ 1) = binomcdf(7, .2, 1) = .5767 \n" ); document.write( "
\n" );