Skip to main content

2025 AMC 12B Problem 7

Problem 7 of 25EasierAlgebra

What is the value of n=2255log2(1+1n)(log2n)(log2(n+1))? \sum_{n=2}^{255} \frac{\log_2\left(1 + \frac{1}{n}\right)}{(\log_2 n)(\log_2(n+1))}?

Answer choices

Show solution

Solution

Let an=log2n.a_n = \log_2 n. The numerator equals an+1an,a_{n+1} - a_n, so each term is an+1ananan+1=1an1an+1.\dfrac{a_{n+1} - a_n}{a_n a_{n+1}} = \dfrac{1}{a_n} - \dfrac{1}{a_{n+1}}. Telescoping from n=2n = 2 to 255255 leaves 1log221log2256=118\dfrac{1}{\log_2 2} - \dfrac{1}{\log_2 256} = 1 - \dfrac{1}{8} =78.= \dfrac{7}{8}. Thus, the correct answer is C.

More practice

Concepts: telescoping · logarithm

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.