document.write( "Question 1192737: A tutorial committee of two turtors and five brilliant students is to be formed among six turtors and ten students.in how many ways can this be done if one particular tutor must be one of the committee and two particular students must not be on the committee \n" ); document.write( "
Algebra.Com's Answer #824690 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "One of the 6 tutors MUST be on the committee; you need to choose 1 of the remaining 5: C(5,1) ways. \n" ); document.write( "AND... \n" ); document.write( "Two of the ten students can NOT be on the committee; you need to choose 5 of the remaining 8: C(8,5) ways. \n" ); document.write( "ANSWER: C(5,1)*C(8,5) \n" ); document.write( " \n" ); document.write( " |