Adding and Subtracting Fractions Calculator
Free Adding subtracting fractions Calculator for arithmetic. Enter values to get step-by-step solutions with formulas and graphs.
Formula
a/b + c/d = (a*d + c*b) / (b*d) then simplify by GCD
To add or subtract fractions, find a common denominator (ideally the LCD), convert both fractions, perform the operation on numerators, then simplify the result by dividing both parts by their GCD.
Worked Examples
Example 1: Adding Fractions with Different Denominators
Problem: Add 3/4 + 2/5 and express the result as a simplified fraction and mixed number.
Solution: Step 1: Find LCD of 4 and 5 = LCM(4,5) = 20\nStep 2: Convert fractions: 3/4 = 15/20, 2/5 = 8/20\nStep 3: Add numerators: 15 + 8 = 23\nResult: 23/20\nStep 4: GCD(23, 20) = 1, already simplified\nStep 5: Mixed number: 23/20 = 1 and 3/20\nDecimal: 23/20 = 1.15
Result: 3/4 + 2/5 = 23/20 = 1 and 3/20 = 1.15
Example 2: Subtracting Fractions
Problem: Subtract 5/6 - 1/4 and simplify.
Solution: Step 1: Find LCD of 6 and 4 = LCM(6,4) = 12\nStep 2: Convert fractions: 5/6 = 10/12, 1/4 = 3/12\nStep 3: Subtract numerators: 10 - 3 = 7\nResult: 7/12\nStep 4: GCD(7, 12) = 1, already simplified\nDecimal: 7/12 = 0.583333...
Result: 5/6 - 1/4 = 7/12 = 0.5833...
Frequently Asked Questions
How do you add fractions with different denominators?
To add fractions with different denominators, you must first find a common denominator so both fractions represent parts of the same whole. The steps are: (1) Find the Least Common Denominator (LCD) of both denominators by computing their Least Common Multiple. (2) Convert each fraction to an equivalent fraction with the LCD as denominator by multiplying both numerator and denominator by the appropriate factor. (3) Add the numerators while keeping the common denominator. (4) Simplify the resulting fraction by dividing both numerator and denominator by their Greatest Common Divisor. For example, 3/4 + 2/5: LCD = 20, so 3/4 = 15/20 and 2/5 = 8/20, giving 15/20 + 8/20 = 23/20, which equals 1 and 3/20 as a mixed number.
How do you simplify a fraction after adding or subtracting?
To simplify (or reduce) a fraction, divide both the numerator and denominator by their Greatest Common Divisor (GCD). The GCD is the largest positive integer that divides both numbers evenly. For example, the fraction 12/18 has GCD(12, 18) = 6, so it simplifies to 2/3. You can find the GCD using the Euclidean algorithm: repeatedly divide the larger number by the smaller and take the remainder until the remainder is zero. The last nonzero remainder is the GCD. A fraction is fully simplified when the GCD of numerator and denominator is 1 (they are coprime). Always simplify your final answer in mathematics and present both the simplified fraction and its decimal equivalent for completeness.
What is the difference between proper and improper fractions?
A proper fraction has a numerator smaller than its denominator (like 3/4 or 2/7), representing a value less than 1. An improper fraction has a numerator equal to or greater than its denominator (like 7/4 or 9/5), representing a value of 1 or more. After adding fractions, the result is often an improper fraction, which can be converted to a mixed number. To convert, divide the numerator by the denominator: the quotient becomes the whole number part, and the remainder becomes the new numerator over the same denominator. For example, 23/5 = 4 and 3/5 (since 23 divided by 5 = 4 remainder 3). Both representations are mathematically equivalent and correct, but mixed numbers are often preferred for final answers in everyday contexts.
Can you add or subtract fractions with the same denominator?
Yes, adding or subtracting fractions with the same denominator (like denominators) is much simpler because no conversion is needed. Simply add or subtract the numerators and keep the denominator unchanged. For example, 3/8 + 2/8 = 5/8, and 7/12 - 4/12 = 3/12, which simplifies to 1/4. This works because when fractions share a denominator, they are already measuring in the same-sized parts. Think of it like adding physical objects: 3 eighths plus 2 eighths equals 5 eighths, just as 3 apples plus 2 apples equals 5 apples. Even with like denominators, always check if the result can be simplified by finding the GCD of the resulting numerator and denominator.
What are common mistakes when adding and subtracting fractions?
The most frequent mistake is adding or subtracting both numerators and denominators directly, such as computing 1/2 + 1/3 as 2/5, which is incorrect (the correct answer is 5/6). Another common error is finding a common denominator but forgetting to multiply the numerators by the same factor used on the denominators. Forgetting to simplify the final answer is another frequent oversight. When subtracting, students sometimes subtract the smaller numerator from the larger regardless of position, ignoring that the result should be negative. Using the product of denominators instead of the LCD creates unnecessarily large numbers, leading to more complex simplification. Finally, incorrectly computing the GCD during simplification can leave fractions unreduced. Always verify by converting fractions to decimals to check your answer.
How do you handle negative fractions in addition and subtraction?
Negative fractions follow the same rules as positive fractions with attention to sign management. A negative fraction can be written three equivalent ways: -3/4 = (-3)/4 = 3/(-4). When adding a negative fraction, it becomes subtraction: 1/2 + (-1/3) = 1/2 - 1/3. When subtracting a negative fraction, it becomes addition: 1/2 - (-1/3) = 1/2 + 1/3. The sign rules are the same as for integers: positive plus negative depends on magnitudes, negative plus negative is more negative, and subtracting a negative is adding a positive. After finding the LCD and performing the operation, the sign of the result is determined by whether the resulting numerator is positive or negative. Always simplify the final fraction and standardize the negative sign in the numerator or in front of the fraction.