Q1 (3) Use Euclid’s division algorithm to find the HCF of : 867 and 255
867 > 225. Applying Euclid's Division algorithm we get
since remainder 0 we apply the algorithm again.
since 255 > 102
since remainder 0 we apply the algorithm again.
since 102 > 51
since remainder = 0 we conclude the HCF of 867 and 255 is 51.