document.write( "Question 1132767: A salesperson has a 18% chance of making a sale to any customer called upon. If 6 calls were made what is the probability that exactly 3 sales were made? At most one sale was made? At least two sales were made? What is the mean and standard deviation of the number of sales ? \n" ); document.write( "
Algebra.Com's Answer #749995 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! mean is 6*0.18 or 1.08 \n" ); document.write( "variance is 6*0.18*0.82 or 0.8856 \n" ); document.write( "sd is sqrt (V)=0.9410.\r \n" ); document.write( "\n" ); document.write( "probability of exactly 3 is 6C3*0.18^3*0.82^3=0.0643\r \n" ); document.write( "\n" ); document.write( "probability of 0 is 0.82^6=0.3040 \n" ); document.write( "probability of 1 is 6*0.18*0.82^5=0.4004 \n" ); document.write( "So probability at most 1 is the sum or 0.7044.\r \n" ); document.write( "\n" ); document.write( "probability of at least 2 sales is 1-probabilty of at most 1 or 0.2956 \n" ); document.write( " |