Results 1 to 11 of 11

Thread: [RESOLVED] I need to prove something.

Threaded View

  1. #1

    Thread Starter
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    [RESOLVED] I need to prove something.

    This is a school assignment, so all the people that don't like to help at such problems are warned.

    I have to use complete deduction to prove that
    3n + 2^n < 3^n
    is true for every n >= 3.

    I can prove that it is true for n0 = 3 (surprise), then I tried to prove that the difference:
    (3ni + 2^ni) - (3ni-1 + 2^ni-1) < (3^ni) - (3^ni-1)

    I end up with
    18 + (3*2^ni) < 4*3^ni
    but I can't get the n down from the powers. I can't use logarithm because of the addition.

    Anyone knows how to solve this, or knows a completly different better solution? It has to use deduction though.
    Last edited by CornedBee; Nov 4th, 2002 at 05:13 AM.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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