Question 1043054
.
In how many ways can a committee consisting of 2 faculty members and 5 students be formed if there are 9 faculty members 
and 13 students eligible to serve on the committee? 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
{{{C[9]^2 * C[13]^5}}} ways,

where {{{C[n]^k}}} is the number of combinations of n things taken k at a time.

On combinations, read the lesson

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF =http://www.algebra.com/algebra/homework/Permutations/Introduction-to-Combinations-.lesson>Introduction to Combinations</A>

in this site.
</pre>