Problem:
Compute the smallest integer that has the same set of prime divisors as .
Problem:
Compute the smallest integer that has the same set of prime divisors as .
Solution:
The prime divisors of are and , and we note that . Since we need at least one factor of and one factor of , we just need to check the multiples of from onwards.
, , and have prime factors of , , and respectively; thus we get as the smallest number that satisfies the condition given in the problem.