- #1
alext180
- 5
- 0
It's easy to get a function from a table that follows a clear pattern, but what if the values for y (or x) don't follow a pattern? For example;
x = 1 , y = 13
x = 2 , y = 9
x = 3 , y = 3
x = 4 , y = 8
x = 5 , y = 1
x = 6 , y = 5
x = 7 , y = 12
If you look at these points on a graph, they don't make any normal line.
x = 1 , y = 13
x = 2 , y = 9
x = 3 , y = 3
x = 4 , y = 8
x = 5 , y = 1
x = 6 , y = 5
x = 7 , y = 12
If you look at these points on a graph, they don't make any normal line.