Given the following expression, what is the value of x ?
i = 1 ∏ x 2 0 1 8 i = 2 0 1 8 2 5 3
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.
Does x = [ 2 × a ] work for all x ( x + 1 ) = 2 a ?
Log in to reply
Yes. I think so but I am yet to find a proof. Can you find a counter example?
Log in to reply
I couldn't find any counter examples for non negative x , given a is a triangular number. Thank you for sharing this trick!
Relevant wiki: Rules of Exponents
First, consider that a b ⋅ a c = a b + c . Using this, we know that we are simply trying to solve for x , where the first x integers add up to 253. These are known as the triangular numbers, and the n th triangular number can be written as 2 n ( n + 1 ) . Now, we set that equal to 253: 2 x ( x + 1 ) = 2 5 3 x 2 + x = 5 0 6 x 2 + x − 5 0 6 = 0 ( x + 2 3 ) ( x − 2 2 ) = 0 x = − 2 3 ; 2 2 Since x can't be negative, our answer is 22. β ⌈ ∣ ⌉
Relevant wiki: Rules of Exponents
Note that the expression can be written as:
2 0 1 8 1 × 2 0 1 8 2 × 2 0 1 8 3 … 2 0 1 8 x = 2 0 1 8 2 5 3 ⟹ 2 x ( x + 1 ) = 2 5 3 ⟹ x ( x + 1 ) = 5 0 6 ⟹ x = 2 2 or x = − 2 3 .
We take x = 2 2 as an answer.
Thanks for changing the problem; I was really confused that first time!
Problem Loading...
Note Loading...
Set Loading...
i = 1 ∏ x 2 0 1 8 i = 2 0 1 8 × 2 0 1 8 2 × 2 0 1 8 3 × ⋯ × 2 0 1 8 x = 2 0 1 8 1 + 2 + 3 + ⋯ + x = 2 0 1 8 2 1 x ( x + 1 )
Therefore, 2 x ( x + 1 ) = 2 5 3 ⟹ x = ⌊ 2 × 2 5 3 ⌋ = 2 2 .