What is the highest power of 2 dividing 100!
This is what I have so far:
50 multiples of 2
25 multiples of 4
12 multiples of 8
6 multiples of 16
3 multiples of 32
1 multiple of 64
EDIT: giving a highest power of 2^97
am I missing anything here?