Adding and Subtracting Fractions Calculator
Free Adding subtracting fractions Calculator for arithmetic. Enter values to get step-by-step solutions with formulas and graphs.
Calculator
Adjust values & calculateFormula
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.
Last reviewed: December 2025
Worked Examples
Example 1: Adding Fractions with Different Denominators
Example 2: Subtracting Fractions
Background & Theory
The Adding and Subtracting Fractions Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.
History
The history behind the Adding and Subtracting Fractions Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.
Key Features
- Solves linear, quadratic, and higher-degree polynomial equations step by step, returning all real and complex roots with full working shown.
- Simplifies fractions to lowest terms and computes ratios and proportions, including cross-multiplication checks and equivalent fraction generation.
- Performs complete prime factorization of any integer and computes the Greatest Common Divisor and Least Common Multiple for sets of numbers.
- Handles matrix operations including addition, scalar multiplication, matrix multiplication, determinant calculation, and full matrix inversion for square matrices.
- Evaluates all standard trigonometric functions and their inverses in degrees or radians, and verifies common trigonometric identities symbolically.
- Calculates permutations, combinations, and binomial coefficients for combinatorics problems, supporting both formula display and step-by-step breakdown.
- Converts integers between binary, octal, decimal, and hexadecimal bases instantly, with optional display of the positional value expansion.
- Computes the sum of arithmetic and geometric sequences given the first term, common difference or ratio, and number of terms, with formula derivation.
Frequently Asked Questions
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.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy