Question:

The sum of first $n$ terms of a G.P. is 1023. If the first term is 1 and the common ratio is 2, then the value of $n$ is

Show Hint

Powers of 2 like $2^{10}=1024$ are frequently used in competitive math; memorizing them saves time.
Updated On: Apr 28, 2026
  • 12
  • 11
  • 10
  • 9
  • 8
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Concept
The sum of the first $n$ terms of a G.P. is $S_n = \frac{a(r^n - 1)}{r - 1}$ for $r > 1$.

Step 2: Analysis

Given $S_n = 1023$, $a = 1$, and $r = 2$. $1023 = \frac{1(2^n - 1)}{2 - 1} \implies 1023 = 2^n - 1$.

Step 3: Calculation

$2^n = 1024$. Since $2^{10} = 1024$, we have $n = 10$. Final Answer: (C)
Was this answer helpful?
0
0