The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 864 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 864 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Finding the next Series - Problems
#1
Find the next series
2,5,10,17,26, 37, ?  is :

Hint:
This kind of problem can be solved by trail and error method
usually these problem will have some order either increase or decrease

Solution:
here it increase 2 then 5 then 10 ....
so first step find difference between values

2, 5 difference     3
5, 10 difference   5
10, 17 difference 7

so there is an increment of 2 with the difference value. or simply the series is populated with odd number
so the next term
2+3 = 5, 5+5=10, 10+7=17, 17+9=26, 26+11=37, 37+13=50

so the value is 50
Reply


Messages In This Thread
Finding the next Series - Problems - by Eandhizhai - 05-07-2016, 12:46 PM
Best Kriya Yoga Meditation Info - by FrankJScott - 06-08-2022, 10:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)