f ( a , b , n ) = r = 0 ∑ n ( r n ) lo g ( a n − r b r )
Let the above function satisfies for all positive integers a , b , n . If the value of f ( 7 , 1 1 , 2 1 ) can be expressed as:
( P 1 A ⋅ P 2 B ⋅ P 3 C ) ⋅ lo g ( D )
for positive integers A , B , C , D and distinct primes P 1 , P 2 , P 3 where D isn't any perfect m t h power of an integer with m > 1 , find the value of P 1 + P 2 + P 3 + A + B + C + D ?
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.
An easy way to solve this question would be to add T(r) ad T(n-r) then taking summation both sides
one can do it by replacing r by n-r and adding new one with old ones then we get 2S=(2^n) (log[(ab)^n]) . NOTE - * 2^n is summation of nCr where r is from 0 to n *
IF original then great job
Yeah.. nice question made
Problem Loading...
Note Loading...
Set Loading...
Let S = f ( a , b , n ) . Then,
S = r = 0 ∑ n ( r n ) lo g ( a n − r b r ) = lo g ⎝ ⎛ r = 0 ∏ n ( a n − r b r ) ( r n ) ⎠ ⎞
= lo g ( a ∑ ( n − r ) ( r n ) b ∑ r ( r n ) ) . . . ( 1 )
where both summations in the above line are from r = 1 to r = n .
Using the standard well known method, we differentiate the binomial expansion: ( 1 + x ) n = ∑ r = 0 n ( r n ) x r to obtain:
n ( 1 + x ) n − 1 = r = 1 ∑ n r ( r n ) x r − 1
Multiplying the above equation by x , we have n x ( 1 + x ) n − 1 = ∑ r = 1 n r ( r n ) x r
Setting x = 1 , we then obtain:
r = 0 ∑ n r ( r n ) = r = 1 ∑ n r ( r n ) = n 2 n − 1
Hence,
r = 0 ∑ n ( n − r ) ( r n ) = n r = 0 ∑ n ( r n ) − r = 0 ∑ n r ( r n )
= n 2 n − n 2 n − 1 = n 2 n − 1
Substituting them in equation ( 1 ) , we obtain S = n 2 n − 1 ⋅ lo g ( a b ) .
Putting a = 7 , b = 1 1 , n = 2 1 , we obtain the expression as: 2 2 0 ⋅ 3 1 ⋅ 7 1 ⋅ lo g ( 7 7 ) , and thus:
2 + 3 + 7 + 2 0 + 1 + 1 + 7 7 = 1 1 1