Find the number of positive integers n>2000 which can be expressed as n=2^m+2^n where m and n are integers (for example, 33=2^0+2^5)
Answers
Answered by
12
Answer:
65
Step-by-step explanation:
We know that 2^10 = 1024 < 2000 < 2048 = 2^11
Since 2^10+2^9 = 1536 < 2000, any combination of 2^m + 2^n < 2000 (as long as both m or n are not 10)
So, we would have the following possibilities;
2^10 + 2^n, (n = 1,2….9)
2^9 + 2^n, (n = 1,2….8)
And so on;
Therefore, the answer is (10*11)/2 = 65.
Similar questions