Re: If S1 = {1, 2, 3, 4, ... , 23} and S2
[#permalink]
19 Dec 2018, 21:13
Think of this
we have these prime numbers :2,3,5,7,11,13,17,19,23
the range is from 207 to 691
the product of at least 4 distinct primes sounds scary, but we have the primes all listed out.
just multiply the first 4:
2*3*5*7= 210, and there three multiples of 210 within the given bounds, which are: 210,420,630
now try
2*3*5*11=330, two multiples of that are 330 and 660
2*3*5*13= 390
2*3*5*17= 510
2*3*5*19=570
2*3*5*23=690
2*3*7*11=462
2*3*7*13=546
thus we have 11 multiples within the given bounds with at least 4 distinct primes.