Evaluate the sum of the sums of all ordered tuples of integers that exist as solutions to the equation above.
Details and Assumptions:
and are neither necessarily distinct nor positive.
The "sum of a tuple" is the sum of its members.
Bonus: For extra fun, consider the same question but with the equation .
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.
Simplify to get 2 b − 2 c = 2 a + 2 > 0 Results in b > c , let b − c = d ∈ N and simplify: 2 a − c + 2 1 − c = 2 d − 1 ⋆ If d = 1 only possibility for 2 a − c + 2 1 − c = 1 is a − c = 1 − c = − 1 , which gives us one answer: ( a , b , c ) = ( 1 , 3 , 2 ) .
For d > 1 RHS of ⋆ is an odd number greater than 1 and this is possible if and only if one of a − c or 1 − c be 0 to give a 1 in LHS of ⋆ . So we have two cases.
Case 1) a − c = 0 leading to 1 + 2 1 − c = 2 d − 1 1 + 2 − c = 2 d − 1 RHS is even, only possible when c = 0 , so ( a , b , c ) = ( 0 , 2 , 0 ) .
Case 2) 1 − c = 0 leading to 2 a − 1 + 1 = 2 d − 1 2 a − 2 + 1 = 2 d − 1 RHS is even, only possible when a = 2 , so ( a , b , c ) = ( 2 , 3 , 1 ) .