document.write( "Question 418203: When an aopinion poll calls residential telephone numbers at random only 20% of the calls reach a live person you watch the random digit dialing machine make 15 calls.
\n" );
document.write( "What is the probability that at most 3 calls reach a person?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #292733 by stanbon(75887) ![]() You can put this solution on YOUR website! When an aopinion poll calls residential telephone numbers at random only 20% of the calls reach a live person you watch the random digit dialing machine make 15 calls. \n" ); document.write( "What is the probability that at most 3 calls reach a person?\r \n" ); document.write( "\n" ); document.write( "=============== \n" ); document.write( "Binomial with n = 15 and p = 0.2 \n" ); document.write( "--- \n" ); document.write( "P(0<= x <=3) = binomcdf(15,0.2,3) \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |