Find all the numbers such that $\displaystyle\frac{2n-7}{5n-23}$ can't be reduced
My attempt:
We want that:$\quad\gcd(2n-7,5n-23)=1$
that's equal to $\quad\gcd(2n-7,3n-16)\\ \quad=\gcd(2n-7,n-9)\\ \quad=\gcd(2n-7,11)$
So the answer is when $11\nmid 2n-7$
I am not sure about what I did, is it correct?