A committee must be formed with 4 teachers and 3 students. If there are 9 teachers to choose from, and 13 students, how many different ways could the committee be made?Answer:
Q. A committee must be formed with 4 teachers and 3 students. If there are 9 teachers to choose from, and 13 students, how many different ways could the committee be made?Answer:
Calculate Teachers Combination: Calculate the number of ways to choose 4 teachers out of 9. We use the combination formula which is C(n,k)=k!(n−k)!n!, where n is the total number of items to choose from, k is the number of items to choose, and “!” denotes factorial. For teachers, n=9 and k=4. C(9,4)=4!(9−4)!9!=4!5!9!=4×3×2×19×8×7×6=126
Calculate Students Combination: Calculate the number of ways to choose 3 students out of 13. Again, we use the combination formula. For students, n=13 and k=3. C(13,3)=3!(13−3)!13!=3!10!13!=3×2×113×12×11=286
Calculate Total Number of Ways: Calculate the total number of ways to form the committee by multiplying the number of ways to choose teachers by the number of ways to choose students.Total number of ways = Number of ways to choose teachers × Number of ways to choose studentsTotal number of ways =126×286Total number of ways =36036