input 10 output 5

input 15 output 6
input 20 output 7
input 25 output 8
what is the pattern thanks

The "pattern" is that

for each increase of 5 in the input, the output increases by 1

now can you write that as a relation between x and y ?