document.write( "Question 821673: an office worker claims that at most 30% of his phone calls make sale. If he makes 190 calls in night, what is the probability that he will make more than 50 sales? \n" ); document.write( "
Algebra.Com's Answer #494319 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! an office worker claims that at most 30% of his phone calls make sale. If he makes 190 calls in night, what is the probability that he will make more than 50 sales? \n" ); document.write( "--------- \n" ); document.write( "Binomial Problem with n = 190 and p(sale) = 0.30 \n" ); document.write( "------ \n" ); document.write( "P(50<= x <=90) = 1 - P(0<= x <=49) = 1 - binomcdf(90,0.3,49) = 0.000000408... \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |