I'm having some trouble with the following question:
Determine all natural numbers $n,m$ such that: $\gcd(n,m)=10$, and $\text{lcm}(n,m)=100$.
Using this I arrived at the following conditions:
- $\gcd(n,m)=10$
- $nm=1000$
But I don't know how to proceed. How can I do this?