I'm thinking about using a group of $2n$ balls and pick $n+1$ of them for the right hand side.
However, I have no idea how to do the left hand side. Or do I need to use induction?
I'm thinking about using a group of $2n$ balls and pick $n+1$ of them for the right hand side.
However, I have no idea how to do the left hand side. Or do I need to use induction?
On
In how many ways can we choose $n+1$ people from $n$ men and $n$ women? The RHS is obviously right, or we could pick which $k$ men qualify and which $k-1$ don't, giving the desired LHS.
On
Imagine there are $2n$ students in a class with $n$ boys and $n$ girls. You need to choose $n+1$ students from them for your school trip.
Think the above process in two different ways
The number of ways of selection of students according to first method corresponds to LHS of your equation. The second method forms the RHS of the equation. No matter how you choose the students, the total number of ways should be same.
That's an intuitive answer for you :)
On
$\newcommand{\bbx}[1]{\,\bbox[15px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$ $\ds{\bbox[5px,#ffd]{\sum_{k = 1}^{n}{n \choose k}{n \choose k - 1} = {2n \choose n + 1}}:\ {\Large ?}}$
$$\sum\limits_{k=1}^n \binom{n}{k}\binom{n}{k-1}=\sum\limits_{k=1}^n \binom{n}{k}\binom{n}{n+1-k}=\binom{n+n}{k+(n+1-k)}=\binom{2n}{n+1}$$