Below is the table of values of a function. Write the output when the input is n.
input: 5, 6, 8, n
output: 7, 8, 10, __
3 answers
The output when the input is n would be 9.
no put it in add or minus or times
Apologies for the misunderstanding. From the given table, the pattern seems to be adding 2 to each input. Therefore, the output when the input is n would be n + 2.