I have seen the following problem in various places, such as Toppr and Quora.
Suppose that the function $f:\mathbb{N}\to\mathbb{N}$ satisfies $f(x+y)=f(xy)$ for all $x,y\in\mathbb{N}$. Show that $f$ is constant.
This is an easy problem, because all we have to do is set $y=1$. But here's a variant that occurred to me. Suppose that the functional equation $f(x+y)=f(xy)$ is only required to hold for all integers $x\ge 2$ and $y\ge 2$. Does it follow that $f(x)$ is constant for all $x\ge 5$?
If we pick numbers $x_0$ and $y$ with $y\ge 2$ and $x_0-y\ge 2$, then $$f(x_0) = f((x_0-y) + y) = f((x_0-y)y),$$ so we can define $x_{n+1} := (x_n-y)y$ for $n\ge 0$ and conclude that $f$ is constant on the sequence $x_0,x_1,x_2,\ldots\,$. Picking various values of $(x_0,y)$, we find that $f$ is constant on each of the following sequences, and hence $f(x)$ is constant for $5\le x\le 20$ at least:
$$ \eqalign{(5,2) &: 5,6,8,12,20,36,\ldots \cr (5,3) &: 5, 6, 9, 18, \ldots\cr (7,2) &: 7, 10, 16, 28, \ldots\cr (7,3) &: 7,12,27\ldots\cr (9,2) &: 9,14\ldots\cr (11,2) &: 11,18,32\ldots\cr (13,3) &: 13,30, \ldots\cr (13,4) &: 13,36, \ldots\cr (15,2) &: 15,26,48, \ldots\cr (15,3) &: 15,36, \ldots\cr (17,2) &: 17,30, \ldots\cr (19,3) &: 19,48, \ldots\cr } $$ But I don't know if $f(x)$ is constant for all $x\ge 5$.
For the initial case notice $$ f(5)=f(2+3)=f(2\cdot3)=f(6). $$
For $n \geq 6$ let $x=n-4$ (so $x\geq 2$) and write
$$ f(n)=f(x+4)\stackrel{*}{=}f(4x)\stackrel{*}{=}f(2x\cdot 2x)=f(4x\cdot x)\stackrel{*}{=}f(5x)\stackrel{*}{=}f(x+5)=f(n+1). $$ where $*$ denotes use of the functional equation.