Question
I have an input output table, but I can't figure out the rule.
Input: 1, 2, 5, 7, 10
Output:5, 15,?, ?, ?
Input: 1, 2, 5, 7, 10
Output:5, 15,?, ?, ?
Answers
bobpursley
output=input*(10)-5
gumball
It goes up by ten each time so it's very simple.