Does there exist a positive integer whose prime factors include at most 2, 3, 5, and 7, and ends in the digits 11? If so find the smallest positive integer. If not, show why none exists.
My professor gave us this question to think over. She also gave us a hint to work in mod20.
I'm not sure why we are working in mod20. I thought it might be because anything that ends in the digits 11 will be congruent to 11 (mod20). I had a thought that the prime factorization cannot include 2 because the number is not even, nor can it include 5 since the number is not a multiple of 5. Otherwise, I am at a loss...
Any help or guidance would be greatly appreciated!
Working in modulo 10 will be enough to give you the answer for 2 of the factors. Just try it on your calculator. Extend the technique to modulo 20 to finish the job for the other factors.