document.write( "Question 206208: In a shop there are 20 customers, 18 of whom will make a purchase. If three customers are selected, one at a time, at random, what is the probability that all will make a purchase? \n" ); document.write( "
Algebra.Com's Answer #155760 by Marth(57)\"\" \"About 
You can put this solution on YOUR website!
This is the same as selecting 3 customers without replacement and finding the probability that each one will make a purchase.\r
\n" ); document.write( "\n" ); document.write( "The probability of the 1st customer making a purchase is \"18%2F20\"
\n" ); document.write( "But for the 2nd customer, after having selected the 1st customer without replacement, the probability is \"17%2F19\" because you remove one customer that has made a purchase.
\n" ); document.write( "Do the same for the 3rd customer: \"16%2F18\"\r
\n" ); document.write( "\n" ); document.write( "Now multiply them together: \"%2818%2F20%29%2A%2817%2F19%29%2A%2816%2F18%29\"=\"68%2F95\"
\n" ); document.write( "
\n" );