Six musicians gathered at a chamber music festival. At each scheduled concert, some of the musicians played while the others listened as members of the audience. What is the least number of such concerts which would need to be scheduled so that each musician has played for each other musician? (That is, for any two musicians a , b , a played while b listened in some concert, and b played and a listened in some (necessarily different) concert.)
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.
Let two given musicians A and B have a connection if A played to B at least once, and have another connection if B also played to A at least once.
Since there are six musicians ( A , B , C , D , E and F ), a total of 2 × ( 5 + 4 + 3 + 2 + 1 ) = 3 0 connections must be made.
In any given concert, the maximum number of connections that can be made is 3 × 3 = 9 , (since 3 × 3 > 2 × 4 > 1 × 5 ).
So, with three concerts, no more than 3 × 9 = 2 7 connections can be made, and since 2 7 < 3 0 , three concerts will not be enough.
However, four concerts allow every musician to play to every other musician; the following shows the four concerts with the performing musicians: { A , B , C } , { A , D , E } , { B , D , F } and { C , E , F } .
Problem Loading...
Note Loading...
Set Loading...
Let the musicians be A , B , C , D , E and F . We first show that four concerts are sufficient. The four concerts with the performing musicians: { A , B , C } , { A , D , E } , { B , D , F } and { C , E , F } satisfy the requirement. We shall now prove that three concerts are not sufficient.
Suppose there are only three concerts. Since everyone must perform at least once, there is a concert where two of the musicians, say A and B , played. But they must also have played for each other. Thus we have A played and B listened in the second concert and vice versa in the third. Now C , D , E and F must all perform in the second and third concerts since these are the only times when A and B are in the audience. It is not possible for them to perform for each other in the first concert. Thus, the minimum is 4.