document.write( "Question 1143142: A committee consisting of 2 faculty members and 3 students is to be formed. Every committee position has the same duties and voting rights. There are 9 faculty members and 11 students eligible to serve on the committee. In how many ways can the committee be formed? \n" ); document.write( "
Algebra.Com's Answer #763919 by ikleyn(52800)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "They select  2 faculty members from the pool of 9 faculty members.\r\n" );
document.write( "\r\n" );
document.write( "It can be done in  \"C%5B9%5D%5E2\" = \"%289%2A8%29%2F2\" = 36 ways.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "They select  3 students from the pool of 11 students.\r\n" );
document.write( "\r\n" );
document.write( "It can be done in  \"C%5B11%5D%5E3\" = \"%2811%2A10%2A9%29%2F%281%2A2%2A3%29\" = 165 ways. \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "These selections are independent - so, by the general counting principle, the final answer is the product\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"C%5B9%5D%5E2\".\"C%5B11%5D%5E3\" = 36*165 = 5940.    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );