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
Algebra: Functions, Domain, NOT graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Functions
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)
(
Show Source
):
You can
put this solution on YOUR website!
(1) Possibly [Input + 1] × 3 = Output, or y = 3(x+1).