We begin with three colours (i.e. red, yellow, blue). Let this set be called Generation 1, or GEN-1. We mix each pair of colours to form GEN-2, which has six colours (i.e. red, yellow, blue, orange, purple, green). Suppose this process continues while obeying three rules:
1) If two colours are selected, there is no difference in the order of mixing. (Red + Blue = Blue + Red)
2) Each colour is its own identity. (Red + Red = Red)
3) For all generations after GEN-1, no colour created in their respective generation can be mixed until the next iteration.
(Orange, Purple, Green are created in GEN-2; thus, they cannot mix until forming GEN-3)
Determine the number of colours in the set GEN-6 (after mixing).
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 the number of GEN- i colours be n i ; GEN- 1 , n i = 3 (R,Y,B) is given.
Now, let us consider GEN- 2 : The total number of mixes is N 2 = n 1 2 = 3 2 = 9 , but other than the three single-colour mixes that produce the n 1 GEN- 1 colours ( R , Y , B ), the remaining 6 produce only 3 new colours ( O , P , G ). This is because two of these six mixes produce only one colour (eg. R + Y = Y + R = O ). Therefore, the number of GEN- 2 colours n 2 = n 1 + 2 1 ( n 1 2 − n 1 ) .
Now considered GEN- 3 . N 3 = n 2 2 = 6 2 = 3 6 . There are n 2 = 6 single-colour mixes reproducing GEN- 2 colours. But the remaining 3 0 two-colour mixes do not produce 1 5 new colours. This is because there are six two-GEN- 1 -colour mixes that produce the three ( n 2 − n 1 ) new GEN- 2 colours ( O , P , G ) , while these three colours have been counted in the single-colour mixes. Therefore, the two--colour mixes only produce 2 3 0 − 3 = 1 2 new GEN- 3 colours. Therefore, n 3 = n 2 + 2 n 2 2 − n 2 − n 2 + n 1 = n 1 + 2 1 ( n 2 2 − n 2 ) = 3 + 2 1 ( 3 6 − 6 ) = 1 8 .
By induction, we have: n i = n 1 + 2 1 ( n i − 1 2 − n i − 1 ) ⇒ n 3 = 1 5 6 , n 5 = 1 2 0 9 3 , n 6 = 7 3 1 1 4 2 8 1