document.write( "Question 813322: A salesperson has a 50% chance of making a sale to any customer called upon. If 4 calls are made:
\n" ); document.write( "A) what is the probability of no sales made (P(x=0))?
\n" ); document.write( "B) what is the probability that at least two sales are made (P(xis greater then equal to 2) )?
\n" ); document.write( "C) what is the average number of sales?
\n" ); document.write( "

Algebra.Com's Answer #489596 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "50% chance of making a sale to any customer called upon.
\n" ); document.write( "4 calls made
\n" ); document.write( "averages 2 sales per 4 calls, P(≥ 2)
\n" ); document.write( "Poisson Distribution
\n" ); document.write( "P(x μ) = \"+%28e%5E%28-u%29%2Au%5Ex%29%2Fx%21\"
\n" ); document.write( "P(≥ 2) = 1 - P(0) - P(1)
\n" ); document.write( "P(0)=\"+%28e%5E%28-2%29%2A2%5E0%29%2F0%21\" = .1353
\n" ); document.write( "P(1)=\"+%28e%5E%28-2%29%2A2%5E1%29%2F1%21\" = .2707
\n" ); document.write( "P(≥2) = 1 - P(0) - P(1) = 0.5940
\n" ); document.write( " \n" ); document.write( "
\n" );