document.write( "Question 999165: A jar of alphabet tiles contains 10 unique consonant tiles and 5 unique vowel tiles.
\n" ); document.write( "If 5 tiles are picked randomly, the probability that 3 are consonants and 2 are vowels is ?
\n" ); document.write( ".
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #616865 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Problem:
\n" ); document.write( "Given 15 tiles, with 10 unique consonants, and 5 unique vowels.
\n" ); document.write( "Pick 5 randomly (without replacement), find probability of picking 3 consonants and 2 vowels.
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "The simplest way is to use the Hypergeometric distribution, with
\n" ); document.write( "N=15 (total number of tiles)
\n" ); document.write( "n=5 (number of tiles picked)
\n" ); document.write( "k=10 (number of successes, initially)
\n" ); document.write( "r=3 (number of successes for which to find),
\n" ); document.write( "finally,
\n" ); document.write( "C(a,b)=number of combinations of choosing b objects out of a
\n" ); document.write( " = a!/(b!(a-b)!)
\n" ); document.write( "then
\n" ); document.write( "P(r=3)=C(n,r)C(N-n,k-r)/C(N,k)
\n" ); document.write( "=C(5,3)C(15-5,10-3)/C(15,10)
\n" ); document.write( "=10*120/3003
\n" ); document.write( "=400/1001
\n" ); document.write( "
\n" ); document.write( "Another way to approach it would be:
\n" ); document.write( "Let
\n" ); document.write( "C=event of drawing a consonant
\n" ); document.write( "V=event of drawing a vowel
\n" ); document.write( "Then
\n" ); document.write( "P(CCCVV)=(10/15)(9/14)(8/13)(5/12)(4/11)=40/1001
\n" ); document.write( "Since there are C(5,3) ways to arrange 3 consonants and 2 vowels, we multiply
\n" ); document.write( "the above by C(5,3)=5!/(3!2!)=10
\n" ); document.write( "So the final answer is P(r=3)=40/1001*10=400/1001 as before.
\n" ); document.write( "
\n" );