musicians participate in an art festival. The organizer is going to plan
concerts. There are
musicians performing for each concert. If two musicians perform together in the same concert, then it can be said they have co-performed once. It is known that any two musicians have co-performed an equal number of times. For example, if
and
co-perform
times, then
and
must co-perform
times as well,
and
also co-perform
times, etc.
Find the minimum possible value of .
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.
Suppose any two musicians co-perform x times. Let the musicians be A 1 , A 2 , … , A 8 .
Note that the total number of co-performances in each concert is ( 2 4 ) = 6 . Since there are k concerts, the total number of co-performances is 6 k .
Next, let ( A i , A j ) denote a co-performance of A i and A j , 1 ≤ i < j ≤ 8 , i , j ∈ Z . Note that the total number of different types of co-performances ( A i , A j ) = ( 2 8 ) = 2 8 because we are choosing 2 musicians from a total of 8 musicians. Since any two musicians co-perform x times, the total number of co-performances is 2 8 x .
By counting the total number of co-performances in two different ways, we find that 6 k = 2 8 x ⟹ 3 k = 1 4 x . Since 3 and 1 4 are coprime and k and x are positive integers, the minimum value of k is 1 4 when x = 3 . Therefore, there are 1 4 concerts and any two musicians co-perform 3 times.
Checking, the following construction works, where ( A w , A x , A y , A z ) means that A w , A x , A y , A z , 1 ≤ w < x < y < z ≤ 8 , w , x , y , z ∈ Z , perform in the same concert: ( A 1 , A 2 , A 3 , A 4 ) , ( A 1 , A 2 , A 5 , A 6 ) , ( A 1 , A 2 , A 7 , A 8 ) , ( A 1 , A 3 , A 5 , A 7 ) , ( A 1 , A 3 , A 6 , A 8 ) , ( A 1 , A 4 , A 5 , A 8 ) , ( A 1 , A 4 , A 6 , A 7 ) , ( A 5 , A 6 , A 7 , A 8 ) , ( A 3 , A 4 , A 7 , A 8 ) , ( A 3 , A 4 , A 5 , A 6 ) , ( A 2 , A 4 , A 6 , A 8 ) , ( A 2 , A 4 , A 5 , A 7 ) , ( A 2 , A 3 , A 6 , A 7 ) , ( A 2 , A 3 , A 5 , A 8 ) .