
The Greatest Common Divisor (GCD) of 2, 3 and 64 is the largest positive integer that equally divides all three numbers: 2, 3 and 64. Mathematically, the problem we are solving is:
GCD(2,3,64)
To solve the problem, we will list all the positive integers (divisors) that can be divided into 2, 3 and 64. We will then compare the lists of divisors to find the greatest divisor they have in common.
Divisors of 2:
1 and 2.
Divisors of 3:
1 and 3.
Divisors of 64:
1, 2, 4, 8, 16, 32, and 64.
When we compare the lists of divisors above, we see that the largest number they have in common is 1. Thus, the Greatest Common Divisor (GCD) of 2, 3 and 64 is:
GCD(2,3,64) = 1
Greatest Common Divisor Calculator
Please enter another two or three numbers below so we can calculate the Greatest Common Divisor (GCD) for you:
Greatest Common Divisor (GCD) of 2, 3 and 65
Go here for the next set of numbers that we calculated the Greatest Common Divisor for.
Copyright | Privacy Policy | Disclaimer | Contact