If ( 1 + b x ) n = 1 + a 1 x 1 + a 2 x 2 + a 3 x 3 + a 4 x 4 + . . . + ( b x ) n , where n is a positive integer , a 1 = 1 2 , a 4 = 4 a 2 . Calculate n + b
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.
If anybody has a better solution , please post it !!
Problem Loading...
Note Loading...
Set Loading...
We are given ( 1 + b x ) n in this form : ( 1 + b x ) n = 1 + a 1 x 1 + a 2 x 2 + a 3 x 3 + a 4 x 4 + . . . + ( b x ) n → ( 1 )
but we can get another form by using the b i n o m i a l t h e o r e m : ( 1 + b x ) n = 1 + n C 1 ( b x ) 1 + n C 2 ( b x ) 2 + n C 3 ( b x ) 3 + n C 4 ( b x ) 4 + . . . + ( b x ) n → ( 2 ) {As "C" refers to the Combination}
From (1),(2) : 1 + a 1 x 1 + a 2 x 2 + a 3 x 3 + a 4 x 4 + . . . + ( b x ) n = 1 + n C 1 ( b x ) 1 + n C 2 ( b x ) 2 + n C 3 ( b x ) 3 + n C 4 ( b x ) 4 + . . . + ( b x ) n
By equalizing the binomial coefficients : a 1 = n C 1 ( b ) , a 2 = n C 2 ( b ) 2 , a 3 = n C 3 ( b ) 3 , a 4 = n C 4 ( b ) 4 ∴ a 1 = n b = 1 2 ⟼ ( 3 ) Now this one is i m p o r t a n t , but we'll keep it for now
Well , things got a little bit stuffed right here , so lets clean it up using the information we didn't use yet !
∵ a 4 = 4 a 2 ∴ 4 n C 2 ( b ) 2 = n C 4 ( b ) 4
( b ) 4 4 ( b ) 2 = n C 2 n C 4 ( b ) 2 4 = n C 3 n C 4 × n C 2 n C 3 ( b ) 2 4 = 4 n − 4 + 1 × 3 n − 3 + 1 ( b ) 2 4 = 1 2 ( n − 3 ) ( n − 2 )
Now , using (3) , we'll substitute b by n 1 2 :
( n 1 2 ) 2 4 = 1 2 n 2 − 5 n + 6 3 n 2 = n 2 − 5 n + 6
After simplifying it should be like this : 2 n 2 − 1 5 n + 1 8 = 0 , ( 2 n − 3 ) ( n − 6 ) = 0 ∴ n = 2 3 O r 6 & of course the solution n = 2 3 is rejected as n is a positive integer
From (3) we'll find out that b = 2
∴ n + b = 8