- How do I add fractions with unlike denominators?
- Find the lowest common denominator (LCD) — the least common multiple of the two denominators — then rewrite each fraction with that denominator and add the numerators. For 1/4 + 1/6 the LCD is 12, so 3/12 + 2/12 = 5/12. The calculator does this automatically and shows the LCD in the steps.
- How are fractions reduced to lowest terms?
- After computing the result, the calculator divides both the numerator and denominator by their greatest common divisor (gcd). For example, 6/8 → gcd(6,8) = 2 → 3/4. The sign is moved to the numerator so the denominator is always positive.
- Can I use improper fractions and mixed numbers?
- Yes. Enter any integer numerator and a non-zero denominator — improper fractions like 7/4 are accepted directly and reduce normally. For mixed numbers, convert first (e.g., 2 1/3 = 7/3) or compute the whole and fractional parts separately and add them.
- What happens when I divide by zero?
- Division by a fraction whose numerator is 0 is mathematically undefined, so the calculator displays 'Cannot divide by a zero numerator (the second fraction is 0)' instead of producing Infinity or NaN. A zero denominator in either input is rejected with 'Denominators must be non-zero'.
- How does the fraction calculator handle negative fractions?
- The sign is normalized to the numerator — so 1/(−2) is treated internally as −1/2 before any operation. The result is similarly normalized so the denominator is always positive and the sign sits on the numerator.