To show that for all positive integers $n$, $\operatorname{hcf}(6n + 8, 2n + 3) = 1$
Can I just show that since n is a positive integer, so $6n + 8 > 4n + 5$.
When we apply long division
$6n + 8 = 1(4n + 5) + (2n +3)$
$4n + 5 = 1(2n + 3) + (2n +2)$
$2n + 3 = 1(2n + 2) + 1$
Therefore the highest common factor of $6n+8$ and $4n+5$ is $1.$
\gcd
) is the standard name for "hcf". – AlexR Mar 13 '15 at 12:28