If a ≤ 1 0 0 , then how many pairs of positive integers ( y , a ) satisfy the following?
x = 1 ∑ y x 3 = a 2
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.
This is, by no way, a solution. You need to explain why there are only 1 3 ordered pairs ( y , a ) of positive integers ≤ 1 0 0 that satisfy the given condition. On a side note, the problem seems overrated to me.
∀ y , a ∈ Z ≤ 1 0 0 + , x = 1 ∑ y x 3 = a 2 ⟺ 4 y 2 ( y + 1 ) 2 = a 2 ⟺ 2 y ( y + 1 ) = a ⟺ a = T y
... where T k refers to the k th triangular number . The largest triangular number ≤ 1 0 0 is T 1 3 = 9 1 and the smallest triangular number that is positive is T 1 = 1 . Hence, the only solutions are the ordered pairs ( k , T k ) ∀ k ∈ Z ≤ 1 3 + giving us 1 3 ordered pairs, hence the answer.
Log in to reply
I'm sorry. I wrote the whole explanation and posted it but it seems my final edit (after all formatting and explanation) didn't come up, I don't know why. So, I'll edit my answer and post it all over again.
Problem Loading...
Note Loading...
Set Loading...
∑ x = 1 y x 3 = ( y ( y + 1 ) / 2 ) 2 = a 2
Since ( y , a ) is pair of positive integers and 0 < = y , a < = 1 0 0
a = y ( y + 1 ) / 2 . . . . . . . . ( 1 )
So, as ( y , a ) are positive integers, ( 0 , 0 ) is not a solution.
Every value of y from 1..13 satisfies above equation (1) and inequality 0 < = y , a < = 1 0 0
No value of y>13, that satisfies eq(1) satisfies given inequality.
So, ans is 1 3