Find all possible values of GCD(4n + 4, 6n + 3) for naturals n and prove that there are no others
3·(4n + 4) - 2·(6n + 3) = 6, whence the desired GCD is a divisor 6. But 6n + 3 is odd, so only 1 and 3 remain. n=1 and n=2 are examples for GCD=1 and GCD=3
is the solution correct ?
any other way to solve this ?
This is correct. A slightly different way to solve it is by observing that $$ (4n+4,6n+3) = (4n+4,2n-1) = (6,2n-1) = (3,2n-1). $$