Final answer:
To form 5-member committees of the same gender from 6 girls and 7 boys, there are 6 possible committees of girls and 21 possible committees of boys, resulting in a total of 27 such committees.
Step-by-step explanation:
The question involves calculating the number of ways to form a 5-member committee from a group of 6 girls and 7 boys such that all committee members are of the same gender. This is a problem that involves combinations because the order in which we select the committee members does not matter. We will tackle this problem by treating the formation of committees with girls and boys as separate cases.
Committees of Girls
To calculate the number of possible 5-member committees consisting entirely of girls, we use the combination formula C(n, k) = n! / (k! * (n - k)!), where n is the total number we can choose from and k is the number we need to choose:
C(6, 5) = 6! / (5! * (6 - 5)!) = 6
Committees of Boys
To calculate the number of possible 5-member committees consisting entirely of boys, we use the same combination formula:
C(7, 5) = 7! / (5! * (7 - 5)!) = 21
To find the total number of 5-member committees that consist of members of the same gender, we simply add the two results together:
Total committees = Committees of girls + Committees of boys = 6 + 21 = 27