Ok, so I want for all combinations of positive integers (a,b,c) for the Equations
$$-10(c-2ab)+\frac{b-5}{a}=52$$ $$a-b+c=53$$ $$a(b+7)=54$$
the product abc
So I want the product abc not the solutions for the euquation aargh, I feel so stupid for not being able to solve this. They are just equations :(
I tried just solving for one variable and then plugging in, but it didn't seem to work :/
Hint: Since $54 = 2\cdot3^3$, we have that $b+7$ may only be $9, 18, 27$ or $54$. Then use the fact that $a$ divides $b-5$.