What is this? A room full of answerers and no questioners to stimulate us?
\[Prove that ........ \sum_{k=0}^{n} \left(\begin{matrix}n \\ k\end{matrix}\right) 2^{k}=3^{n}\]
hahahah ! :P
I thought that was already proved ;)
proof by contradiction perhaps?
ill go find one or two
is that a fraction notation; n/k ?
or is it the nCr ?
Doesn't that have to be proved by induction?
nCr think binomial expansion theorem
with any luck well be going over proofs soon enough in discrete
maybe it is the friday of the holiday weekend!
this is from an old assignment in my combinatorics class
it works - does it matter why ?
id prolly start it with n=1 then n=2 then so on and so forth, simply becasue I like the feel of lead in my teeth
can you do it by induction?
proofs are one of my favourite parts in math, it does matter :)
I have one
share!
I tried induction, but I think something is wrong..
Oh, I see what I did.
Hrmph.. Still stuck.
trivial..binomial theorem
\[(a+b)^n=\sum_{k=0}^{n} \left(\begin{matrix}n \\ k\end{matrix}\right) a^kb^{n-k}\]
let a=2 and b=1
I'm thinking I must be on the wrong track here, but this is all I can come up with.. \[p(n): \sum_{k=0}^n {n\choose k}2^k = 3^n\] \[p(0): \sum_{k=0}^0 {n\choose k}2^k = {0 \choose 0}2^0 = 1 = 3^0\] \begin{align*} p(n+1):& \sum_{k=0}^{n+1} {n+1\choose k}2^k \\ =& \frac{(n+1)!}{(n+1)!\;0!}2^{n+1} + \sum_{k=0}^n {n+1\choose k}2^k \\ =& 2^{n+1} + \sum_{k=0}^n \frac{(n+1) \cdot n!}{(n+1-k)\cdot k! (n-k)!}2^k \\ =& 2^{n+1} + (n+1)\sum_{k=0}^n \frac{1}{n+1-k}{n\choose k}2^k \\ \end{align*}
But I couldn't do anything with that -k in the denominator.
If you wanted to prove by induction then you might want to use .. \[\binom{n}{k} + \binom{n}{k-1} = \binom{n+1}{k}\]
Join our real-time social learning platform and learn together with your friends!