For example, if you want to find the least common multiple of 120 and 756:
Press Math and select NUM at the top with the arrow keys. Scroll down and choose the option that says gcd(. (This stands for greatest common denominator.) Then type the first number, followed by a comma, followed by the second number. Put in an ending parenthesis (If you don't, it will still work, but this is good practice for when you get to more complex problems.) You should see:
gcd(120,756)
Press ENTER. In this case, the answer will be 12.
Chat with our AI personalities
You can find the Greatest Common Factor between two numbers by using the gcd function (which is found by pressing MATH and then choosing NUM and the top and scrolling down).
For example, to find the GCF of 50 and 78, type:
gcd(50,78)
Example: 30 and 42
Factor them.
2 x 3 x 5 = 30
2 x 3 x 7 = 42
Select the common factors.
2 x 3 = 6, the GCF
Example: 30 and 42
Factor them.
2 x 3 x 5 = 30
2 x 3 x 7 = 42
Select the common factors.
2 x 3 = 6, the GCF
The greatest common factor is used to reduce fractions.
divisor
To reduce fractions
Get the greatest common factor first. For example, you might use Euclid's Algorithm - the first step is that the greatest common factor of 5030 and 100 is the same as the greatest common factor of 100 and 30 (where 30 is the remainder of the division of 5030 / 100). Once you get the greatest common factor, the common factors of the two numbers are simply all the factors of this greatest common factor.
When you need to reduce fractions.