Home
Class 10
MATHS
State division algorithm to calculate HC...

State division algorithm to calculate HCF.

Text Solution

AI Generated Solution

The correct Answer is:
To calculate the Highest Common Factor (HCF) using the division algorithm (Euclid's Division Lemma), follow these steps: ### Step-by-Step Solution: 1. **Identify the Two Positive Integers**: Let the two positive integers be \( a \) and \( b \), where \( a > b \). 2. **Apply Euclid's Division Lemma**: - According to the division lemma, we can express \( a \) in terms of \( b \): \[ a = b \cdot q + r \] where \( q \) is the quotient and \( r \) is the remainder. Additionally, the remainder \( r \) must satisfy: \[ 0 \leq r < b \] 3. **Check the Remainder**: - If \( r = 0 \), then the HCF is \( b \). This means that \( b \) divides \( a \) completely, and hence \( b \) is the HCF. - If \( r \neq 0 \), proceed to the next step. 4. **Repeat the Process**: - Now, apply the division lemma again, but this time with \( b \) and \( r \): \[ b = r \cdot q' + r' \] where \( q' \) is the new quotient and \( r' \) is the new remainder. 5. **Continue the Process**: - Repeat the steps of checking the remainder until you get a remainder of 0. Each time, replace the larger number with the smaller number and the smaller number with the remainder from the previous step. 6. **Determine the HCF**: - When you finally reach a remainder of 0, the divisor at that step will be the HCF of the original two numbers \( a \) and \( b \). ### Example: Let’s say we want to find the HCF of 48 and 18. 1. \( a = 48, b = 18 \) 2. Apply Euclid's Division Lemma: \[ 48 = 18 \cdot 2 + 12 \quad (q = 2, r = 12) \] 3. Since \( r \neq 0 \), apply the lemma again with \( b = 18 \) and \( r = 12 \): \[ 18 = 12 \cdot 1 + 6 \quad (q' = 1, r' = 6) \] 4. Since \( r' \neq 0 \), apply the lemma again with \( b = 12 \) and \( r = 6 \): \[ 12 = 6 \cdot 2 + 0 \quad (q'' = 2, r'' = 0) \] 5. Now that the remainder is 0, the HCF is \( 6 \).
Promotional Banner

Topper's Solved these Questions

  • REAL NUMBERS

    NAGEEN PRAKASHAN ENGLISH|Exercise Revision Exercise Short Answer Questions|6 Videos
  • REAL NUMBERS

    NAGEEN PRAKASHAN ENGLISH|Exercise Short Answer Questions|2 Videos
  • REAL NUMBERS

    NAGEEN PRAKASHAN ENGLISH|Exercise Exercise 1c|12 Videos
  • QUADRATIC EQUATIONS

    NAGEEN PRAKASHAN ENGLISH|Exercise Revision Exercise Long Answer Questions|6 Videos
  • SOME APPLICATIONS OF TRIGONOMETRY

    NAGEEN PRAKASHAN ENGLISH|Exercise Long Answer Questions|5 Videos

Similar Questions

Explore conceptually related problems

State division algorithm for polynomials.

State Division algorithm for polynomials

Use Euclid division algorithm to find the HCF of 441, 567 and 693.

Use Euclid division algorithm to find the HCF of 441, 567 and 693.

Use Euclid's division algorithm , to find the H.C.F. of the following : (i) 70 and 40 " " (ii) 18 and 45

Use Euclid’s division algorithm to find the HCF of 4052 and 12576.

Use Euclid’s division algorithm to find the HCF of 210 and 55 .

Use Euclid's division algorithm to find the HCF of (i) 135 and 225 (ii) 196 and 38220 (iii) 867 and 255

What is an algorithm?

Apply the division algorithm to find the quotient and remainder on dividing f(x)=x^4-5x+6 by g(x)=2-x^2