Below is the table of values of a function. Write the output when the input is n input 1,5,6,n output 4,8,9

Respuesta :

Answer:

output = n+3.

Step-by-step explanation:

input : 1  5   6    n

output: 4 8   9     -

Here   , 4= 1+3 , 8= 5+3  ,9 = 6+3

So,

output = input +3

When input =n

Then output = n+3.