Did not find this in a previous thread.
2+2+(2^2)+(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8)
2^9
2^10
2^16
2^35
2^37
Is there a way to do this problem without calculating the powers of 2? Thanks.
haoyang_qu Wrote:Did not find this in a previous thread.
2+2+(2^2)+(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8)
2^9
2^10
2^16
2^35
2^37
Is there a way to do this problem without calculating the powers of 2? Thanks.
RonPurewal Wrote:haoyang_qu Wrote:Did not find this in a previous thread.
2+2+(2^2)+(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8)
2^9
2^10
2^16
2^35
2^37
Is there a way to do this problem without calculating the powers of 2? Thanks.
RonPurewal Wrote:even if you have no idea how to do anything else, you should still be able to do out the arithmetic within the two-minute time limit.
it won't be fun, but you should be able to do it. if you can't, then the reason is probably "you stared at the problem for too long, and didn't get started when you should have".
mithunsam Wrote:If you look at the pattern, you can deduce the answer as 2^9 without doing any calculations.
2+2+(2^2)+(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8) =
(2^2)+(2^2)+(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8) =
(2^3)+(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8) =
(2^4)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8)
----
----
(2^8) + (2^8) = 2^9
haoyang_qu Wrote:
2+2+(2^2)+(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8)=
A. 2^9
B. 2^10
C. 2^16
D. 2^35
E. 2^37