Question:

Find the value of \(\log_{10}10+\log_{10}10^2+\log_{10}10^3+\ldots+\log_{10}10^n\)

Show Hint

Each log₁₀(10^k) simplifies to just k, turning the sum into 1+2+…+n.
Updated On: Jul 15, 2026
  • \(n^2+1\)
  • \(n^2-1\)
  • \(\dfrac{n(n+1)}{3}\)
  • \(\dfrac{n^2+n}{2}\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Simplify each term.
Using the log rule \(\log_a a^k=k\), each term \(\log_{10}10^k=k\).

Step 2: Rewrite the sum.
The expression becomes \(1+2+3+\ldots+n\).

Step 3: Apply the sum of the first n natural numbers.
\(1+2+\ldots+n=\dfrac{n(n+1)}{2}=\dfrac{n^2+n}{2}\).

Step 4: Final Answer.
The value is \(\dfrac{n^2+n}{2}\), so option D is correct.
Was this answer helpful?
0
0