Given that are positive integers such that how many quadruples are solutions to the above 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.
Before tackling the question above, consider the following equation for a , b , n ∈ N .
a 1 + b 1 a n + b n a b − a n − b n a b − a n − b n + n 2 ( a − n ) ( b − n ) = n 1 = a b = 0 [Note the similarity to the expansion of ( x − z ) ( y − z ) ] = n 2 = n 2
Thus a − n and b − n must be factor pairs of n 2 ; if we additionally require that a = b , then we don't consider the pair ( n , n ) .
For example, when n = 1 5 and excluding the pair ( 1 5 , 1 5 ) , the possible factor pairs of n 2 are ( 1 , 2 2 5 ) , ( 3 , 7 5 ) , ( 5 , 4 5 ) and ( 9 , 2 5 ) . Then the possible solutions for ( a , b ) , assuming a < b , are respectively ( 1 6 , 2 4 0 ) , ( 1 8 , 9 0 ) , ( 2 0 , 6 0 ) and ( 2 4 , 4 0 ) , i.e.
1 5 1 = 1 6 1 + 2 4 0 1 = 1 8 1 + 9 0 1 = 2 0 1 + 6 0 1 = 2 4 1 + 4 0 1
To tackle the actual question, we start with a couple of observations:
3 1 + 4 1 + 5 1 + 6 1 < 1 so there can be no solutions with a ≥ 3
2 1 + 5 1 + 6 1 + 7 1 > 1 and 2 1 + 5 1 + 6 1 + 8 1 < 1 so there can be no solutions with b ≥ 5
So any solutions would have a = 2 and either b = 3 or b = 4 . We consider the two cases separately.
Case 1: a = 2 , b = 3 We need c 1 + d 1 = 6 1 .
Excluding ( 6 , 6 ) , the factor pairs of 6 2 are ( 1 , 3 6 ) , ( 2 , 1 8 ) , ( 3 , 1 2 ) and ( 4 , 9 ) so the possible solutions for ( c , d ) are ( 7 , 4 2 ) , ( 8 , 2 4 ) , ( 9 , 1 8 ) and ( 1 0 , 1 5 ) .
Case 2: a = 2 , b = 4 We need c 1 + d 1 = 4 1 .
Excluding ( 4 , 4 ) , the only factor pairs of 4 2 are ( 1 , 1 6 ) and ( 2 , 8 ) so the only possible solutions for ( c , d ) are ( 5 , 2 0 ) and ( 6 , 1 2 ) .
Finally, the possible solutions for the given equation are
1 = 2 1 + 3 1 + 7 1 + 4 2 1 = 2 1 + 3 1 + 8 1 + 2 4 1 = 2 1 + 3 1 + 9 1 + 1 8 1 = 2 1 + 3 1 + 1 0 1 + 1 5 1 = 2 1 + 4 1 + 5 1 + 2 0 1 = 2 1 + 4 1 + 6 1 + 1 2 1