Find the rule from the table and fill in the missing numbers

foxj

New member
Joined
Sep 13, 2007
Messages
1
I'm trying to find the rule and fill in missing numbers

Code:
+-----+------+
|input|output|
+-----+------+
| 12  |  10  |
|     |  16  |
| 32  |      |
| 62  |  35  |
| 70  |  39  |
| 86  |      |
+-----+------+
Thank you for your help!
 
Re: HELP

foxj said:
I'm trying to find the rule and fill in missing numbers

Code:
+-----+------+
|input|output|
+-----+------+
| 12  |  10  |
|     |  16  |
| 32  |      |
| 62  |  35  |
| 70  |  39  |
| 86  |      |
+-----+------+
Thank you for your help
You don't show any work - I don't know where to start.

What have you been taught in class?

If I were to do this problem - I would fit the numbers in the following curve:

y = Ax^2 + Bx + C

Show some work so that we can begin.
 
Top