Find all the numbers $n$ such that $\frac{12n-6}{10n-3}$ can't be reduced.
Attempt:
It can't be reduced when $\gcd(12n-6,10n-3)=1$
Here $(a,b)$ denotes $\gcd(a,b)$
$$(12n-6,10n-3)=(12n-6,2n-3)=(12n-6,12n-18)=(12n-6,12)$$
$\Longrightarrow$ It can't be redused when $12\nmid 12n-6$ i.e when $12n\not\equiv 6\pmod{12}$
Theorem: for $ax\equiv b \pmod n$ there is a solution iff $d\mid b$ where $d=\gcd(a,n)$.
In this case $\gcd(12,12)=12$ so $d=12$ and $12\nmid 6$ therefore no solutions exists $\Longrightarrow$ it can be redused for all $n$.
I just want to verify my solution.
We have $(12n-6,2n-3)=(2n-3, 12)$. This is $1$ if $3$ does not divide $n$, and $3$ otherwise.
Remark: The assertion that $(12n-6,2n-3)=(12n-6,12n-18)$ is not true. You forgot to subtract.