document.write( "Question 761278: A survey finds customers overpay for 4 out of every 10 items. Suppose a customer purchases 15 items.\r
\n" );
document.write( "\n" );
document.write( "a) the probability the customer overpays on none of the items is______? (round decimal to the nearest thousandth).
\n" );
document.write( "b) The probability the customer overpays on at least 3 items is______? (round decimal to the nearest thousandth).\r
\n" );
document.write( "\n" );
document.write( "-I got .104 for the first answer is that correct? I can't figure out the second one! \n" );
document.write( "
Algebra.Com's Answer #463159 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A survey finds customers overpay for 4 out of every 10 items. Suppose a Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "customer purchases 15 items. \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 15 and p(overpay) = 0.4 \n" ); document.write( "-------------------------------------------------------- \n" ); document.write( "a) the probability the customer overpays on none of the items is 0.6^15 = \n" ); document.write( "0.000470.. (round decimal to the nearest thousandth). \n" ); document.write( "-------------------------------------------------------- \n" ); document.write( "b) The probability the customer overpays on at least 3 items is \n" ); document.write( "P(3<= x <=15) = 1 - binomcdf(15,0.4,2) = 0.9729 \n" ); document.write( " (round decimal to the nearest thousandth). \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |