How do I find the highest common factor of two numbers?

The factors of a number are all the numbers that divide into it, so the HCF of two numbers is the highest number that is a factor of both numbers. I'd work it out by create a list of all of the prime factors of the two numbers, which you could find using a tree (like this: use whiteboard). Find all of the common factors, i.e. the numbers which are in both lists. If you multiply all the common factors, you will have the highest common factor. 

As an example, the prime factors of 72 are 2, 2, 2, 3, 3 and the prime factors of 84 are 2, 2, 3, and 7. The common factors are 2, 2, and 3. 2 x 2 x 3 = 12. The highest common factor of 72 and 84 is therefore 12.

OB

Related Maths GCSE answers

All answers ▸

Solve the inequality: x^2 - x < 12


The distance from the Earth to the Sun is 93 million miles. Assume: it takes 365 days for the Earth to travel once around the Sun and the Earth travels in a circle with the Sun at the centre. Work out the average speed of the Earth in miles per hour.


Simplify the following: ((1/3)(c^2))^3


Expand and simplify: 3(4x+1)-5(3x-2)