asked 182k views
4 votes
Let A = lcm [1, 2, 3, ..., 99] and B = lcm [1, 2, 3,..., 99, 100]. Compute B/A.

asked
User Dudeking
by
8.1k points

1 Answer

4 votes

The LCM of {1, 2, 3, ..., 99} and {1, 2, 3, ..., 100} are the same, since 100 = 2² 5² doesn't contain any unique powers of primes - 2² = 4 and 5² = 25 are already accounted for. So


\frac BA = \boxed{1}

answered
User John McCabe
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.