Find the next number:
10,30,68,130,...
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There's this method of solving such sums, which doesn't work every time, but sometimes it does. You find the difference between consecutive terms repeatedly till the pattern is clearly visible.
1 0 , 3 0 , 6 8 , 1 3 0
⇒ 2 0 , 3 8 , 6 2
⇒ 1 8 , 2 4
Here the pattern, multiples of six, is clearly visible, and we can predict the next number to be 3 0 .
Hence the answer, 3 0 + 6 2 + 1 3 0 = 2 2 2
FYI: This approach works only when the sequence is a polynomial. It is known as the Method of Differences .
good... .......
The terms of the given sequence are obtained from n+(n^3).when n =6 we get 222
The diferrences between the number are, consecutively:
2 0 , 3 8 , 6 2 . . .
We note that the differences increases 1 8 then 2 4 , in other words, they are multiples of 6 . So, the next difference will be 3 0 times more.
Then, we have that:
1 3 0 + 6 2 + 3 0 = 2 2 2
Problem Loading...
Note Loading...
Set Loading...
2^3 + 2 = 10
3^3 + 3 = 30
4^3 + 4 = 68
5^3 + 5 = 130
So , next term is ,
6^3 + 6 = 222 :)