document.write( "Question 888624: It is known that 70% of the customers in a sporting goods store purchase a pair of running shoes. A random sample of 25 customers is selected. Assume that the customers’ purchases are made independently. In this binomial distribution application, which Excel statement will find the probability of 5 or fewer customers purchasing a pair of running shoes?
\n" ); document.write( "
\n" ); document.write( "a.=BINOMDIST(5,25,70%,FALSE)
\n" ); document.write( "
\n" ); document.write( "b.=BINOMDIST(5, 25, 70%,TRUE)
\n" ); document.write( "
\n" ); document.write( "c.=1-BINOMDIST(5,25,70%,FALSE)
\n" ); document.write( "
\n" ); document.write( "d.=1- BINOMDIST(5, 25, 70%,TRUE
\n" ); document.write( "

Algebra.Com's Answer #537598 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
=BINOMDIST(5,25,0.7,TRUE) is the formula to use.
\n" ); document.write( "you could also enter =BINOMDIST(5,25,70%,TRUE)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that would be selection b.
\n" ); document.write( "the TRUE option makes the results cumulative from 0 to 5.
\n" ); document.write( "the FALSE option would give you the probability of 5 only.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the excel results are shown below:
\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );