|
Hello everyone:
A student of mine just emailed me with a question that I think could help everyone, so let me post my response:
What is: 2+2+2^2+2^3+2^4+2^5+2^6+2^7+2^8 = ??
_______________________________________ My response:
Wow – great question!
If we start with the statement as given:
2+2+2^2+2^3+2^4+2^5+2^6+2^7+2^8
We’re adding a bunch of exponential terms together, which we’re not good at. So let’s try to combine a few of them to see if we can start factoring and multiplying (which we do pretty well):
2 + 2 = 4, so we can replace those two terms with 4, or 2^2
2^2 + 2^2 + 2^3+2^4+2^5+2^6+2^7+2^8
2^2 + 2^2 is the same as 2(2^2), and we can express that as 2^3, so we can replace those two terms:
2^3 + 2^3+2^4+2^5+2^6+2^7+2^8
Now we can do the same with 2^3 + 2^3 – it’s 2(2^3), which is 2^4, which lets us replace that and leaves us with:
2^4+2^4+2^5+2^6+2^7+2^8
By now you may have seen the pattern – we can replace the first two terms with the third term each time, because the first two terms add up to 2*one of them, and that gets us to the same as the third, which replicates the cycle. If we keep doing that:
2^4 + 2^4 = 2(2^4) = 2^5, leaving
2^5 + 2^5 + 2^6 + 2^7 + 2^8
We can replace those first two 2^5 terms with 2^6 leaving:
2^6 + 2^6 + 2^7 + 2^8
Again, replace the first two with the third:
2^7 + 2^7 + 2^8
Do that one more time to get:
2^8 + 2^8 and that leaves us with:
2(2^8) = 2^9
The answer is 2^9
Once you notice the pattern you can work through this one that much faster, so remember that when dealing with exponents you should:
• Try to multiply whenever possible (factor!) and not add • Look for patterns
|