Highest Common Factor Of 20 And 36
Introduction
Finding the highest common factor (HCF) – also known as the greatest common divisor (GCD) – of two numbers is a fundamental skill in elementary mathematics and a building block for more advanced topics such as fractions, algebra, and number theory. Worth adding: in this article we explore the HCF of 20 and 36 in depth, explain several reliable methods for calculating it, discuss why the HCF matters, and answer common questions that students and teachers often raise. By the end of the reading you will not only know the exact HCF of 20 and 36 (which is 4) but also understand the reasoning behind each step, enabling you to apply the same techniques to any pair of integers.
What Is the Highest Common Factor?
The highest common factor of two or more integers is the largest positive integer that divides each of the numbers without leaving a remainder. Put another way, it is the greatest number that is a common divisor of the set.
- Common divisor – a number that can be multiplied by an integer to produce each of the given numbers.
- Highest – among all common divisors, the one with the greatest value.
The HCF is essential when simplifying fractions, solving Diophantine equations, reducing ratios, and performing operations with polynomial factors.
Prime Factorisation Method
One of the most intuitive ways to determine the HCF of 20 and 36 is to break each number down into its prime factors.
Step‑by‑step prime factorisation
-
Factorise 20
[ 20 = 2 \times 10 = 2 \times (2 \times 5) = 2^2 \times 5 ] -
Factorise 36
[ 36 = 2 \times 18 = 2 \times (2 \times 9) = 2^2 \times 3^2 ] -
Identify the common prime factors
Both numbers contain the prime factor 2, and the smallest exponent of 2 appearing in both factorizations is (2) (since each has (2^2)). No other prime appears in both lists (5 is unique to 20, 3 is unique to 36). -
Multiply the common primes with their lowest exponents
[ \text{HCF} = 2^{\min(2,2)} = 2^2 = 4 ]
Thus, the highest common factor of 20 and 36 is 4.
Why prime factorisation works
When a number is expressed as a product of primes, every divisor of that number must be a product of a subset of those primes, using exponents that do not exceed those in the original factorisation. Also, by taking the minimum exponent for each prime that appears in both numbers, we guarantee that the resulting product divides each original number. Selecting the largest possible product under this rule yields the HCF.
Euclidean Algorithm (Division Method)
While prime factorisation is straightforward for small numbers, the Euclidean algorithm scales efficiently to very large integers. It relies on the principle that the HCF of two numbers also divides their difference.
Procedure for 20 and 36
- Arrange the numbers so the larger one is first: 36, 20.
- Divide the larger by the smaller and keep the remainder.
[ 36 \div 20 = 1 \text{ remainder } 16 ] - Replace the larger number with the smaller, and the smaller with the remainder: now work with 20 and 16.
- Repeat:
[ 20 \div 16 = 1 \text{ remainder } 4 ] - Replace again (16, 4).
[ 16 \div 4 = 4 \text{ remainder } 0 ] - When the remainder reaches 0, the divisor at that step (here, 4) is the HCF.
So, the Euclidean algorithm confirms that HCF(20, 36) = 4.
Why the Euclidean algorithm is reliable
If (a = bq + r) (where (a > b) and (0 \le r < b)), any number that divides both (a) and (b) must also divide (r). Conversely, any divisor of (b) and (r) also divides (a). Hence the set of common divisors of ((a, b)) is identical to that of ((b, r)). Repeating the process reduces the problem until the remainder is zero, leaving the last non‑zero remainder as the greatest common divisor.
Visualising the HCF with a Factor Tree
A factor tree offers a quick visual representation of the divisors of each number.
- 20 → split into 2 and 10 → 2 and (2 × 5) → leaves: 2, 2, 5.
- 36 → split into 6 and 6 → each 6 → (2 × 3) → leaves: 2, 3, 2, 3.
The overlapping leaves are two copies of 2, which multiply to 4. This picture reinforces that the common factor is 4.
Applications of the HCF of 20 and 36
1. Simplifying Fractions
If you have the fraction (\frac{20}{36}), divide numerator and denominator by their HCF (4):
[ \frac{20 \div 4}{36 \div 4} = \frac{5}{9} ]
Thus, (\frac{20}{36}) simplifies to (\frac{5}{9}).
If you found this helpful, you might also enjoy who is the cowboys starting running back or which statement is true for a short term goal.
2. Reducing Ratios
A ratio of 20 : 36 can be expressed in its simplest form by dividing both terms by 4:
[ 20 : 36 = 5 : 9 ]
This is useful in scaling recipes, map distances, or any situation where proportional relationships matter.
3. Tiling and Geometry
Suppose you need to tile a rectangular floor that is 20 cm by 36 cm using square tiles of the largest possible size without cutting any tile. The side length of the largest square tile equals the HCF of the two dimensions, i.e.Even so, , 4 cm. You would need ((20/4) \times (36/4) = 5 \times 9 = 45) tiles.
4. Solving Linear Diophantine Equations
The equation (20x + 36y = d) has integer solutions only when (d) is a multiple of the HCF, i.e., (d) must be divisible by 4. This condition is a direct consequence of Bézout’s identity.
Frequently Asked Questions
Q1: Is the HCF always the same as the GCD?
A: Yes. In modern mathematics the terms highest common factor (HCF) and greatest common divisor (GCD) are interchangeable. The word “divisor” is preferred in most textbooks, but “factor” is still widely used, especially in primary education.
Q2: Can the HCF be larger than either of the original numbers?
A: No. By definition the HCF cannot exceed the smallest of the numbers involved. For 20 and 36, the HCF (4) is smaller than both.
Q3: What if the two numbers are co‑prime?
A: When two numbers share no prime factors other than 1, their HCF is 1. Such numbers are called coprime or relatively prime. Example: 15 and 28 have HCF = 1.
Q4: Is there a quick mental trick for numbers ending in 0?
A: Any number ending in 0 is divisible by 10, which equals (2 \times 5). For 20 (2² × 5) and 36 (2² × 3²), the common factor involving 2 is evident. Recognising the powers of 2 helps estimate the HCF quickly.
Q5: How does the HCF relate to the Least Common Multiple (LCM)?
A: For any two positive integers (a) and (b),
[ \text{HCF}(a,b) \times \text{LCM}(a,b) = a \times b. ]
With (a = 20) and (b = 36),
[ \text{LCM} = \frac{20 \times 36}{\text{HCF}} = \frac{720}{4} = 180. ]
Thus, the LCM of 20 and 36 is 180.
Step‑by‑Step Checklist for Finding the HCF
- Write the numbers side by side.
- Choose a method – prime factorisation, Euclidean algorithm, or factor tree.
- If using prime factorisation:
- Break each number into prime factors.
- List the common primes and the smallest exponent for each.
- Multiply those primes together.
- If using Euclidean algorithm:
- Divide the larger number by the smaller, keep the remainder.
- Replace the larger number with the smaller, the smaller with the remainder.
- Repeat until remainder = 0; the last non‑zero divisor is the HCF.
- Verify by checking that the HCF divides both original numbers exactly.
- Apply the HCF to simplify fractions, reduce ratios, or solve related problems.
Common Mistakes to Avoid
| Mistake | Why It Happens | How to Fix It |
|---|---|---|
| Forgetting to include all prime factors | Skipping a factor like 5 in 20 leads to an incorrect HCF. Now, | Always take the minimum exponent for each shared prime. So |
| Assuming the HCF is always a single digit | Larger numbers can have large common factors (e. Day to day, , 48 and 64 have HCF = 16). And g. In real terms, | |
| Stopping the Euclidean algorithm one step too early | Confusing the remainder with the divisor. | Write the full factorisation before comparing. |
| Using the larger exponent when multiplying common primes | The HCF must be the smallest exponent common to both numbers. | Treat the HCF as any positive integer; compute it, don’t guess. |
Conclusion
The highest common factor of 20 and 36 is 4, a result that can be reached through several reliable techniques: prime factorisation, the Euclidean algorithm, or a simple factor tree. Here's the thing — understanding why each method works deepens mathematical intuition, making it easier to tackle more complex problems involving fractions, ratios, tiling, and Diophantine equations. By mastering the HCF concept, learners gain a versatile tool that appears across the entire spectrum of mathematics, from elementary school worksheets to university‑level number theory. Use the checklist and avoid the listed pitfalls, and you’ll be able to compute the HCF of any pair of integers quickly and confidently.
Latest Posts
Related Posts
Covering Similar Ground
-
Which Statement Is Always True
Aug 08, 2026
-
Which Statement Is Always True According To Vsepr Theory
Aug 08, 2026
-
Which Statement Is Always True When Describing Sex Linked Inheritance
Aug 08, 2026
-
Which Statement Is An Accurate Description Of Genes
Aug 08, 2026
-
Which Statement Is An Example Of A Central Idea
Aug 08, 2026