|
Question 324711: How do I create a linear table of values?
Found 2 solutions by stanbon, solver91311: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How do I create a linear table of values?
------
If you have a consistent progression of x-values you
need a consistent progression of y-values.
For example:
(1,7),(2,10),(3,13),(4,16),,,,(x,3x+4)
Note; As x increases by 1, y increases by 3.
=====================
Cheers,
Stan H.
Answer by solver91311(24713) (Show Source):
|
|
|
| |