SOLUTION: What number continues the following pattern: 3,-6,12,4,20,?

Algebra ->  Sequences-and-series -> SOLUTION: What number continues the following pattern: 3,-6,12,4,20,?      Log On


   



Question 923931: What number continues the following pattern: 3,-6,12,4,20,?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What number continues the following pattern: 3,-6,12,4,20,?
----
Answer:: 213
----
I ran a Quartic Regression program on the data
and got the following lesst-squares regression equation::
y = 4.29x^4 - 51.75x^3 + 216.71x^2 - 361.25x + 195
f(6) = 213
-------------------
Cheers,
Stan H.
--------------------