I have an input output table, but I can't figure out the rule.

Input: 1, 2, 5, 7, 10
Output:5, 15,?, ?, ?

2 answers

output=input*(10)-5
It goes up by ten each time so it's very simple.