Below is the table of values of a function. Write the output when the input is n input: 3, 4, 9, n output: 5, 6, 11, ?.
It appears the output is just the input +2
n+2