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
- 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.
- 2Enter the numerator and denominator for the second fraction in the 'numerator2' and 'denominator2' fields. Click the Calculate button to perform the operation.
- 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.