Find the largest -digit number that is divisible by 7, 10, 15, 21 and 28.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The largest 6 -digit number is 9 9 9 6 0 0 .
The largest k -digit number that is divisible by a 1 , a 2 , a 3 , a 4 , a 5 , … a n can be expressed as:
⌊ L.C.M of a 1 , a 2 , a 3 , a 4 , a 5 , … a n Smallest (k+1) digit number ⌋ ⋅ L.C.M of a 1 , a 2 , a 3 , a 4 , a 5 , … a n
Substituting a 1 , a 2 , a 3 , a 4 , a 5 = 7 , 1 0 , 1 5 , 2 1 , 2 8 and k = 6 we have,
= = = = ⌊ L.C.M of 7, 10, 15, 21, 28 Smallest 7 digit number ⌋ ⋅ L.C.M of 7, 10, 15, 21, 28 ⌊ 4 2 0 1000000 ⌋ ⋅ 4 2 0 ⌊ 2 3 8 0 . 9 5 2 3 8 1 ⌋ ⋅ 4 2 0 2 3 8 0 ⋅ 4 2 0 9 9 9 6 0 0