I got no idea how to solve that problem. What I have done so far is I have randomly guessed numbers. I wanted to know a faster way to solve it in the future, just in case of some even more complex cases.
2026-03-27 16:53:13.1774630393
Base Number Arithmetic
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1

I.e. solve $(b-1)^2=3b+1$, $\,b\in\{4,5,\ldots,9\}$ (because $3$ has to be a valid digit in base $b$).
$$\iff b^2-2b+1=3b+1\iff b^2=5b\iff b=5$$