
Elaine P. answered 12/30/13
Tutor
5
(3)
Teach students in math, science how to think and solve problems
It depends on whether you're trying to find a relationship between x and y, or for each function, x, and y, separately. y = (1/3)x is correct for the former.
For the latter, you would have iterative functions, where the next term (i) in the series depends on the previous one (i-1) in the following manner:
xi = xi-1 + 1 and yi = yi-1/3