Answer:
input output
3 7
8 16
n blank
Explanation:
we can see that the function's output is twice the input plus one. Therefore, when the input is 6, the output will be 2 * 6 + 1 = 13. When the input is 14, the output will be 2 * 14 + 1 = 29. However, since the output for the input value "n" is not given in the table, we cannot determine the output for that input.
I hope it helps you