Find the smallest positive integer N that satisfies all of the following conditions: • N is a square. • N is a cube. • N is an odd number. • N is divisible by twelve different prime numbers. How many digits does this number N have?
Let's start from given condition that N is divisible by 12 prime number, smallest and it is odd.
So we consider the prime number 3,5,7,11,13,17,19,23,29,31,37,41 so these are first 12 prime numbers.
Now N is a perfect square as well as a perfect cube .
So it will be power of 6.
(Because if a number is perfect square and cube both then power will be 6 example= 26 is a perfect square of 23and cube of 22 so number =(22×3))).
So N will be power of 6 of all these prime numbers multiplication.
So
So
so N have 86 digits.
Comments