Question 1205002
.
A jury pool consists of 33 people, 15 men and 18 women. Compute the probability 
that a randomly selected jury of 12 people is all male.
~~~~~~~~~~~~~~~~~~~~~~


<pre>
There are  {{{C[33]^12}}} = 354817320  different ways to select 12 people jury of/from 33 people.

There are  {{{C[15]^12}}} = 455  different ways to select 12 people jury of/from 33 people.

Therefore, the probability randomly select 12 men is  {{{455/354817320}}} = {{{7/5458728}}} = 1.28235E-06.    <U>ANSWER</U>
</pre>

Solved.