n x 2 + 2 n x + n − 9 = 0
Let S the sum of the possible values of n so that the equation above has integer solution.
Find the value of ⌊ S ⌋ .
Note : n may not be an integer.
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.
Good approach. For completeness, you should point out that we get distinct values of n , for each chosen value of ( x + 1 ) 2 . If we were counting by value of x , then we would have twice the sum.
Using the quadratic formula, x = 2 n − 2 n ± 4 n 2 − ( 4 n ( n − 9 ) ) = − 1 ± n 3 . If x ∈ Z , then n 3 = k for some integer k . Hence, n = k 2 9 and thus S = k = 1 ∑ ∞ k 2 9 = 6 9 π 2 . Now, ⌊ S ⌋ = 1 4 .
how did you get summation of 9/k^2? especially how did term of pi emerge?
Log in to reply
Its simply reimann zeta function
That is summation of 1 2 1 + 2 2 1 + . . . ∞ = 6 π 2
Problem Loading...
Note Loading...
Set Loading...
Rearrange the given equation to get
n ( x + 1 ) 2 = 9
Hence, we know that n = ( x + 1 ) 2 9 . ( x + 1 ) 2 can take on the values ( x + 1 ) 2 = 1 , 4 , 9 , … so we obtain
S = k = 1 ∑ ∞ k 2 9 = 9 × 6 π 2 ≈ 1 4 . 8 0 4
and so ⌊ S ⌋ = 1 4 .