Arithmetic/Highest Common Factor

From testwiki
Revision as of 09:58, 22 November 2023 by imported>ShakespeareFan00
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The highest common factor (HCF) or greatest common divisor (GCD) can be found in a similar fashion. In this case, the product of the prime factors common to all the numbers gives the HCF.

For example, if we wish to find the HCF of 60, 12 and 102 we write

Template:Center/top 60=223512=223102=2317 Template:Center/end

Now the HCF is 23=6.

Two numbers which have an HCF of 1, for example 12 and 5, are said to be coprime - they have no factors in common (except 1).

Template:BookCat