Show the following identities for nonnegative integers k n s
Show the following identities for non-negative integers k, n sigma_k=0^n (n k) = 2^n For 0 lessthanorequalto k lessthanorequalto n; (n+1 k+1) = (n k+1) + (n k)
Solution
Solution : 1. we know the Binomal Expansion :
( 1 + x ) n = nc0 + nc1 x + nc2 x2 + ....... + ncn xn . put x = 1
(1+1)n = nc0 + nc1+ nc2 + ------ ncn
2n = nc0+ n c1 + nc2 ----+ ncn ------(1)
2. RHS ; n c (k+1) + n c k = n ! / ( n - k - 1) ! ( k+1) ! + n ! / ( n - k ) ! K ! = [ n ! / k ! ( n - k - 1) ! { 1 / (k+1) + 1 / ( n -k ) } ]
= [ n ! / k! ( n - k - 1) ! { (n - k + k +1) / (n-k) (k+1)}]
= n ! (n+1) / k ! (k+1) ( n-k-1) ! ( n- k)
= (n+1) ! / ( k+ 1) ! ( n-k ) ! = (n+1) c (k+1) =LHS
