Find the product of all numbers of the form ϵ 1 3 + ϵ 2 3 + ϵ 3 3 + ϵ 4 3 + ϵ 5 3 , where ϵ k ∈ { − 1 , 1 } for each integer k satisfying that 1 ≤ k ≤ 5 .
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.
@Pi Han Goh , I deleted my solution because it was identical to yours.
Log in to reply
Not necessary. I love your questions by the way. Especially this one , which is giving me a huge headache.
Problem Loading...
Note Loading...
Set Loading...
All 32 of these numbers satisfy the equation, x = ± 1 3 ± 2 3 ± 3 3 ± 4 3 ± 5 3
By repeated squaring, we will get a ( 2 5 = 3 2 ) degree polynomial, ( ( ( ( ( x 2 − 3 ) 2 − 3 ) 2 − 3 ) 2 − 3 ) 2 − 3 ) 2 = 0 . By Vieta's formula , the answer is ( ( ( 3 2 − 3 ) 2 − 3 ) 2 − 3 ) 2 − 3 = 1 1 7 9 3 9 3 .