Text
In the country of Evenland only the even numbers exist. An even number is called e-prime if it is not the product of two even numbers (for example is e-prime: does not count, because in Evenland does not exist), and e-composite otherwise. What is the smallest number that factors into e-primes in two different ways?
Solution
An even number is a product of two even numbers if and only if it is divisible by . So the e-primes are the even numbers that are not multiples of , namely (those congruent to modulo ). Check the multiples of in order: , , , , , , , : each has a unique e-prime factorization. But with all e-prime: two distinct factorizations. So the smallest ambiguous number is .