EVEN-ODD
Let
Given n = and r =
Determine whether P(n, r) is Even or Odd.
You must provide the steps involved in solving the problem
Answers
Answered by
0
n !
-------- = n (n-1) (n-2) ... (n-r+1)
(n-r)!
1024 * 1023 * 1022 .... 960
Clearly it is Even.
Another way: Product of two consecutive Integers is always EVEN.
-------- = n (n-1) (n-2) ... (n-r+1)
(n-r)!
1024 * 1023 * 1022 .... 960
Clearly it is Even.
Another way: Product of two consecutive Integers is always EVEN.
AvmnuSng:
will this method work for C(n, r) ?
Answered by
0
Similar questions