A student writes the six complex roots of the equation on the board. At every step, he randomly chooses two numbers and from the board, erases them, and replaces them with . At the end of the fifth step, only one number is left. Find the largest possible value of this number.
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 f ( a , b ) = 3 a b − 3 a − 3 b + 4 . First note we can rewrite this as f ( a , b ) = 3 ( a − 1 ) ( b − 1 ) + 1
Now, f ( f ( a , b ) , c ) = 3 ( f ( a , b ) − 1 ) ( c − 1 ) + 1 = 9 ( a − 1 ) ( b − 1 ) ( c − 1 ) + 1
It's easy to continue this process and see that whatever order we erase the numbers from the board, the last one will be X = 3 5 ( z 1 − 1 ) ( z 2 − 1 ) ( z 3 − 1 ) ( z 4 − 1 ) ( z 5 − 1 ) ( z 6 − 1 ) + 1 where the z i are the roots of g ( z ) = z 6 + 2 = 0 . But the product ( z 1 − 1 ) ( z 2 − 1 ) ( z 3 − 1 ) ( z 4 − 1 ) ( z 5 − 1 ) ( z 6 − 1 ) = g ( 1 ) = 1 6 + 2 = 3
so that X = 3 6 + 1 = 7 3 0 .