srfriggen
- 304
- 7
Homework Statement
Prove:
\sum^{n}_{r=0}2r(^{n}_{r}) = 3n
Homework Equations
The Attempt at a Solution
I proceeded by induction:
Testing the base case for n=0 is correct.
Moving right along to try to show:
\sum^{n+1}_{r=0}2r(^{n}_{r}) = 3n+1
This is where I'm getting stuck. I can obtain:
32+2n+1(^{n+1}_{n})
Which I think equals: 32+2n+1(^{n}_{n-1})
Which equals: 32+2n+1*n
I am not sure how to proceed after this. Any help would be greatly appreciated.
also, this was a problem on a test I took yesterday.