0

Let $f$ be a function from the positive integers to the positive integers that satisfies the property: $$ f(x+y)=f(x)f(y) $$ for all pairs of positive integers $(x,y)$.

If we are given that $f(2)=9$, what is the value of $f(5)$?

3 Answers3

5

$f(2) = f(1)^2 = 9$, what is $f(5) = f(1)^{5}$ then?

Marc Palm
  • 4,641
0

We have $$ f(2)=f(1)^2=9. $$ Thus $f(1)=3$ and $$ f(5)=f(1)^5=3^5=243. $$

Leox
  • 8,120
0

As mentioned, this is a live math problem on Brilliant. Solutions are available. The image intentionally cuts off the first solution.

enter image description here

Calvin Lin
  • 68,864