Find $abcd \times 3 + 16 = dcba$
I tried to solve it from "Find abcd x 4 = dcba"but I'm stucked at this point :
$d≥3$ because $dcba=3\times abcd ≥ 3\times1000=3000$
$abcd = \dfrac{dcba}{3} <9984 (10000-16)$ so $abcd < \dfrac{9984}{3}$
$1000<abcd<3328 \dfrac{9984}{3}$ because $a≠0$
Thanks in advance :)
Assuming you allow matching digits the solution is $3 \cdot 1855+16=5581.$
As you observed we must have $d \ge 3$, but we must also have $a \le 3$ or there will be a carry out to the ten thousands. We can use the ones digit to write $3d+6=a$ (with some carry out). We can just try all the $a$s and ask what $d$ will satisfy it by looking at the ones column. $$\begin {array} {c c}a&d\\1&5\\2&2\\3&9 \end {array}$$ We see $a$ can only be $1$ or $3$ because $2$ makes $d$ too small. If $a=3$ we have no carry in when we consider the thousands place and a carry in of three from the ones to the tens. We can then write $3 \cdot bc +4=cb$ with $b \le 3$ to make there not be a carry out. Looking at the tens column we get $$\begin {array} {c c}b&c\\1&9\\2&6\\3&3 \end {array}$$ and none of these work. Similarly if $a=1, d=5$ we have a carry in of $2$ to the thousands place and a carry of $2$ into the tens, so we need $3\cdot bc+3=2cb$. We need $b \ge 6$ to get the carry out of $2$ and we try them. $$\begin {array} {c c}b&c\\6&1\\7&8\\8&5\\9&2 \end {array}$$ We see that $3\cdot 85+3=258$ as desired and $3\cdot 1855=5581$ is the desired solution assuming you do not prohibit two matching digits.