document.write( "Question 972880: what is the answer to this question: A commitee of 4 students and 3 teachers is to be formed from 6 students and 5 teachers. how many different commitee are possible \n" ); document.write( "
Algebra.Com's Answer #595242 by macston(5194)![]() ![]() You can put this solution on YOUR website! The number of possible combinations of n people taken r at a time is: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "For students on committee:n=6; r=4 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "For teachers on committee: n=5; r=3 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "There are 15 different groupings of students and 10 different groupings of teachers, so total there are (15)*(10)=150 different committees possible \n" ); document.write( " \n" ); document.write( " |