document.write( "Question 182563: I need some help solving this problem..\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "USE THE NORMAL APPROXIMATION OF THE BINOMIAL PROBABILITY
\n" );
document.write( "DISTRIBUTION TO SOLVE THE PROBLEM BELOW.\r
\n" );
document.write( "\n" );
document.write( "DeKorte Telemarketing Inc. is considering purchasing a machine that randomly
\n" );
document.write( "selects and automatically dials telephone numbers. It makes most of its calls
\n" );
document.write( "during the evening, so calls to business phones are wasted. The manufacturer of
\n" );
document.write( "the machine claims that their programming reduces the calling to business phones
\n" );
document.write( "to 15 percent of all calls. To test this claim, the Director of Purchasing at
\n" );
document.write( "DeKorte programmed the machine to select a sample of 150 phone numbers.
\n" );
document.write( "What is the probability that more than 30 of the phone selected are that of a
\n" );
document.write( "business, assuming the manufacturer’s claim is correct? \n" );
document.write( "
Algebra.Com's Answer #137067 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! USE THE NORMAL APPROXIMATION OF THE BINOMIAL PROBABILITY \n" ); document.write( "DISTRIBUTION TO SOLVE THE PROBLEM BELOW. \n" ); document.write( "DeKorte Telemarketing Inc. is considering purchasing a machine that randomly \n" ); document.write( "selects and automatically dials telephone numbers. It makes most of its calls \n" ); document.write( "during the evening, so calls to business phones are wasted. The manufacturer of \n" ); document.write( "the machine claims that their programming reduces the calling to business phones \n" ); document.write( "to 15 percent of all calls. To test this claim, the Director of Purchasing at \n" ); document.write( "DeKorte programmed the machine to select a sample of 150 phone numbers. \n" ); document.write( "What is the probability that more than 30 of the phone selected are that of a \n" ); document.write( "business, assuming the manufacturer’s claim is correct? \n" ); document.write( "------------------ \n" ); document.write( "u = np = 150*0.15 = 22.5 \n" ); document.write( "sigma = sqrt(npq) = sqrt(22.5*0.85) = sqrt(19.125) = 4.373 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "Normal Approx Approach: \n" ); document.write( "P(31 < x <= 150) = normal cdf(31,150,22.5,4.373) = 0.324... \n" ); document.write( "------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |