Find the largest positive integer such that divides .
Notation: is the factorial notation. For example, .
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.
k will be the number of 11s being multiplied inside the factorial. All values 1 1 ⋅ 1 , 1 1 ⋅ 2 ... 1 1 ⋅ n until 1 1 ⋅ n > 1000 are to be considered. 1 1 ⋅ 9 0 (990) is the largest scalar of 11 within this range, so 90 11s are in the factorial. Next, cases where there are multiple 11s (e.g. 1 1 ⋅ 1 1 ) are taken into account. Values from 1 1 ⋅ 1 1 , 1 1 ⋅ 2 2 to 1 1 ⋅ 8 8 produce 8 more 11s. Since the next case ( 1 1 ⋅ 1 2 1 ) is larger than 1000, the answer is 90 +8 = 98