document.write( "Question 871139: Suppose the probability of making a sale on any given telephone call is 0.23. Find the probability that the first sale on any given day will occur on the fourth or fifth sales call. \n" ); document.write( "
Algebra.Com's Answer #525357 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "p(sale) = .23, n = 5
\n" ); document.write( "P(x ≥ 4) = 1 - binomcdf(5, .23, 3) = .0114 \n" ); document.write( "
\n" );