document.write( "Question 690351: a telemarketer makes a sale on 48% of his calls. if he makes a total of 12 calls in one hour, what is the probability he will make exactly seven sales? \n" ); document.write( "
Algebra.Com's Answer #426265 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a telemarketer makes a sale on 48% of his calls. if he makes a total of 12 calls in one hour, what is the probability he will make exactly seven sales? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 12 ; p(make sale) = 0.48 \n" ); document.write( "--------------------- \n" ); document.write( "P(x = 7) = 12C7(0.48)^7*0.52^5 = binompdf(12,0.48,7) = 0.1768 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |