Announcement

Collapse
No announcement yet.

Should be a simple math problem...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Should be a simple math problem...

    So I'm helping little Miss Firefly with some homework, and now I'm puzzled.

    The question was to find a formula to predict the next number in this sequence:

    1, 5, 13...

    I found:

    xn = (n-1)^2 + n^2

    She found:

    xn = xn-1 + 4(n-1)

    (sorry, I don't know how to do subscripts in vB or html)

    The thing is both our formulas not only work, but continue to give yield the same numbers as you go up the sequence, which must mean they're equivalent. But I can't see it. Explain, math gods!
    Last edited by Rufus T. Firefly; May 18, 2006, 06:51.
    "I have as much authority as the pope. I just don't have as many people who believe it." — George Carlin

  • #2
    (sorry, I don't know how to do subscripts in vB or html)


    I can help you with that one ( not with the math).

    < sub > < / sub> // < sup > < / sup >
    Is God willing to prevent evil, but not able? Then he is not omnipotent. Is he able, but not willing? Then he is malevolent. Is he both able and willing? Then whence cometh evil? Is he neither able nor willing?
    Then why call him God? - Epicurus

    Comment


    • #3
      It's not too hard.
      Take your formula and derive the difference between X(n) and X(n-1)
      ie
      ((n-1)^2 + n^2) - ((n-2)^2 + (n-1)^2)

      = n^2 - (n-2)^2 <--- expand that
      = n^2 - (n^2-4n+4)
      = 4n - 4
      = 4(n-1)

      and there you have it, the difference between x(n) and x(n-1).

      hope that makes sense.

      Comment


      • #4
        My, but service is prompt around here!

        Thanks!
        "I have as much authority as the pope. I just don't have as many people who believe it." — George Carlin

        Comment


        • #5
          So will be the bill.
          Is God willing to prevent evil, but not able? Then he is not omnipotent. Is he able, but not willing? Then he is malevolent. Is he both able and willing? Then whence cometh evil? Is he neither able nor willing?
          Then why call him God? - Epicurus

          Comment

          Working...
          X