document.write( "Question 727248: A box contains 20 blocks. Fifteen of the blocks are red, the rest are green. If six blocks are selected at random, how many ways can six red blocks be selected?\r
\n" ); document.write( "\n" ); document.write( "I have tried 20P6 but I am not sure that is the right formula to be using. I figure some sort of probability of red vs. green needs to be included.
\n" ); document.write( "

Algebra.Com's Answer #445025 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Order does NOT matter, so you do NOT use n P r (permutation), you use n C r (combination)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So there are 15 C 6 = 5005 distinct ways to pick 6 red blocks\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This is out of 20 C 6 = 38760 ways total (to pick any color block and pick 6 of them)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the probability of picking 6 red blocks is\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P(6 red blocks) = (# of ways to pick 6 red blocks)/(# of ways to pick 6 blocks)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P(6 red blocks) = (15 C 6)/(20 C 6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P(6 red blocks) = (5005)/(38760)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P(6 red blocks) = 0.12912796697627
\n" ); document.write( "
\n" );