document.write( "Question 1043054: In how many ways can a committee consisting of
\n" ); document.write( "2\r
\n" ); document.write( "\n" ); document.write( " faculty members and
\n" ); document.write( "5\r
\n" ); document.write( "\n" ); document.write( " students be formed if there are
\n" ); document.write( "9\r
\n" ); document.write( "\n" ); document.write( " faculty members and
\n" ); document.write( "13\r
\n" ); document.write( "\n" ); document.write( " students eligible to serve on the committee?
\n" ); document.write( "

Algebra.Com's Answer #658136 by ikleyn(52782)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "In how many ways can a committee consisting of 2 faculty members and 5 students be formed if there are 9 faculty members
\n" ); document.write( "and 13 students eligible to serve on the committee?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "\"C%5B9%5D%5E2+%2A+C%5B13%5D%5E5\" ways,\r\n" );
document.write( "\r\n" );
document.write( "where \"C%5Bn%5D%5Ek\" is the number of combinations of n things taken k at a time.\r\n" );
document.write( "\r\n" );
document.write( "On combinations, read the lesson\r\n" );
document.write( "\r\n" );
document.write( "    - Introduction to Combinations\r\n" );
document.write( "\r\n" );
document.write( "in this site.\r\n" );
document.write( "
\n" ); document.write( "
\n" );