I noticing that some numbers when multiplied together give the same product as their sum. After some trial and error I came up with a simple rule for this.
$$n\times\frac{n}{n-1} = n+\frac{n}{n-1}$$
For example
$$7\times\frac{7}{6} = \frac{49}{6}$$ $$ 7+\frac{7}{6} = \frac{49}{6}$$
I was wondering a few things,
- Is there any significance to this "theorem"?
- If it has already been discovered is there a name for it?
- Is there a similar theorem for division and subtraction?
This is a consequence of the following: $$ n + \frac{n}{n - 1} = \frac{n(n -1)}{n - 1} + \frac{n}{n - 1} = \frac{n^2 - n + n}{n - 1} = \frac{n^2}{n - 1} = n\times \frac{n }{n - 1}. $$