Find the nine-digit number of the form xxxxyyyyy that can be written as a sum of fifth powers of two positive integers.
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.
The given number xxxxyyyyy can be viewed as parts 11 * 101 * 10^5x and 41 * 271y, that might have a common factor as their sum equals a^5 + b^5 with (a+b) being a factor (a and b as positive numbers). After due attention to finding a common factor, it may be concluded that y = 0. Then on the problem reduces to finding two integers whose whose fifth powers add up to xxxx. As 6^5 = 7776, 60 and 10 are the two positive numbers whose fifth powers add up to 777700000.