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

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.

To find the output when the input is "n," we need to identify the pattern in the table of values.

Looking at the table, we can see that the difference between each input value is increasing by 2. The difference between 1 and 3 is 2, and the difference between 3 and 6 is 3.

Similarly, the difference between each output value is increasing by 3. The difference between 3 and 5 is 2, and the difference between 5 and 8 is 3.

Based on this pattern, we can determine that the difference between the input and output values is the same. So, when the input is "n," the output will be "n+2."

Therefore, the output when the input is "n" is "n + 2."