This problem is quite challenging to me. I know the answer should be an even number, but not know how to solve the problem. Thank you for help!
What is the units digit of the product $2^1·2^2· 2^3 · 2^4 · · · 2^{199}· 2^{200}$ where the numbers multiplied are the whole number powers from $2^1$ to $2^{200}$?
Hint: $\sum_{i=1}^{n}i=\frac{n(n+1)}{2}$
$$\prod_{i=1}^n2^i=2^{\sum_{i=1}^{200}i}$$
Use modulo arithmetic to determin the remainder after dividing with $10$ as this signifies the unit digit.