Results 1 to 7 of 7

Thread: I need help simplifying!

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    3

    I need help simplifying!

    If I have (2^k - 1) + 2^k, how can this be simplified?

    Thanks in advance.

    Note: The ^ sign means "elevated to"

  2. #2
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    675

    Re: I need help simplifying!

    Do you mean 2^(k - 1) + 2^k?
    VB.Net 2008
    .Net Framework 2.0

    "Must you breathe? 'Cause I need heaven..."

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    3

    Re: I need help simplifying!

    It is not.

  4. #4
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    675

    Re: I need help simplifying!

    OK, in that case, why are there parenthese? This could just be rewritten:
    2^k + 2^k - 1, which could be rewritten:
    2(2^k) - 1, which could be rewritten:
    (2^(k + 1)) - 1
    VB.Net 2008
    .Net Framework 2.0

    "Must you breathe? 'Cause I need heaven..."

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    3

    Re: I need help simplifying!

    That makes so much sense. Thank you very much. You surely are talented at this!

  6. #6
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    675

    Re: I need help simplifying!

    Thanks, however, I'm not sure why that works. I just recognized it because it involves powers of 2, and I am a programmer, so I have seen that a lot.
    VB.Net 2008
    .Net Framework 2.0

    "Must you breathe? 'Cause I need heaven..."

  7. #7
    Frenzied Member
    Join Date
    Jun 2006
    Posts
    1,098

    Re: I need help simplifying!

    xa * xb = xa+b

    In this case:
    21 * 2k = 21+k = 2k+1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width