A number theory problem by Trung Le

Is it always true that if gcd ( a , b ) = m , \gcd(a, b) = m, and gcd ( c , d ) = n , \gcd(c, d) = n, then gcd ( a c , b d ) = m n ? \gcd(ac, bd) = mn?

Yes No

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Trung Le
Nov 11, 2015

Below is a counter-example: gcd(3, 9) = 3, gcd(9, 3) = 3, gcd(3x9, 9x3) = gcd(27, 27) = 27, which is not 3x3 = 9

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...