Respuesta :

IF f(x) = x + 5

... THEN:

f(x + 3) = (x + 3) + 5 = x + 8


Let's see an example:

f(6) = 6 + 5 = 11

f(6) = f(3+3) = 3 + 8 = 11