top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the next two numbers to continue this sequence?

0 votes
584 views

5 , 10 , 12 , 36 , 39 , 156 , 160 , ? , ?

posted Sep 10, 2014 by Varun Kumar

Share this puzzle
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote
 
Best answer

Ans : 800 and 805

  n = 2
  next_number  = (number * n)
  next_to_next_number = (prev_number + n)
  n = n + 1

(For next number apply the same formula, but change the 2 to 3 then 4 then 5 and so on)

 5   *   2 = 10
 10  +   2 = 12
 12  *   3 = 36     
 36  +   3 = 39
 39  *   4 = 156
156  +   4 = 160
160  *   5 = 800
800  +   5 = 805
answer Sep 10, 2014 by Arshad Khan
0 votes

800 AND 805 ARE THE NEXT TWO NUMBERS

answer Feb 25, 2016 by Nithi Mani
...