If I try to get the GCD of 272 and 210 I end up with the following
- $272 = 272/2=136/2=68/2=34/2=17$
- $2^4 \times 17$
- $210 = 210/2=105/5=21/3=7$
- $2 \times 5 \times 3 \times 7$
Normally if there are 2 equal numbers with a different force, the one with the highest force is scrapped. But that would mean there are no equal numbers left. So am I to understand the scrapping rule is ignored in these situations and the GCD is 2 or did I make a mistake?
Scrapping rule is not ignored. Rather, scrapping means taking away the extra force of the larger number. So 2^4 is scrapped down to 2, because it has 3 extra force.
Hope this helped.
(I assumed force means power/exponent. Also, the word "scrap" is not really used to describe what is being done here.)