Skip to main content

Gcf ஐ எப்படி கணக்கிடுவது

Gcf என்றால் என்ன?

The Greatest Common Factor (GCF), also called Greatest Common Divisor (GCD), is the largest positive integer that divides both numbers without a remainder. It is used to simplify fractions and solve equations.

படிப்படியான வழிகாட்டி

  1. 1Euclidean Algorithm: repeatedly divide, then swap: GCF(a,b) = GCF(b, a mod b)
  2. 2Continue until remainder = 0
  3. 3The last non-zero remainder is the GCF

தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்

உள்ளீடு
GCF(48, 18)
முடிவு
6
48=6×8, 18=6×3
உள்ளீடு
GCF(100, 75)
முடிவு
25
GCF(100,75)=GCF(75,25)=GCF(25,0)=25

அமைப்புகள்