Why does the permutation equation that is in the front of Math Destroyer not work for this question?
The equation stated is P(n, r) = [n!/(n-r)!]
Can someone explain why this equation wouldn't work this type of problem?
Thanks
It works, but won't get you to the final answer.
Permutation only applies to arrangement of the same entities when the order matters.
In this case, since the girls have to sit together, they can be seen as one entity while the other 3 boys can be seen as another entity. So although there are 5 chairs, you can imagine that there are only 4 chairs for one group of 2 girls and 3 different boys to sit in. Remember, order matters in this case because chairs WILL be taken up by either the group of 2 girls or 3 boys. Therefore, how many ways can 3 boys and one group of girls sit in the 4 chairs?
One formula: "The number of permutations possible out of n objects (where p of one kind are alike, q of another kind are alike, ... and r of yet another kind are alike) can be expressed as:
n!/(p!q!...r!) where p + q + ... + r = n"
4!/(1!*3!), so 4 ways.
"4 ways" isn't the final answer because that only tells you how many ways can you rearrange the 2 different groups when there are 4 choices available. We still need to account for the number of ways
each entity can be rearranged themselves.
For the girls, two seats for 2 girls, so 2
P2 = 2 ways.
For the boys, three seats for 3 boys, so 3
P3 = 6 ways.
Now, for each arrangement of the entities, there are 6 x 2 = 12 ways. Since there are 4 ways you can arrange the 2 entities, 4 x 12 = 48 ways, which is the final answer.
Hope it helped.