+ Reply to Thread
Results 1 to 6 of 6

Thread: What's the next number in the sequence?

  1. #1
    Whiterose7 is offline YahooHoo
    Join Date
    Sep 2007
    Posts
    2

    Default What's the next number in the sequence?

    2, 10, 202...

    And please explain how you got your answer.


  2. #2
    vlee1225 is offline YahooHoo
    Join Date
    Aug 2007
    Posts
    2

    Default

    What's the next number in the sequence?

    2, 10, 202..
    start with 2
    next term = 2(2^2 + 1) = 10
    next term = 2 (10^2 + 1) = 202
    then 2 (202^2 + 1)= 81610

    if a(n) is the nth erm
    the (n+1)th term is
    a(n+1) = 2 (a(n)^2 +1)

  3. #3
    tarun85 is offline Entry Level Fresher
    Join Date
    Jan 2009
    Posts
    9

    Default

    Great man where u find this logic...????

  4. #4
    ntvinh986 is offline Entry Level Fresher
    Join Date
    Oct 2009
    Posts
    1

    Default

    Quote Originally Posted by Whiterose7 View Post
    2, 10, 202...

    And please explain how you got your answer.


    Hi all, I am a new member of forum. Would a newcomer be warmly welcome here? Good day you guys!!!

  5. #5
    suginalla is offline Entry Level Fresher
    Join Date
    Jan 2010
    Posts
    2

    Default

    Quote Originally Posted by Whiterose7 View Post
    2, 10, 202...

    And please explain how you got your answer.
    the next sequence number is 300

  6. #6
    jayalal kk is offline Entry Level Fresher
    Join Date
    Mar 2010
    Location
    mysore
    Posts
    1

    Default

    2,10,202
    the next number
    ?
    2st term
    10=>2*5+0
    3rd term
    202=>10*10+2
    4th term
    4050=>202*20+10

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55