Twelve people entered a restaurant where there are only three tables left. One table can seat three people, the other can seat four and the largest table can seat five . In how many ways can the waiter seat the 12 people if we assume that the order of seating at the tables is immaterial?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
No. Of ways of selecting 3 people for the smallest table out of 12 people is
1
2
C
3
. Now, to select 4 people from the remaining for the second smallest table we take
1
2
−
3
C
4
. Then atlast the remaining 5 people gets alloted to the larget table by
1
2
−
3
−
4
C
5
.
So, the final answer is
1
2
C
3
×
9
C
4
×
5
C
5
=
2
2
0
×
1
2
6
×
1
=
2
7
7
2
0
.
Problem Loading...
Note Loading...
Set Loading...
There are ( 5 1 2 ) ⋅ ( 4 7 ) ⋅ ( 3 3 ) = 2 7 7 2 0 = ( 4 1 2 ) ⋅ ( 5 8 ) ⋅ ( 3 3 ) = ( 3 1 2 ) ⋅ ( 4 9 ) ⋅ ( 5 5 ) . . . possibilities to seat 12 people assuming that the order of seating is inmaterial.
Note.- Realize that the numerators in combinations of above are 1 2 ! and the denominators are 5 ! ⋅ 4 ! ⋅ 3 !