- #1
CharlesLin
- 16
- 0
this one got me thinking for a while it starts like this:
X=6m2+4n2
and Greatest Common Divisor(GCD) of (m,n)=2
what is the greatest EVEN number that must be a factor of X
I started this question by thinking what they asked, the gratest number that is a factor of X then I need to calcualte X
I know that de GCD of m,n is 2, then I just have to find these two numbers, but the list of two numbers with 2 as a GCD start growing
(2,2)
(2,2)
(2,6)
(2,8)
(2,10)...
Therefore, I would like to know if you have a better way of finding "m" and "n", or how I can be sure that the a pair of those that I found is the correct.
X=6m2+4n2
and Greatest Common Divisor(GCD) of (m,n)=2
what is the greatest EVEN number that must be a factor of X
I started this question by thinking what they asked, the gratest number that is a factor of X then I need to calcualte X
I know that de GCD of m,n is 2, then I just have to find these two numbers, but the list of two numbers with 2 as a GCD start growing
(2,2)
(2,2)
(2,6)
(2,8)
(2,10)...
Therefore, I would like to know if you have a better way of finding "m" and "n", or how I can be sure that the a pair of those that I found is the correct.