如何计算Simplify Fractions
learn.whatIsHeading
Simplifying a fraction (reducing to lowest terms) means dividing both the numerator and denominator by their Greatest Common Factor (GCF). The result is an equivalent fraction with the smallest possible whole numbers.
分步指南
- 1Find the GCF of the numerator and denominator using prime factorization or the Euclidean algorithm
- 2Divide both numerator and denominator by the GCF
- 3The result is the simplified fraction — verify GCF of new fraction = 1
例题解析
输入
12/16
结果
3/4
GCF(12,16)=4 → 12÷4=3, 16÷4=4
输入
18/24
结果
3/4
GCF(18,24)=6 → 18÷6=3, 24÷6=4
输入
7/13
结果
7/13
Already simplified — 7 and 13 are both prime
输入
100/250
结果
2/5
GCF=50 → 100÷50=2, 250÷50=5
准备好计算了吗?尝试免费的 Simplify Fractions 计算器
自己尝试一下 →