I previously saw that peculiarly $\frac{987654321}{123456789}\approx 8$. I was wondering if there was any significance to it i.e. if there is any way to derive this approximation (aside from long division).
I already shared my solution. I would love to see other interesting methods (if any).
More generally, in base $b$, the number with digits decreasing from $b-1$ to $1$ is $$ N = \sum_{i=0}^{b-2} (i+1) b^i = \frac{b-2}{(b-1)^2} b^{b} + \frac{1}{(b-1)^2}$$ while the number with digits increasing from $1$ to $b-1$ is $$D = \sum_{i=0}^{b-2} (b-1-i) b^i = \frac{b^b}{(b-1)^2} - \frac{b^2-b+1}{(b-1)^2}$$ For large $b$, the dominant terms are those with $b^b$, so $$ \frac{N}{D} \sim b-2 $$