document.write( "Question 1083751: From 5 physicists, 4 chemists and 3 mathematicians a committee of 6 is to be chosen so as to include 3 physicists, 2 chemists and 1 mathematician in how many ways can this be done? \n" ); document.write( "
Algebra.Com's Answer #697792 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! C( 5,3 ) + C( 4,2 ) + C( 3, 1 ) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "There are 19 ways to choose 3 physicists, \n" ); document.write( "2 chemists, and 1 mathematician \n" ); document.write( " \n" ); document.write( " |