Find the sum of the digits of the smallest number N such that 2 × N is a perfect square and 3 × N 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.
Since 2 N is a square and 3 N is a cube, N has to be of the form 2 a × 3 b , and cannot have another prime factor because then N will not be the smallest.
⟹ N = 2 a × 3 b
⟹ 2 N = 2 a + 1 × 3 b ⋯ ( 1 )
⟹ 3 N = 2 a × 3 b + 1 ⋯ ( 2 )
Now, 2 N is a perfect square, it means the both the powers are even ⟹ b = 0 , 2 , 4 , 6 ⋯
and 3 N is a perfect cube, it means the both the powers are multiple of 3 ⟹ a = 0 , 3 , 6 , 9 ⋯
Here b = 0 because it will not satisfy equation (2), and a = 0 because it will not satisfy equation (1)
hence, the smallest values of a and b which satisfy both the equations are a = 3 and b = 2 .
⟹ N = 2 3 × 3 2 = 7 2
sum of digits = 9
For 2 N to be a square, N has to have the format 2 × x 2 .
For 3 N to be a cube, N has to have the format 3 2 × y 3 .
So N definitely has to be a multiple of 2 × 3 2 = 1 8
1 8 does have the first format, 2 × x 2 with x = 3 , but it does not have the second, 3 2 × y 3 . It does have the 3 2 part, but that is multiplied by 2 , which is not a cube. To keep the 2 and make it a cube, and the smallest cube possible, it needs to be multiplied by 4 , which is a square.
1 8 × 4 = 7 2 satisfies both conditions and it is the lowest number to do so.
The sum of its digits is 9 .
Let 2 N = p 2 and 3 N = q 3 . The least value of N that satisfies both conditions is N = 2 3 3 2 = 7 2 , which has a digit sum of 9 .
Problem Loading...
Note Loading...
Set Loading...
2 × N = m 2 3 × N = n 3
Multiplying them 6 × N 2 = m 2 n 3 = ( m n ) 2 × n
Clearly, n = 6 So, 3 N = 2 1 6 ⟹ n = 7 2 also 2 N = 1 4 4
So, N = 7 2