document.write( "Question 935215: A committee contains 8 members to be chossen from 9 teachers and 4 students.
\n" ); document.write( "How many ways can this be done if the committee is to contain exactly 3
\n" ); document.write( "students?
\n" ); document.write( "

Algebra.Com's Answer #568371 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Each committee of 8 contains exactly 3 students and 5 teachers.\r\n" );
document.write( "\r\n" );
document.write( "Choose the 3 students C(4,3) = 4 ways.\r\n" );
document.write( "For each of those 4 ways, we can choose the 5 teachers C(9,5) = 126 ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer: 4×126 = 504 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );