$$\frac1 a + \frac 1 b +\frac 1 c = \frac 34$$
Find number of triplets of $a\ , b\ , c\in \mathbb{Z}^+$
Should it not be infinite since it can be $\frac 34$ or $\frac38$ or $\frac9{12}$ etc. till infinity?
Please help since I am clueless on how to even begin solving this.
Probably the most elementary way to do this is bounding the variables. W.L.O.G. suppose that $a \le b \le c$. Observe that if $a \ge 5$ then $$\frac{1}{a}+\frac{1}{b}+\frac{1}{c} \le \frac{3}{5}<\frac{3}{4}$$Thus $a \le 4$. $a=1$ doesn't work. Hence we have three cases to check: $a=2, 3, 4$. If $a=2$ equation reduces to$$\frac{1}{b}+\frac{1}{c}=\frac{1}{4}$$Obviously $b>4$ and if $b>8$ then$$\frac{1}{b}+\frac{1}{c} \le \frac{2}{9} < \frac{1}{4} $$which is again a contradiction. So $ 5\le b \le 8$ and from here you get solutions $(a, b, c)=(2, 5, 20), (2, 6, 12), (2, 8, 8)$. For $a=3$ you get$$\frac{1}{b}+\frac{1}{c}=\frac{5}{12}$$Here we must have $b>2$ and if $b>4$ then$$\frac{1}{b}+\frac{1}{c} \le \frac{2}{5} < \frac{5}{12} $$So $ 3\le b \le 4$ and from here you get solutions $(a, b, c)=(3, 3, 12), (3, 4, 6)$. For $a=4$ you get$$\frac{1}{b}+\frac{1}{c}=\frac{1}{2}$$Here we must have $b>3$ and if $b>4$ then$$\frac{1}{b}+\frac{1}{c} \le \frac{2}{5} < \frac{1}{2} $$Hence you must have $ b=4$, which gives one solution $(a, b, c)=(4, 4, 4)$.