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 prime numbers. How many digits does this number N have?
The trouble is the divisibility by the first 12 prime numbers,
so it must be a multiple of 2,3,5,7,11,13,17,19,23,29,31,37
To be odd it must look like 2K+1
to be a square it must look like , and it must also be a cube
it must contain
so, it must have the form:
when K = 0, we get
=
which would be 13 digits long
Comments
Leave a comment