Smart_Dunce said:
It's a 1999 HSC question.
Prove
(n+1)(n+2)...(2n-1)2n= 2^n [1x3x...x(2n-1)]
Thanks to anyone who helps.
Let P(n) == (n+1)(n+2)...(2n-1)2n= 2^n [1x3x...x(2n-1)]
P(1): LHS = 2, RHS = 2 * 1 = 2. so P(1) true.
Assume P(n) is true. i.e. (n+1)(n+2)...(2n-1)2n= 2^n [1x3x...x(2n-1)]
For P(n+1), RHS = 2^(n+1) [1x3x...x(2n-1)x(2n+1)]
LHS = (n+2)(n+3)...2n(2n+1)(2n+2)
= (n+1)(n+2)...(2n-1)2n * (2n+1)(2n+2) / (n + 1)
= (n+1)(n+2)...(2n-1)2n * 2(2n+1)
by induction,
= 2^n [1x3x...x(2n-1)] * 2(2n+1)
= 2^(n+1) [1x3x...x(2n-1)x(2n+1)]
= RHS
Therefore P(n+1) true, hence true for n >= 1