Find the smallest square number that is divisible by each of the numbers 4,9 and 10.
To find smallest square number that is divisible by each of the numbers 4,9 and 10, first we need to find LCM of 4,9 and 10.
4=2×2=22
9=3×3=32
10=2×5
LCM = Product of the highest power of common prime factors and other prime factors.
⇒ LCM =22×32×5
⇒ LCM =4×9×5
⇒ LCM =180
Now, lets move to multiples of 180.
180×2=360 is not a perfect square.
180×3=540 is not a perfect square.
180×4=720 is not a perfect square.
180×5=900 is a perfect square.[ Since, 302=900]
Hence, the smallest square number that is divisible by each of the numbers 4,9 and 10 is 900.