SOLUTION: What is the rule of this input function: Input: 0,1,2,3,4 Output: 3,6,9,12,15

Algebra ->  Functions -> SOLUTION: What is the rule of this input function: Input: 0,1,2,3,4 Output: 3,6,9,12,15      Log On


   



Question 774476: What is the rule of this input function: Input: 0,1,2,3,4 Output: 3,6,9,12,15
Answer by tanjo3(60) About Me  (Show Source):
You can put this solution on YOUR website!
(1) Possibly [Input + 1] × 3 = Output, or y = 3(x+1).