The smallest number greater than 1 such that , , , , , , , , are all integers can be expressed in the form , where and are both positive integers and with as small as possible.
Find .
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.
Clearly if the m th root of a number is integral then the number can be expressed as x m . n can be written as x 1 2 , x 2 3 etc. With all x being integral. This means that the exponent must be divisible by all of the powers. I.e. 2,3,4,5,6,7,8,9,10. The smallest number divisible by all of these is 2520. The base must be as small as possible (but as specified in the question cannot be 1). It is therefore 2.
So a=2 b=2520 and a+b=2522.