Solve in positive integers $\frac{1}a + \frac{1}b + \frac{1}c = \frac{4}5$ (i.e. find all triples $(a,b,c)$ of positive integers satisfying the equation).
The expression is equivalent to $5(bc + ac + ab) = 4abc.$ Suppose WLOG that $a=5k$ (at least one of $a,b,c$ must be divisible by $5$ and the equation is symmetric). After this, we'll just permute the elements to get all solutions. So we get $bc + 5kc + 5kb = 4kbc\Rightarrow (4k-1)(b+c) + (k+1)(b+c)=(4k-1)bc\Rightarrow (4k-1)(b-1)(c-1) = 4k-1 + (k+1)(b+c).$ However, this expression doesn't seem to factor nicely.
One way to do this is casework on the smallest denominator. Assume without loss of generality that $a\leq b\leq c$. Then $$\frac 45=\frac 1a+\frac1b+\frac1c\leq \frac 3a\implies a\leq \frac{15}4,$$ so $a\in\{1,2,3\}$. Clearly $1/1>4/5$, so $a\neq 1$.
If $a=2$, then $$\frac{b+c}{bc}=\frac 1b+\frac 1c=\frac45-\frac12=\frac3{10}.$$ This gives $3bc-10b-10c=0$, or $(3b-10)(3c-10)=100$. The only ways to factor $100$ as the product of two numbers which are $\equiv 2\pmod 3$ are $2\cdot 50$ and $5\cdot 20$, giving $(a,b,c)=(2,4,20)$ and $(a,b,c)=(2,5,10)$.
If $a=3$, then $$\frac{b+c}{bc}=\frac1b+\frac1c=\frac45-\frac13=\frac7{15}.$$ This gives $7bc-15b-15c=0$, or $(7b-15)(7c-15)=225$. There are no ways to factor $225$ as the product of two numbers which are $\equiv 6\pmod 7$ (none of the divisors $\leq 15$ of $225$ are $6\bmod 7$), so there are no solutions here.
In sum, the only solutions are $(2,4,20)$ and $(2,5,10)$.