190k views
3 votes
Let $M$ be the least common multiple of $1, 2, \ldots, 20$. How many positive divisors does $M$ have

User Jinho
by
4.6k points

1 Answer

1 vote

Consider the prime factorization of 20!.


20! = 20 * 19 * 18 * \cdots * 3 * 2 * 1

The LCM of 1, 2, ..., 20 must contain all the primes less than 20 in its factorization, so


M = 2 * 3 * 5 * 7 * 11 * 13 * 17 * 19 * m

where
m is some integer not divisible by any of these primes.

Compare the factorizations of the remaining divisors of 20!, and check off any whose factorizations are already contained in the product of primes above.


4 = 2^2 - missing a factor of 2


6 = 2*3 - ✓


8 = 2^3 - missing a factor of 2²


9 = 3^2 - missing a factor of 3


10 = 2*5 - ✓


12 = 2^2*3 - missing a factor of 2


14 = 2*7 - ✓


15 = 3*5 - ✓


16 = 2^4 - missing a factor of 2³


18 = 2*3^2 - missing a factor of 3


20 = 2^2*5 - missing a factor of 2

From the divisors marked "missing", we add the necessary missing factors to the factorization of
M, so that


M = 2 * 3 * 5 * 7 * 11 * 13 * 17 * 19 * 2^3 * 3

Then the LCM of 1, 2, 3, …, 20 is


M = 2^4 * 3^2 * 5 *7 * 11 * 13 *17 * 19


\implies \boxed{M = 232,792,560}

User RealCheeseLord
by
4.5k points