+0  
 
0
73
1
avatar

Plz I need help

 

Let n be a positive integer.  Let k be a positive integer.

 

(a) Using a counting argument, show that C(n - 1, k - 1) + C(n - 1, k) = C(n,k).

 

(b) Using a counting argument, show that C(n,0) + C(n,1) + C(n,2) + ... + C(n,n) = 2^n.

 

(c) Using a counting argument, show that C(n,0) + C(n + 1,1) + C(n + 2,2) + C(n + 3,3) + ... + C(n + k,k) = C(n + k + 1,k)

 

(d) Using a counting argument, show that C(m,0) C(n,r) + C(m,1) C(n,r - 1) + ... + C(m,r) C(n,0) = C(m + n,r).

 

(e) There are n^2 ordered pairs (a,b) of positive integers, where 1 \le a, b \le n.  Using a counting argument, show that this number is also equal to
(n + 1)^2 - 2n - 1

 

(f) There are n^3 ordered triples (a,b,c) of positive integers, where 1 \le a, b, c \le n.  Using a counting argument, show that this number is also equal to
(n + 1)^3 - 3n^2 - 3n - 1

 Apr 7, 2023
 #1
avatar
0

NIce Solution!! Easy Pissy..

paybyplatema

 Apr 7, 2023

2 Online Users

avatar