Powers of Two
- Very useful in computer science
How to remember all powers
- Memorize
2^0-->2^102^0 = 12^1 = 22^2 = 42^3 = 82^4 = 162^5 = 322^6 = 642^7 = 1282^8 = 2562^9 = 5122^10 = 1064 ~= 1000
- Approximate
2^10 ~= 1000
2^16 = 2^10 * 2^6 = 1000 * 64 = 64_000
2^32 = (2^10)^3 * 2^2 = 1B * 4 = 4B