🧮 Math · calculator

Fraction Calculator — Add, Subtract, Multiply, Divide

Calculate fractions instantly. Add, subtract, multiply, and divide fractions with step-by-step solutions. Simplifies results automatically.

What is this calculator?

This fraction calculator performs addition, subtraction, multiplication, and division of two fractions. It simplifies the result automatically and provides the decimal equivalent, using the standard arithmetic operations on fractions.

Formula

For addition/subtraction: a/b ± c/d = (a*d ± c*b) / (b*d). For multiplication: a/b * c/d = (a*c) / (b*d). For division: a/b ÷ c/d = a/b * d/c = (a*d) / (b*c). The result is then simplified by dividing numerator and denominator by their greatest common divisor (GCD).

Example

To add 1/3 and 1/4, enter numerator1=1, denominator1=3, operation='add', numerator2=1, denominator2=4. The calculator computes (1*4 + 1*3)/(3*4) = 7/12, which is already simplified, and shows decimal 0.58333.

How to use

  1. 1Enter the numerator and denominator for the first fraction in the 'numerator1' and 'denominator1' fields. Then select the operation (add, subtract, multiply, or divide) from the dropdown.
  2. 2Enter the numerator and denominator for the second fraction in the 'numerator2' and 'denominator2' fields. Click the Calculate button to perform the operation.
  3. 3The result is displayed as a simplified fraction (Result Numerator and Result Denominator) and as a decimal. For example, if the result is 2/4, it will be simplified to 1/2.

Frequently Asked Questions

How does the calculator simplify fractions?
After performing the operation, the calculator finds the greatest common divisor (GCD) of the numerator and denominator. It then divides both by the GCD to present the fraction in its simplest form.
What does the decimal output represent?
The decimal output is the result of dividing the simplified numerator by the simplified denominator. For example, if the result fraction is 3/4, the decimal is 0.75.
Can I use this calculator for fractions with negative numbers?
Yes, the calculator accepts negative numerators and denominators. The result will be correctly signed, and simplification handles negative signs appropriately.
What if I enter a denominator of zero?
A denominator of zero is undefined in mathematics. The calculator will likely return an error or not compute. Always ensure denominators are non-zero.
Is there a standard reference for fraction arithmetic?
Fraction arithmetic follows the standard rules of arithmetic as defined by mathematics. There is no single authority, but the methods are universally taught and used in education and professional contexts.