Find the smallest positive integer such that is a perfect square and is a perfect cube.
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.
Relevant wiki: Perfect Squares, Cubes, and Powers
Clearly N must be a multiple of both 2 and 3. Let N = 2 a ⋅ 3 b ⋅ k .
Then 2 N = 2 a − 1 ⋅ 3 b ⋅ k . If this is a perfect square, a − 1 and b must be even, and k must be a square.
Also, 3 N = 2 a ⋅ 3 b − 1 ⋅ k . Hence a and b − 1 must be multiples of 3, and k must be a cube.
The smallest a satisfying both of these conditions is 3, and the smallest b is 4. For N to be smallest, we choose k = 1 , so N = 2 3 ⋅ 3 4 = 6 4 8 .