document.write( "Question 1033195: In how many ways can a committee consisting of 4 faculty members and 5 students be formed if there are12 faculty members and 15 students eligible to serve on the committee? \n" ); document.write( "
Algebra.Com's Answer #647904 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
12C4 (\"12 choose 4\") ways to choose four faculty members.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "15C5 (\"15 choose 5\") ways to choose the five students.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Number of committees = (12C4)*(15C5)
\n" ); document.write( "
\n" );