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

input 1 3 6 n
output 3 5 8

1 answer

The output when the input is n would be 8.

Explanation: Looking at the table, we can observe that the output values are increasing by 2 for each increase in the input value. So, if the input is n, the corresponding output would be 5 + 2 = 7.