document.write( "Question 653592: Most software manufactures offer a free help line that allows customers to call an 800 number to receive assistance with their problems. Because of the volume of calls, often customers are put on hold. Greeting Card Art, Inc. is proud of the fact that 93 percent of their calls for assistance are answered directly by a technician who can solve the customer's problem. To monitor this service claim, suppose Greeting Card Art selects a random sample of 25 recent calls. \r
\n" );
document.write( "\n" );
document.write( "A. Explain why this situation fits a binomial distribution.
\n" );
document.write( "B. What is the probability exactly 20 of the calls are answered directly by a technician?
\n" );
document.write( "C. What is the probability at least one of the calls is put on hold? \n" );
document.write( "
Algebra.Com's Answer #408443 by stanbon(75887) ![]() You can put this solution on YOUR website! Greeting Card Art, Inc. is proud of the fact that 93 percent of their calls for assistance are answered directly by a technician who can solve the customer's problem. To monitor this service claim, suppose Greeting Card Art selects a random sample of 25 recent calls. \n" ); document.write( "A. Explain why this situation fits a binomial distribution. \n" ); document.write( "Independent response on each call. \n" ); document.write( "P(tech answer) = 0.93 for each call \n" ); document.write( "n = 25 \n" ); document.write( "---------------------------------- \n" ); document.write( "B. What is the probability exactly 20 of the calls are answered directly by a technician? \n" ); document.write( "P(x = 20) = 25C20(0.93)^20*(0.07)^5 = binompdf(25,0.93,20) = 0.0209 \n" ); document.write( "======================== \n" ); document.write( "C. What is the probability at least one of the calls is put on hold? \n" ); document.write( "P(1<= x <=25) = 1 - P(x = none put on hold) = 1 - binompdf(25,0.07,0) \n" ); document.write( "= 0.8370 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |