Created By : Jatin Gogia
Reviewed By : Rajasekhar Valipishetty
Last Updated : Apr 06, 2023
HCF Calculator using the Euclid Division Algorithm helps you to find the Highest common factor (HCF) easily for 1482, 9750 i.e. 78 the largest integer that leaves a remainder zero for all numbers.
HCF of 1482, 9750 is 78 the largest number which exactly divides all the numbers i.e. where the remainder is zero. Let us get into the working of this example.
Consider we have numbers 1482, 9750 and we need to find the HCF of these numbers. To do so, we need to choose the largest integer first and then as per Euclid's Division Lemma a = bq + r where 0 ≤ r ≤ b
Highest common factor (HCF) of 1482, 9750 is 78.
HCF(1482, 9750) = 78
Highest common factor or Highest common divisor (hcd) can be calculated by Euclid's algotithm.
Highest common factor (HCF) of 1482, 9750 is 78.
Step 1: Since 9750 > 1482, we apply the division lemma to 9750 and 1482, to get
9750 = 1482 x 6 + 858
Step 2: Since the reminder 1482 ≠ 0, we apply division lemma to 858 and 1482, to get
1482 = 858 x 1 + 624
Step 3: We consider the new divisor 858 and the new remainder 624, and apply the division lemma to get
858 = 624 x 1 + 234
We consider the new divisor 624 and the new remainder 234,and apply the division lemma to get
624 = 234 x 2 + 156
We consider the new divisor 234 and the new remainder 156,and apply the division lemma to get
234 = 156 x 1 + 78
We consider the new divisor 156 and the new remainder 78,and apply the division lemma to get
156 = 78 x 2 + 0
The remainder has now become zero, so our procedure stops. Since the divisor at this stage is 78, the HCF of 1482 and 9750 is 78
Notice that 78 = HCF(156,78) = HCF(234,156) = HCF(624,234) = HCF(858,624) = HCF(1482,858) = HCF(9750,1482) .
Here are some samples of HCF using Euclid's Algorithm calculations.
1. What is the Euclid division algorithm?
Answer: Euclid's Division Algorithm is a technique to compute the Highest Common Factor (HCF) of given positive integers.
2. what is the HCF of 1482, 9750?
Answer: HCF of 1482, 9750 is 78 the largest number that divides all the numbers leaving a remainder zero.
3. How to find HCF of 1482, 9750 using Euclid's Algorithm?
Answer: For arbitrary numbers 1482, 9750 apply Euclid’s Division Lemma in succession until you obtain a remainder zero. HCF is the remainder in the last but one step.