SOLUTION: What is the nth term of
4 4 0 -8 -20??
I was also given that the nth term of
2 2 0 -4 -10
Is 3n-n2 (n squared)
Algebra ->
Sequences-and-series
-> SOLUTION: What is the nth term of
4 4 0 -8 -20??
I was also given that the nth term of
2 2 0 -4 -10
Is 3n-n2 (n squared)
Log On
You can put this solution on YOUR website! Since each term in the question is double what you were given, one would suspect that the factor two plays a crucial role...how about ?
You can put this solution on YOUR website!
Sequences-and-series/1032025 (2016-04-28 15:11:53): What is the nth term of
4 4 0 -8 -20??
I ran a quadratic regression program on the data and got the following::
a(n) = -2n^2 + 6n
------------------------
I was also given that the nth term of
2 2 0 -4 -10
Is a(n) = 3n-n^2 ----correct
------------------
Cheers,
Stan H.
---------------