Respuesta :

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:

  • [tex] 2 = 2 [/tex]
  • [tex] 3 = 3 [/tex]
  • [tex] 4 = 2^2 [/tex]
  • [tex] 5 = 5 [/tex]

So, all the primes appearing in these factorizations are 2,3 and 5. Now we have to decide the exponents:

  • 2 appears with exponent 1 in the factorization of 2, and with exponent 2 in the factorization of 4. So, we choose exponent 2.
  • 3 appears with exponent 1 in the factorization of 3. So, we choose exponent 1.
  • 5 appears with exponent 1 in the factorization of 5. So, we choose exponent 1.

So, the LCM is given by

[tex] 2^2 \times 3 \times 5 = 3 \times 4 \times 5 = 3 \times 20 = 60 [/tex]