document.write( "Question 934119: Estimates that 25% of customers come in a gas station pop gas will buy coffee. What is the probability that out of the next 200 customers, 60 or fewer will buy milk?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #567262 by ewatrrr(24785) You can put this solution on YOUR website! p(coffee) = .25, n = 200 \n" ); document.write( ".... \n" ); document.write( "P(x ≤ 60) = binomcdf(200, .25, 60) = .9546 0r 95.46% \n" ); document.write( " |