( 1 n ) x ( 1 − x ) n − 1 + 2 ( 2 n ) x 2 ( 1 − x ) n − 2 + 3 ( 3 n ) x 3 ( 1 − x ) n − 3 + … + n ( n n ) x n = A x
Find A .
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.
Great. What's the motivation behind step 2?
Sorry for the late reply sir, @Calvin Lin I did that so as to remove the variable r and replace it by a constant n ,one easy way of doing that was to convert ( r n ) to a fraction containing r in the denominator,hence this.:)
Log in to reply
More generally, given a polynomial f ( r ) , then f ( r ) ( r n ) can be written as ∑ g i ( n ) ( i n ) , where g i ( n ) are polynomials in n . This allows us to simplify such summations.
E.g. Evaluate ∑ r 2 ( r n ) .
This particular problem can even be done by substituting x=1 since in LHS all terms are 0 except the last term which is n. Hence A=n.
Problem Loading...
Note Loading...
Set Loading...
Step 1:Finding the general term: r = 1 ∑ n r × ( r n ) × x r × ( 1 − x ) n − r Step 2:Converting ( r n ) to r n × ( r − 1 n − 1 ) = r = 1 ∑ n ( r × r n × ( r − 1 n − 1 ) x r − 1 × ( 1 − x ) ( n − 1 ) − ( r − 1 ) ) × x = n x × r = 1 ∑ n [ ( x ) + ( 1 − x ) ] n − 1 Step 3:Final answer: n x × 1 n − 1 = n x , hence ( . . . ) = n .And done!