I was doing some chemistry homework, and I happened to find the following relation between some numbers:
$$(-273.15 + 121.4)\times\frac95 = -273.15$$
Weird coincidence, right? You add a number to an unrelated number, multiply that new number by another unrelated number, and you get the number you started with! This intrigued me enough to check a general case, for rational numbers $a, b, r \in\mathbb{Q}$:
$$(a + b)\cdot r = a$$
Some simple rearranging gives the following:
$$ \frac{a}{b} = \frac{r}{1-r}$$
So, trivially, it seems that, by pure coincidence, I happened to find two rational numbers, $a$ and $b$, whose ratio happens to be the same as the ratio between another rational number and itself subtracted from $1$. This alone wouldn't have motivated me to write this post, had it not been for the fact that the right hand side of the above exactly is exactly equal to an expression for a geometric series, with the first term being $r$!
This makes me wonder what I just stumbled upon, if anything. Is this just an isolated case in which the geometric series happened to show up, or did I find something that's related to something deeper?
Edit: this question seems related: Is it just a coincidence that the solution to $y=x$, $y=mx+b$ ($m<1$) is the sum of an infinite geometric series with first term $b$ and ratio $m$?