As the title says, I want to know if there exists a set of 6 DIFFERENT POSITIVE numbers such that their sum equals their product. (a+b+c+d+e+f=abcdef)
2025-01-13 00:07:08.1736726828
6 different positive numbers; sum = product
132 Views Asked by Nick https://math.techqa.club/user/nick/detail At
2
If you choose $a, b, c, d, e$ randomly and solve for $f$, you will almost surely get something different from your first five numbers, and there's at least a good chance it will be positive.
For example, for $a=1$, $b=2$, $c=3$, $d=4$, $e=5$ (not very random, but works well enough) we get $$ 15+f = 120 f$$ which we can solve to get $f=\frac{15}{119}$.
This can be extended to show that there is a sequence of distinct positive rational numbers $(a_i)_{i\in\mathbb N}$ such that $$ \sum_{i=1}^n a_i = \prod_{i=1}^n a_i $$ for all $n\ge 1$.