Two boys and three girls are going to sit around a table with 5 different chairs. If the two boys want to sit next to Jill, in how many possible ways can they be seated?
The only way both boys can sit next to Jill at the same time is one on each side of her.
So, consider every configuration that contains B1 - J - B2 as a unit. There are 2 more
girls, so there are 3 "entities" call them. How many ways to arrange 3 entities.
This would be expressed as the permutation of three things taken three at a time.
3P3 = 6 Now have the two boys change sides of Jill and there are 6 more.
Add them together and there are 12 total possible ways to seat the people.
.