Arithmetic/Highest Common Factor: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>ShakespeareFan00
mNo edit summary
 
(No difference)

Latest revision as of 09:58, 22 November 2023

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