Below is the table of values of a function. Write the output when the input is n.

input: 4, 6 ,9 , n
output 9, 11, 14, __

The output when the input is n would be n + 5.