Below is the table of values of a function. Write the output when the input is n. input 3 8 72 ñ
output 6 11 12 []
![Below is the table of values of a function. Write the output when the input is n. input 3 8 72 ñ output 6 11 12 [] class=](https://us-static.z-dn.net/files/d6f/8f567a9b41bc2ff1c8604e71c3796db6.jpg)
Answer:
n + 3
Step-by-step explanation:
6 is 3 + 3, 11 is 8 + 3 and 12 is 9 + 3 so the output seems to be the input plus 3. Therefore, when the input is n, the output is n + 3.
Answer:
output = n+3
Step-by-step explanation:
When the input changes by 5 units (from 3 to 8), the output changes by 5 unis (from 6 to 11). So the rate of change of the output with respect to the input is 1. However, each output is 3 more than the input, so ...
for input n
output = n+3