Adding Fractions Calculator
This calculator adds two fractions together and shows you the exact working behind the answer, not just the final result. Enter the numerator and denominator for your first fraction, then do the same for your second fraction; the calculator accepts whole numbers, including negative values, for both proper and improper fractions. It automatically finds the least common denominator (LCD) of the two denominators, converts each fraction to an equivalent fraction over that LCD, adds the numerators, and reduces the answer to its lowest terms using the greatest common divisor (GCD). Your results appear as the simplified answer, the equivalent mixed number where relevant, the LCD used, and the unsimplified sum before reducing. Below that sits a full step-by-step breakdown showing exactly how the LCD was found and how each fraction was converted, alongside a details panel listing both original fractions, their converted forms, and the sum, plus a decimal view of each fraction and the total. Use it to check homework, verify manual working, or add fractions with awkward denominators without reaching for a common-denominator chart. If you need to add mixed numbers, convert each one to an improper fraction first, for example 1 3/4 becomes 7/4, then enter that numerator and denominator here.
1. First Fraction
2. Second Fraction
Step-by-Step Working
Fraction Details
As Decimal
How to Add Fractions
Adding fractions follows a consistent method regardless of whether the denominators are the same or different. The key is always to make sure both fractions share the same denominator before you add the numerators.
The Standard Method
- Find the least common denominator (LCD). The LCD is the smallest number that both denominators divide into evenly. For example, the LCD of 2 and 3 is 6.
- Convert each fraction. Multiply numerator and denominator of each fraction by the factor needed to reach the LCD. For 1/2: multiply by 3 to get 3/6. For 1/3: multiply by 2 to get 2/6.
- Add the numerators. Keep the LCD as the denominator: 3/6 + 2/6 = 5/6.
- Simplify the result. Divide both numerator and denominator by their greatest common divisor (GCD). If the GCD is 1, the fraction is already in its simplest form.
Worked Example
| Step | Working | Result |
|---|---|---|
| Fractions to add | 1/2 + 1/3 | |
| Find LCD of 2 and 3 | LCM(2, 3) = 6 | LCD = 6 |
| Convert 1/2 | 1 x 3 = 3, denominator 2 x 3 = 6 | 3/6 |
| Convert 1/3 | 1 x 2 = 2, denominator 3 x 2 = 6 | 2/6 |
| Add numerators | 3 + 2 = 5, denominator stays 6 | 5/6 |
| Simplify | GCD(5, 6) = 1, already simplified | 5/6 |
Finding the LCD
The LCD is the least common multiple (LCM) of the two denominators. There are two common approaches:
- Listing multiples: Write out the multiples of each denominator and find the first one they share. Multiples of 4: 4, 8, 12, 16 ... Multiples of 6: 6, 12, 18 ... LCD = 12.
- Using the formula: LCM(a, b) = (a x b) / GCD(a, b). For a = 4 and b = 6: GCD(4, 6) = 2, so LCM = (4 x 6) / 2 = 12.
When denominators are already the same, the LCD is simply that denominator, and you skip straight to adding the numerators.
Simplifying the Result
A fraction is in its lowest terms (simplest form) when the numerator and denominator share no common factor other than 1. To simplify, find the GCD of the numerator and denominator using the Euclidean algorithm, then divide both by it. For example, 6/8 has GCD(6, 8) = 2, so 6/8 = 3/4.
Improper Fractions and Mixed Numbers
If the sum of the numerators is greater than or equal to the denominator, the result is an improper fraction (for example, 7/4). This can be expressed as a mixed number: divide the numerator by the denominator to get the whole number, and the remainder becomes the new numerator over the same denominator. So 7/4 = 1 remainder 3 = 1 and 3/4, written as 1 3/4.
Related Calculators
- Maths and Stats Calculators: browse the full maths and stats collection.
- Fraction Calculator: add, subtract, multiply, and divide any two fractions.
- Fraction to Decimal Calculator: convert any fraction to its decimal equivalent.
- Percentage Calculator: work with percentages and proportions.
Method: Least common denominator found using LCM(a, b) = (a x b) / GCD(a, b) via the Euclidean algorithm. Result reduced by dividing by GCD(numerator, denominator).
This calculator works with whole-number numerators and denominators. For mixed number addition, convert each mixed number to an improper fraction first (for example, 1 3/4 becomes 7/4) then enter the numerator and denominator.