 where we're interested in multiples of 2.})

________________________________________________________


E.g. 6 is a multiple of 2, and it will spit out a factor of 2 since \(6 = 2\times 3\).

What that says is consider this. The multiples of 2 that appear are 2, 4, 6, 8 and 10. Since 2 appears, the amount of times 10! is divisible by 2 is at least one. Since 4 also appears, the amount of times 10! is divisible by 2 will also go up again by one (in fact, two, but we temporarily ignore that and say one). Since 6 also appears, 10! is divisible by 2 yet again.
_______________________________________________________


That is to say, since 10! is divisible by the following multiples of 2: (2,4,6,8,10), 10! is divisible by \(2^5\) already. But since 10! is also divisible by the following multiples of 4: (4,8), 10! is also divisible by
yet another \(2^2\). And hence, 10! is now divisible by \(2^7\).

_______________________________________________________

Note that the whole point of noting that 8 was the largest number below powers of 2 was so that we knew when to stop. We do not have to consider numbers that are also multiples of 16, since 16 doesn't even appear in the expansion of 10!.

Giving us our final result of \(2^8\), and hence the answer is 8.