My teacher substitutes for this $\sum_{x=0}^{y} ({{y!} \over {x! (y-x)!} })$ by $2^y$, so I tried to use the (Mathematical induction) to prove it (My teacher did not ask me to do that, however I want to do it only to make sure for this statement)
My attempt:
- when $y=1$ :
L.H.S. $2^y=2$
R.H.S. $\sum_{x=0}^{1} {{y!} \over {x! (y-x)!} } =2$
So this true when $y=1$
- Let the statement true when $y=k$ , so
$\sum_{x=0}^{k} {{k!} \over {x! (k-x)!} } =2^k$
- When $y=k+1$
L.H.S.
$2^y=2^{k+1}=2*2^k=2 * \sum_{x=0}^{k} {{k!} \over {x! (k-x)!} }$
R.H.S
$\sum_{x=0}^{k+1} {{(k+1)!} \over {x! (k-x+1)!} }=\sum_{x=0}^{k+1} {({k+1)k!} \over {x! (k-x+1)(k-x)!} }$
But now I don't know how can I complete it ?
2^{k+1}rather than2^(k+1). The latter formats as $2^(k+1)$, which is not what you want. – Thomas Andrews Mar 06 '17 at 14:35