I'm trying to show the quadratic binary has no integer solution. I've used the following process to transform it into a Pell's equation of the form $x^{2} - Dy^{2} = M$
If there is a solution, then $3\mid y$ so we can write $y = 3y_{1}$ and the equation becomes
$3(5x^{2})-7(3y_{1}^{2}) = 3(3)$ which is just $5x^{2}-21y_{1}^{2} = 3$
now I believe I can just the same process again taking $x = 3x_{1}$ to get
$5(3x_{1}^{2})-3(7y_{1}^{2}) = 1$ which is just $15x_{1}^{2}-7y_{1}^{2} = 1$
Finally, multiplying by 15, taking $X = 15x_{1}$ and $Y = y$ we get
$X^{2} - 105Y^{2} = 15$
and now I'm stuck as I can't find a reason why this shouldn't have a solution.
Thank you
Perhaps a little easier and shorter, work modulo $\,5\,$:
$$9=15x^2-7y^2=-7y^2=3y^2\Longrightarrow y^2=3$$
and it's easy to see that $\,3\,$ is a quadratic non-residue modulo $\,5\,$ , so we're done.