All Exams Test series for 1 year @ ₹349 only
Question

What is the sum of the series 0.3 + 0.33 + 0.333 + …n terms?

This question was previously asked in
NDA I 2017 GAT Previous Year Paper (23-Apr-2017)
The correct answer is \(\frac{1}{3}\left[ {{\rm{n}} - \frac{1}{9}\left( {1 - \frac{1}{{{{10}^{\rm{n}}}}}} \right)} \right]\)

Understanding the Series Sum Problem

The problem asks for the sum of a specific type of series: 0.3 + 0.33 + 0.333 + … up to 'n' terms. This is not a standard arithmetic or geometric progression directly, but we can manipulate it to use standard series summation techniques, particularly those related to geometric series.

Breaking Down the Series Terms

Let the sum of the series up to 'n' terms be \( S_n \). The terms can be written as fractions:

  • First term: \( 0.3 = \frac{3}{10} \)
  • Second term: \( 0.33 = \frac{33}{100} \)
  • Third term: \( 0.333 = \frac{333}{1000} \)
  • The \( k \)-th term: \( \frac{33\dots3}{10^k} \) (with \( k \) digits of 3 in the numerator)

So the series is:

\[ S_n = \frac{3}{10} + \frac{33}{100} + \frac{333}{1000} + \dots + \text{n terms} \]

Manipulating the Terms for Easier Summation

We can factor out 3 from each term:

\[ S_n = 3 \left( \frac{1}{10} + \frac{11}{100} + \frac{111}{1000} + \dots + \text{n terms} \right) \]

Now, let's look at the terms inside the parenthesis: \( \frac{1}{10}, \frac{11}{100}, \frac{111}{1000}, \dots \). These can be rewritten by multiplying and dividing by 9:

  • \( \frac{1}{10} = \frac{1}{9} \times \frac{9}{10} \)
  • \( \frac{11}{100} = \frac{1}{9} \times \frac{99}{100} \)
  • \( \frac{111}{1000} = \frac{1}{9} \times \frac{999}{1000} \)
  • The \( k \)-th term: \( \frac{1}{9} \times \frac{99\dots9}{10^k} \) (with \( k \) digits of 9 in the numerator)

Note that the numerator \( 99\dots9 \) (with \( k \) digits) is equal to \( 10^k - 1 \). So, the \( k \)-th term can be written as \( \frac{1}{9} \times \frac{10^k - 1}{10^k} = \frac{1}{9} \left( 1 - \frac{1}{10^k} \right) \).

Rewriting the Series using the New Form

Substituting this back into the expression for \( S_n \):

\[ S_n = 3 \left[ \frac{1}{9}\left(1 - \frac{1}{10}\right) + \frac{1}{9}\left(1 - \frac{1}{10^2}\right) + \frac{1}{9}\left(1 - \frac{1}{10^3}\right) + \dots + \frac{1}{9}\left(1 - \frac{1}{10^n}\right) \right] \]

Factor out \( \frac{1}{9} \) from the bracket:

\[ S_n = 3 \times \frac{1}{9} \left[ \left(1 - \frac{1}{10}\right) + \left(1 - \frac{1}{10^2}\right) + \left(1 - \frac{1}{10^3}\right) + \dots + \left(1 - \frac{1}{10^n}\right) \right] \]

\[ S_n = \frac{1}{3} \left[ (1+1+1+\dots+\text{n times}) - \left(\frac{1}{10} + \frac{1}{10^2} + \frac{1}{10^3} + \dots + \frac{1}{10^n}\right) \right] \]

Summing the Individual Parts

The sum of 'n' terms of 1 is simply \( n \).

The second part \( \left(\frac{1}{10} + \frac{1}{10^2} + \frac{1}{10^3} + \dots + \frac{1}{10^n}\right) \) is a geometric series with:

  • First term \( a = \frac{1}{10} \)
  • Common ratio \( r = \frac{1/10^2}{1/10} = \frac{1}{10} \)
  • Number of terms = \( n \)

The sum of a geometric series with first term \( a \), common ratio \( r \), and \( n \) terms is given by \( S_{n, GP} = a \frac{1 - r^n}{1 - r} \) (when \( r \neq 1 \)).

Using this formula for the geometric series part:

\[ \text{Sum of GP} = \frac{1}{10} \times \frac{1 - (\frac{1}{10})^n}{1 - \frac{1}{10}} \]

\[ \text{Sum of GP} = \frac{1}{10} \times \frac{1 - \frac{1}{10^n}}{\frac{9}{10}} \]

\[ \text{Sum of GP} = \frac{1}{10} \times \frac{10}{9} \times \left(1 - \frac{1}{10^n}\right) \]

\[ \text{Sum of GP} = \frac{1}{9} \left(1 - \frac{1}{10^n}\right) \]

Combining the Sums

Now substitute the sums of the two parts back into the expression for \( S_n \):

\[ S_n = \frac{1}{3} \left[ n - \frac{1}{9} \left(1 - \frac{1}{10^n}\right) \right] \]

This matches one of the given options.

Final Answer Derivation Summary

The sum of the series \( 0.3 + 0.33 + 0.333 + \dots \) up to \( n \) terms is found by:

  1. Writing each term as a fraction.
  2. Factoring out 3.
  3. Rewriting the remaining terms using the form \( \frac{10^k - 1}{10^k} \).
  4. Separating the series into a sum of 1s and a geometric series.
  5. Summing the two parts.
  6. Simplifying the result to get the final formula.

The resulting sum of the series formula is \( \frac{1}{3}\left[ {{\rm{n}} - \frac{1}{9}\left( {1 - \frac{1}{{{{10}^{\rm{n}}}}}} \right)} \right] \).

Term Number (k) Original Term Fraction Form Manipulated Form (\(\frac{1}{9}(1 - \frac{1}{10^k})\))
1 0.3 \( \frac{3}{10} \) \( 3 \times \frac{1}{9}(1 - \frac{1}{10^1}) = \frac{1}{3}(1 - \frac{1}{10}) = \frac{1}{3}(\frac{9}{10}) = \frac{3}{10} \)
2 0.33 \( \frac{33}{100} \) \( 3 \times \frac{1}{9}(1 - \frac{1}{10^2}) = \frac{1}{3}(1 - \frac{1}{100}) = \frac{1}{3}(\frac{99}{100}) = \frac{33}{100} \)
3 0.333 \( \frac{333}{1000} \) \( 3 \times \frac{1}{9}(1 - \frac{1}{10^3}) = \frac{1}{3}(1 - \frac{1}{1000}) = \frac{1}{3}(\frac{999}{1000}) = \frac{333}{1000} \)

Revision Table: Key Concepts for Series Summation

Concept Description Formula/Application
Arithmetic Progression (AP) A sequence where the difference between consecutive terms is constant. Sum of n terms: \( S_n = \frac{n}{2}(2a + (n-1)d) \) or \( S_n = \frac{n}{2}(a + l) \)
Geometric Progression (GP) A sequence where the ratio between consecutive terms is constant. Sum of n terms: \( S_n = a \frac{1 - r^n}{1 - r} \) (if \( r \neq 1 \)) or \( S_n = a \frac{r^n - 1}{r - 1} \) (if \( r \neq 1 \)). Sum of infinite terms: \( S_\infty = \frac{a}{1-r} \) (if \( |r| < 1 \)).
Series Manipulation Techniques like factoring, rewriting terms, or splitting the series to apply known summation formulas. Used in this problem to convert the given series into a sum of simpler parts (constant sum and GP).

Additional Information on Recurring Decimals and Series

The terms in the series (0.3, 0.33, 0.333, ...) are related to recurring decimals. For example, 0.3 is a terminating decimal. 0.333... is the recurring decimal \( 0.\bar{3} \). We know that \( 0.\bar{3} = \frac{3}{9} = \frac{1}{3} \). The given series approaches a value related to this as \( n \to \infty \).

As \( n \to \infty \), the term \( \frac{1}{10^n} \to 0 \). So the sum \( S_n \) approaches:

\[ \lim_{n \to \infty} S_n = \frac{1}{3} \left[ n - \frac{1}{9} \left(1 - 0\right) \right] = \frac{1}{3} \left[ n - \frac{1}{9} \right] \]

However, this limit involves 'n' and tends to infinity, which makes sense as we are adding increasingly larger terms (although the *difference* between consecutive terms decreases). The question asks for the sum up to 'n' terms, which is a finite sum.

Understanding how to convert repeating decimals or series involving repeated digits into fractions (like \( 0.\bar{a} = a/9 \), \( 0.aa\bar{a} = (aa)/99 \)) is helpful in manipulating such series problems.

Was this answer helpful?

Similar Questions

  1. If G is the geometric mean of numbers 1, 2, 22, 23,.....2n-1, then what is the value of 1 + 2log2G ?

  2. Let t1, t2, t3 ... be in GP. What is \(\rm \left(t_1 t_3 \ldots t_{21}\right)^{\frac{1}{11}}\) equal to ?

  3. If a, b, c are in GP where a > 0, b > 0, c > 0, then which of the following are correct?

    1. a 2, b 2, c 2are in GP

    2.  \(\frac{1}{a}, \frac{1}{b}, \frac{1}{c}\)  are in GP

    3.  \(\sqrt {a}, \sqrt{b}, \sqrt{c} \)  are in GP

    Select the correct answer using the code given below :

  4. If \(\frac{a+b}{2}, b, \frac{b+c}{2}\)  are in HP, then which one of the following is correct?

  5. Consider the following statements:

    1. If each term of a GP is multiplied by same non-zero number, then the resulting sequence is also a GP.

    2. If each term of a GP is divided by same non-zero number, then the resulting sequence is also a GP.

    Which of the above statements is/are correct?

  6. If p = (1111 ... up to n digits), then what is the value of 9p 2+ p?

  7. If g is the geometric mean of 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, then which one of the following is correct?

  8. The numbers 1, 5 and 25 can be three terms (not necessarily consecutive) of

  9. What is the n th term of the sequence 25, -125, 625, -3125, …….?

  10. If the second term of a GP is 2 and the sum of its infinite terms is 8, then the GP is


Important Questions from Geometric Progressions

  1. The minimum value of the sum of real numbers a-5, a-4, 3a-3, 1, a8 and a10 with a > 0 is:

  2. What is the geometric mean of the numbers $2$, $8$, $18$, and $27$?

  3. The terms of a G.P. are all positive and each term of it is equal to the sum of the next two following terms. Find its common ratio.

  4. What is the 8th term of the G.P. 3, 6, 12, 24, …?

  5. If p, q, r, s are in G.P., then \(\frac{1}{{{p^2} + {q^2}}}\)\(\frac{1}{{{q^2} + {r^2}}}\)\(\frac{1}{{{r^2} + {s^2}}}\) are in

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
664 Attempts
4.6(121)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App