Series in a series

Following series is given upto n terms:

1 , 12 , 123 , 1234 , 12345 , 123456 , 1234567 , . . . 123456789 , 1234567890... 1,12,123,1234,12345,123456,1234567,...123456789,1234567890...

It's sum up to n terms is defined by the formula:

a ( 1 0 n 1 ) b ( n ) c ( n ) ( n + 1 ) d \frac{a(10^{n}-1)-b(n)-c(n)(n+1)}{d}

( a,b,c,d are integer constants . )

What is a+b+2c+d?

Hint:

Try splitting each term into a series. ( 12 1 ) = ? (12-1)=? And ( 1234 123 ) = ? (1234-123)=? .

Try finding formula upto n terms by summation (then deduce to the above equation) and then compare coefficients to the above equation and just sum to give the answer.


The answer is 2000.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Rishabh Sood
Jul 22, 2017

let's go step by step:

  • First step is to notice that each term forms a series in the order: 1,1+11,1+11+111,1+11+111+1111,..... and so on.

  • Now, a n t h n^{th} term in the series can be defined as:

a n a_{n} = 1+11+111+1111+.....n terms

= 1 9 \frac{1}{9} ( 9 + 99 + 999 + 9999.... 9+99+999+9999.... )

= 1 9 \frac{1}{9} ( 10 1 + 100 1 + 1000 1.... 10-1+100-1+1000-1.... )

= 1 9 \frac{1}{9} ( 10 + 100 + 1000 + 10000.... n 10+100+1000+10000....-n )

  • Now apply GP to obtain:

a n a_{n} = 1 9 \frac{1}{9} (10 1 0 n 1 9 n \frac{10^{n}-1}{9} - n )

  • Summate a n a_{n} up to n terms:

S n S_{n} = i = 1 n \sum_{i=1}^n ( 1 9 \frac{1}{9} (10 1 0 n 1 9 n \frac{10^{n}-1}{9} - n ))

= 200 ( 1 0 n 1 ) 180 n 81 ( n ) ( n + 1 ) 1458 \frac{200(10^{n}-1)-180n-81(n)(n+1)}{1458}

I leave it to you to compare the coefficients and sum them accordingly.

This formula is incorrect, because from the 6th term to the 7th term, it skips from 123456 to 123456789.

Siva Budaraju - 3 years, 10 months ago

Log in to reply

I have edited the problem accordingly. Thanks for spotting the mistake.

Rishabh Sood - 3 years, 10 months ago

Log in to reply

But now it is unclear what will happen after 123456789.

Siva Budaraju - 3 years, 10 months ago

Log in to reply

@Siva Budaraju Lol... I am working on it... give me time.

Rishabh Sood - 3 years, 10 months ago

@Siva Budaraju Done, check it out!

Rishabh Sood - 3 years, 10 months ago

You need to write that all coefficients must be integer, beacuse I had 1; 0.9; 0.405; 7.29. So I had 2000 only after second try (by multipliing each coefficient by 200 to get integers).

Sardor Yakupov - 3 years, 10 months ago

Log in to reply

Okay- updating the problem.

Rishabh Sood - 3 years, 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...