Find all the numbers $n$ such that $\frac{6n-8}{2n-5}$ can't be reduced.
Attempt:
It can't be reduced when $\gcd(6n-8,2n-5)=\color{red}1$
$$1 = \gcd(6n-8,2n-5)=\gcd(4n-3,2n-5)=\gcd(2n+2,2n-5)=\gcd(7,2n-5)$$
that's equale to one when $2n-5\not\equiv 0 \pmod 7$ i.e $n\not\equiv 6 \pmod 7$
Is my attempt correct?