Why Is My Algebra Proof Not Working?

  • Thread starter Thread starter EsponV
  • Start date Start date
  • Tags Tags
    Algebra Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
EsponV
Messages
15
Reaction score
0
Greetings,

It's been awhile since I've done induction or proofs in general, but I could not figure out where I went wrong on this one for the life of me. If anyone has an idea it would be much appreciated. I've uploaded a picture of the problem in the book as well as of my work. I thought I did everything correct but the algebra isn't working out.

Thanks all.

Problem (12): http://imageshack.us/m/30/7931/20110512190557593.jpg

Attempted Solution: http://imageshack.us/m/812/3723/2011051222200544.jpg
 
Last edited:
on Phys.org
What is 2*(2^n) equal to? [Hint: not 2^(2n)]
 
Right, so isn't 2*(2^n) = 2^(n+1) ?

But then I end up with 2^(2n) = 2^(n+1) which eventually leads to n = 1, yes?
 
EsponV said:
Right, so isn't 2*(2^n) = 2^(n+1) ?

But then I end up with 2^(2n) = 2^(n+1) which eventually leads to n = 1, yes?

I don't understand how you could end up with [tex]2^{2n}=2^{n+1}[/tex] again. If you apply the correct formula in the line

[tex](2^n-1)+2^{(n+1)-1}=2^{n+1}-1[/tex]

then surely you'd end up with something else??
 
Ah, I had been incorrectly stating that 2^n + 2^n = 2^2n instead of 2*2^n = 2^n+1. Thanks for the help, sorry about the algebra error.