Induction Proof with combination

srfriggen
Messages
304
Reaction score
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.
 
Physics news on Phys.org
hi srfriggen! :smile:

much easier would be a proof using the binomial expansion ((a + b)n) :wink:
 
So I can say, by the binomial theorem:

3n=(2+1)n=\sum^{n}_{r}(^{n}_{r})2r*1n-r
 
yup! :biggrin:

quicker? o:)
 
  • Like
Likes 1 person
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top