Stef provided the key idea in the comments, but let's do it in English. First, for every positive integer $n$, whatever four positive integers $a$, $b$, $c$, and $d$ we select, the following statements cannot both be true: $ad = bc$ and $n^2 < a < b < c < d < (n+1)^2$. This phrasing is a bit awkward, however. Saying "A and B cannot both be true" is the same as saying "if B is true, then A must be false". Using this, we may rewrite the original proposition as follows:
For every positive integer $n$, if the positive integers $a$, $b$, $c$, and $d$ satisfy $n^2 < a < b < c < d < (n+1)^2$, then $ad \ne bc$.
I will leave it to you to translate these ideas expressed in English into ideas expressed in the notation of logic.