SOLUTION: A jar of alphabet tiles contains 10 unique consonant tiles and 5 unique vowel tiles. If 5 tiles are picked randomly, the probability that 3 are consonants and 2 are vowels is ? .

Algebra.Com
Question 999165: A jar of alphabet tiles contains 10 unique consonant tiles and 5 unique vowel tiles.
If 5 tiles are picked randomly, the probability that 3 are consonants and 2 are vowels is ?
.

Answer by mathmate(429)   (Show Source): You can put this solution on YOUR website!

Problem:
Given 15 tiles, with 10 unique consonants, and 5 unique vowels.
Pick 5 randomly (without replacement), find probability of picking 3 consonants and 2 vowels.

Solution:
The simplest way is to use the Hypergeometric distribution, with
N=15 (total number of tiles)
n=5 (number of tiles picked)
k=10 (number of successes, initially)
r=3 (number of successes for which to find),
finally,
C(a,b)=number of combinations of choosing b objects out of a
= a!/(b!(a-b)!)
then
P(r=3)=C(n,r)C(N-n,k-r)/C(N,k)
=C(5,3)C(15-5,10-3)/C(15,10)
=10*120/3003
=400/1001

Another way to approach it would be:
Let
C=event of drawing a consonant
V=event of drawing a vowel
Then
P(CCCVV)=(10/15)(9/14)(8/13)(5/12)(4/11)=40/1001
Since there are C(5,3) ways to arrange 3 consonants and 2 vowels, we multiply
the above by C(5,3)=5!/(3!2!)=10
So the final answer is P(r=3)=40/1001*10=400/1001 as before.

RELATED QUESTIONS

Natalie has a box containing 26 tiles, each with a different letter of the alphabet. She... (answered by Theo)
The floor of a rectangular room is completely covered with square tiles. The room is 9... (answered by math_helper)
The floor of a rectangular room is completely covered with square tiles. The room is 9... (answered by Theo)
A bag contains 26 tiles with a letter on each, one tile for each letter of the alphabet.... (answered by math_helper)
pat designed a patio consisting of 16 rows of congruent slate tiles. the number of tiles... (answered by richwmiller)
Rosalinda makes square tables then sticks square tiles to the top. There are three kinds... (answered by psbhowmick)
You have a set of lettered tiles:  R, E, X,  V,  U,  X,  J.     You randomly choose one... (answered by solver91311)
A bag contains 4 red tiles, 3 blue tiles, 2 green tiles, and 1 yellow tile. What is the... (answered by stanbon)
Carrie has a game that uses 20 tiles that are the same shape and the same size,20% of... (answered by ikleyn)