AMC 10 Daily Practice Round 2
Complete problem set with solutions and individual problem pages
Problem 25 Hard
For every integer , we can represent it by , is a nonnegative integer and is an odd number. . Find .
- A.
- B.
- C.
- D.
- E.
Answer:D
By the definition, we know .
So for those , .
Let
.
, when , is a nonnegative integer.
Subsitute we have .
A less rigorous but time-saving approach to the exam can be to write the first terms of and , then you may find out and , that will also give you the answer is .
In computer science, there is a cool method to calculate the value of for each , which is , commonly referred to as "lowbit". This involves many interesting properties of binary numbers, and children interested in this topic can search and learn more about it.
