No, it's 60.
To compute the least common multiple (from here on LCM) of a set on numbers, you have to consider their prime factorization. Then the LCM is composed by all the primes appearing in the factorizations, taken with the largest possible exponent.
Also, we can ignore 1, because every number is divisible by 1, and so it doesn't add anithing to the list.
The prime factorizations are:
So, all the primes appearing in these factorizations are 2,3 and 5. Now we have to decide the exponents:
So, the LCM is given by
[tex] 2^2 \times 3 \times 5 = 3 \times 4 \times 5 = 3 \times 20 = 60 [/tex]