spamiam said:
Wow, with those 4 words of advice, I solved this in about a minute!
For another hint, Mentallic, remember the properties
[tex]
\binom{n}{k} = \binom{n-1}{k} + \binom{n-1}{k-1}[/tex]
and
[tex]
\binom{n}{k} = \binom{n}{n-k}.[/tex]
Oh wow I wish I remembered the first equality. For a question in an exam that doesn't provide us with something like "use the equality ..." but it instead prefers to tell me that tan=sin/cos, I feel like I just got slapped in the face.
[tex]\binom{2n}{n}=\binom{2n-1}{n}+\binom{2n-1}{n-1}[/tex]
[tex]\binom{2n-1}{n-1}=\binom{2n-1}{2n-1-(n-1)}=\binom{2n-1}{n}[/tex]
Therefore
[tex]\binom{2n}{n}=2\binom{2n-1}{n}[/tex]
But all valid binomials are integers, thus it is even.
ehild said:
But it took me about half an hour to find these four words.
ehild
Some wise words indeed
As for the proof by induction, I had some trouble along the way, and I'm unsure of what 'excuse' to use.
Assume [tex]\binom{2n}{n}=2a, a\in Z[/tex]
and now prove [tex]\binom{2n+2}{n+1}=2b, b\in Z[/tex]
[tex]\binom{2n+2}{n+1}=\frac{(2n+2)(2n+1)(2n)!}{(n+1)n!(n+1)n!}[/tex]
[tex]=\frac{(2n+2)(2n+1)}{(n+1)^2}\binom{2n}{n}[/tex]
Now all I can say at this point is that [tex]\binom{2n}{n}[/tex] is some integer, so I need to show that [tex]\frac{(2n+2)(2n+1)}{(n+1)^2}[/tex] is even for all integers n.
[tex]\frac{(2n+2)(2n+1)}{(n+1)^2}=2\left(\frac{2n+1}{n+1}\right)[/tex]
And from this point I'm unsure, but I was also able to convert it into the form
[tex]=2\left(2-\frac{1}{n+1}\right)[/tex] and from this expression, it's quite clear that it is going to not be true, so I must have done something wrong.