Calculator that calculates the HCF and LCM of any number of given fractions separated by comma.
Please enter fraction separated by comma(,) properly :
E.g: 1/6,2/4,4/3,5/42,3/2,34/7
HCF = HCF of numerators / LCM of denominators
LCM = LCM of numerators / HCF of denominators
Example: Find the HCF of 8 and 10 using factors:
Step 1: List all of the factors of the given numbers.
Factors of 10: 1, 2, 5, 10
Factors of 8 : 1, 2, 4, 8
Step 2: Numbers that exist in the factors of both numbers must be the greatest common number. In this case, 2 is the largest common number in both of them.
Hense, HCF (8, 10) = 2
Example: Find the HCF of 20, 25, and 30 using prime factorization?
Step 1: List the prime factors of the given numbers.
Prime factors of 10: 2 × 5
Prime factors of 15: 3 × 5
Prime factors of 30: 2 × 3 × 5
Step 2: Mark the numbers that are common in the prime factors of all three numbers.
10: 2 × 5
15: 3 × 5
30: 2 × 3 × 5
Hense HCF (10, 15, 30) = 5
When there are more than one common number then we have to multiply all common numbers to get the HCF.
LCM can be calculated using given below methods:
Example: Find LCM of 20, 30, and 50 using prime factorization?
20 : 2 x 2 x 5
30 : 2 x 3 x 5
50 : 2 x 5 x 5
Step 2: To get the LCM we have to then multiply the prime factors.
Hense, LCM (20, 30, 50) = 300
Example: Find the LCM of 5 and 15 with the listing multiples method?
Step 1: Write down the multiples of the given numbers.
Multiples of 5 = 5 ,10, 15, 20, 25, 30, 35
Multiples of 15 = 15, 30, 45, 60, 75, 90, 105…
Step 2: Highlight the common multiple in the multiples of given numbers.
5 = 5 ,10, 15, 20, 25, 30, 35
15 = 15, 30, 45, 60, 75, 90, 105…
So, LCM (10, 15) = 15
HCF of fractions is calculated using: HCF of numerators ÷ LCM of denominators.
LCM of fractions is calculated using: LCM of numerators ÷ HCF of denominators.