document.write( "Question 142057: I need help understanding this problem. I am lost
\n" );
document.write( "In the Ardmore Hotel, 20 percent of the customers pay by American Express credit card. (a) Of the next 10 customers, what is the probability that none pay by American Express? (b) At least two? (c) Fewer than three? (d) What is the expected number who pay by American Express? (e) Find the Standard deviation.
\n" );
document.write( "Any help would be great. Thank you \n" );
document.write( "
Algebra.Com's Answer #103463 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In the Ardmore Hotel, 20 percent of the customers pay by American Express credit card. \n" ); document.write( "--------- \n" ); document.write( "Comment: This is a binomial problem with mean = np = 20*0.2 = 4 and \n" ); document.write( "standard deviation sqrt(npq) = sqrt(20*0.2*0.8) = sqrt(3.2) = 1.7889 \n" ); document.write( "---------- \n" ); document.write( "P(pay by AE) = 0.2 ; P(do not pay by AE)= 0.8 \n" ); document.write( "----------------------- \n" ); document.write( "(a) Of the next 10 customers, what is the probability that none pay by American Express? \n" ); document.write( "p(none in 10) = 0.8^10 = 0.10737... \n" ); document.write( "-------------------- \n" ); document.write( "(b) At least two? \n" ); document.write( "Comment: \"at least\" is a key word in binomial problems. On this problem \n" ); document.write( "you have to understand the following: \n" ); document.write( "P(none pay) + P(one pays) + P(at least two pay) = 1 \n" ); document.write( "----------------------- \n" ); document.write( "P(at least two) = 1 - [P(none) + P(one pay) \n" ); document.write( "= 1 - [0.10737 + 20C1(0.2)^1*(0.8)^19] = 1 - [0.10737+0.05765] = 0.8350 \n" ); document.write( "--------------------- \n" ); document.write( "(c) Fewer than three? \n" ); document.write( "= P(one) + P(two) = 1- 0.8350 = 0.1650 \n" ); document.write( "------------------ \n" ); document.write( "(d) What is the expected number who pay by American Express? \n" ); document.write( "mean = np = 20*0.2 = 4 \n" ); document.write( "---------------------- \n" ); document.write( "(e) Find the Standard deviation. \n" ); document.write( "sqrt(npq) = sqrt(4* 0.8) = sqrt(3.2) = sqrt(1.6*2) = 0.8sqrt(2) \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |