Question 183079: inductive reasoning to determine the next three numbers in the pattern: 3, 12, 26, 45,
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! inductive reasoning to determine the next three numbers in the pattern: 3, 12, 26, 45,
------------
Quadratic function:
f(n) = (5/2)n^2 + (3/2)n -1
-----------------
Next three numbers
f(5) = 69
f(6) = 98
f(7) = 132
================
Cheers,
Stan H.
|
|
|