Check if there are nonzero natural numbers $n,x,y$ such that:
$$\sqrt{4n+5}+\sqrt{5n+1}+\sqrt{9n+4}= \frac{nx}{y}. $$Thank you in advance!
My ideas
So we can simply show that $4n+5,5n+1,9n+4$ are perfect squares. But I don't know what to do forward, how to show how each equal. Hope one of you can help me!
Let me try to explain the concept of "mod". When we write $$ a\equiv b\pmod m $$ all that means is that $b-a$ is a multiple of $m$. Saying the same thing another way, it means that $a$ and $b$ leave the same remainder when you divide by $m$. Vocabulary: in this case, we say $a$ is congruent to $b$, modulo $m$.
Note that when you divide by $m$, the remainder will be one of the numbers $0,1,2,\dotsc,m-1$. So every $a$ is congruent to exactly one of the numbers $0,1,2,\dotsc,m-1$.
For example, every $x$ is congruent to exactly one of the numbers $0,1,2,\dotsc,8$ modulo $9$. Then, $x^2$ is congruent to exactly one of the numbers $0^2,1^2,2^2,\dotsc,8^2$ modulo $9$. Now those numbers are $0,1,4,9,16,25,36,49,64$, and when you divide each of these in turn by $9$, you get the remainders $0,1,4,0,7,7,0,4,1$. So we have established that the only possible remainders when you divide $x^2$ by $9$ are $0,1,4$ and $7$.
For $\sqrt{4n+5}$ to be an integer, $4n+5$ has to be a square, so we must have $$ 4n+5\equiv0,1,4{\rm\ or\ }7\pmod9 $$ Subtract $5$ from both sides to get $$ 4n\equiv4,5,8{\rm\ or\ }2\pmod9 $$ (How did I do that? $4n+5\equiv0\pmod9$ is $4n\equiv-5\pmod9$ but $-5\equiv4\pmod9$ since $4-(-5)=9$ is a multiple of $9$, so $4n+5\equiv0\pmod9$ becomes $4n\equiv4\pmod9$. Similarly for the other numbers.)
Now, if I multiply both sides by $7$, I get $$ 28n\equiv28,35,56{\rm\ or\ }14\pmod9 $$ and replacing all those numbers by their remainders on division by $9$ we get $$ n\equiv1,8,2{\rm\ or\ }5\pmod9 $$
Now, for $\sqrt{5n+1}$ to be an integer, $5n+1$ must be a square, so $$ 5n+1\equiv0,1,4{\rm\ or\ }7\pmod9 $$ By the same kind of calculations as done above, we get $$ 5n\equiv8,0,3{\rm\ or\ }6\pmod9 $$ and then multiplying by $2$ and taking remainders we get $$ n\equiv7,0,6{\rm\ or\ }3\pmod9 $$ But that is incompatible with the conditions we found for $4n+5$ to be a square. So there is no $n$ for which $4n+5$ and $5n+1$ are both squares, so there is no $n$ satisfying the original equation.