So I'm working on a question:
$f(a+b) = f(a) \cdot f(b)$
$f(1) \cdot f(2) = 8$
What is $f(1) \cdot f(3)$?
-
I've figured out that $f(3) = 8$ but I can't seem to play with the fuctions so that I get $f(4)$, which should be $f(1) \cdot f (3)$.
I'm sure it's some really simple arithmetic thing I'm missing.