Q.10 Find the smallest square number that is divisible by each of the numbers and .
This has to be done in two steps. First we will find LCM of given numbers, then we will make it perfect square.
So the LCM of 8, 15, 20 is 120 . 8 = 222 ; 15 = 35 ; 20 = 225
Prime factorisation of 120 gives = .
To make it a perfect square we need to multiply it with 30.
So the smallest square number that is divisible by each of the numbers 4, 9 and 10 is 3600.