Find the smallest positive number which when increased by 17, is exactly divisible by both 520 and 468.

58 Views Asked by At

I actually know the answer. It is just finding the LCM. But when I checked with my calculator, it showed me a decimal number. The method I followed was to find LCM and subtract 17 from it. Is my method correct? Or should I go with any better method? If yes, please help me.