document.write( "Question 855304: In a study of brand recognition, 90% of consumers recognize coke. In a sample of 20 customers, find the probability that:
\n" ); document.write( "a. exactly 18 bcustomers will recognize Coke.
\n" ); document.write( "b. at least 18 customers will recognize Coke.
\n" ); document.write( "c. at most 18 customers will recognize Coke.
\n" ); document.write( "

Algebra.Com's Answer #515225 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .90, n = 20
\n" ); document.write( "P(x = 18) = binompdf(20,.90,18) = .2852
\n" ); document.write( "P(x ≥ 18) = 1 - binomcdf(20,.90, 17) = .6769
\n" ); document.write( "P(x ≤ 18) = binomcdf(20,.90, 18) = .6083 \n" ); document.write( "
\n" );