In truth, it's a very broad church. Let's assign some labels to the results of those divisions, setting $x = ky$ and $(x - 1) = m(y - 1)$. By combining these equations, we get:
$$\begin{eqnarray} x - 1 & = & m(y - 1) \\
ky - 1 & = & my - m \\
(m - k)y & = & m - 1 \end{eqnarray}$$
So if we choose an $m$, we can pick one of the divisors of $m - 1$ to set as $m - k$, and that will give us our $x$ and $y$.
For every choice of $m$ we will always have the options of $k = 1$ and $k = m - 2$ (although for $m = 2$ these are the same thing). Setting $k = 1$ gives the trivial case where $x = y$, whereas setting $k = m - 2$ gives $y = m - 1$ and $x = (m - 1)^2$, where we then have $x - 1 = m^2 - 2m = m(m - 2) = m(y - 1)$ as required. For example, when $m = 9$ we get the $x = 64$, $y = 8$ solution you noted.
If $m - 1$ is composite, we have additional options. For example, sticking with $m = 9$ we could choose $k = 7$, giving $x = 28$ and $y = 4$. Or if $k = 5$ then we get $x = 10$, $y = 2$ (and in fact notice that any time $m$ is odd we will always have one solution of the form $x = m + 1$, $y = 2$ which we might also label as trivial).
$$\frac{x^2}{x} = x, \frac{x^2 - 1}{x - 1} = x + 1,$$
and your example is one case of this.
– Mathemagician314 Feb 23 '25 at 13:07