Find the value of p given
3 + 4 1 ( 3 + p ) + 4 2 1 ( 3 + 2 p ) + 4 3 1 ( 3 + 3 p ) + ⋯ = 8 .
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.
I did it the same way . Nice problem @Sandeep Bhardwaj
Nice solution Sir,
But I could not understand , Can we equate the second series to x , I dont know about this method please help me little more !
I did the question by using infinity formula for Arithmetic-Geometric Series :D
Thank you,
Upvoted
There is an outstanding expression that rules this kind of series,
S = 1 − r a + ( 1 − r ) 2 d r ∣ r ∣ < 1
To the sequences that look like,
a , ( a + d ) r , ( a + 2 d ) r 2 , ( a + 3 d ) r 3 , … , [ a + ( n − 1 ) d ] r n − 1 , …
In this particular case a = 3 , d = p and r = 4 1 ,
1 − 4 1 3 + ( 1 − 4 1 ) 2 4 p = 8 ⇔ 4 + 9 4 p = 8 ⇔ 3 6 + 4 p = 7 2 ⇔ p = 9 □
I did same method :D
Problem Loading...
Note Loading...
Set Loading...
it becomes
3( 1 + 4 1 + 4 2 1 . . . . . . . . . . . . . . . . . . . . . . . ) + p ( 4 1 + 4 2 2 . . . . . . . . . . . . . . . . . . . . . . . )
now let the 2nd series be equal to x
therefore,
x= ( 4 1 + 4 2 2 . . . . . . . . . . . . . . . . . . . . . . . )
4 x = ( 4 2 1 + 4 3 2 . . . . . . . . . . . . . . . . . . . . . . . )
then
x - 4 x = ( 4 1 + 4 2 1 . . . . . . . . . . . . . . . . . . . . . . . )
therefore x = 4/3( 4 1 + 4 2 1 . . . . . . . . . . . . . . . . . . . . . . . )
and we know the sum of an G.P
then finally it comes
4 + 9 4 P = 8
thus P=9