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

Answer:
output = n + 2
Step-by-step explanation:
from the table of input/ output values
2 → 4 is 2 + 2 = 4
5 → 7 is 5 + 2 = 7
9 → 11 is 9 + 2 = 11
Thus to obtain the output add 2 to the input
When input is n then output is n + 2