Add
\( \frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd} \), then reduce.
Privacy: calculations run locally in your browser. Nothing is uploaded.
Tip: Press Enter in an input field to calculate.
This tool converts whole numbers, simple fractions, mixed numbers, and finite decimals into exact fractions. It performs the selected operation, reduces the result to lowest terms with the greatest common divisor (GCD), and shows fraction, mixed-number, and decimal forms where they apply.
Compute \( 1 \tfrac{1}{2} + \tfrac{3}{8} \): Convert to improper forms: \( \tfrac{3}{2} + \tfrac{3}{8} \). LCM of 2 and 8 is 8, so \( \tfrac{12}{8} + \tfrac{3}{8} = \tfrac{15}{8} \). Mixed form is \( 1 \tfrac{7}{8} \).
\( \frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd} \), then reduce.
\( \frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd} \), then reduce.
\( \frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd} \).
\( \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} \).
Divide numerator and denominator by \( \gcd(a,b) \).
\( w \frac{a}{b} = \frac{wb + a}{b} \), with the sign applied to the whole value.
Whole \( = a \div b \), remainder \( = a \bmod b \).
Move the decimal over a power of 10, then reduce by GCD.
\( \frac{1}{2} + \frac{3}{4} = \frac{2}{4} + \frac{3}{4} = \frac{5}{4} = 1 \frac{1}{4} \).
\( 2 \frac{1}{3} - \frac{5}{6} = \frac{14}{6} - \frac{5}{6} = \frac{9}{6} = 1 \frac{1}{2} \).
\( 1 \frac{1}{2} \times 2 \frac{2}{3} = \frac{3}{2} \times \frac{8}{3} = 4 \).
\( \frac{5}{6} \div \frac{2}{3} = \frac{5}{6} \times \frac{3}{2} = \frac{15}{12} = \frac{5}{4} \).
\( \frac{12}{16} \) reduces by GCD 4, so \( \frac{12}{16} = \frac{3}{4} \).
\( 0.125 = \frac{125}{1000} = \frac{1}{8} \).
\( \frac{7}{8} = 7 \div 8 = 0.875 \).
Fraction operations use integer numerator and denominator arithmetic, not floating-point approximations.
Every fraction answer is reduced using the greatest common divisor when possible.
Decimal places affect only the displayed decimal approximation. They do not change the exact fraction result.
All calculations happen in the browser. Input values are not sent to a server.
A fraction represents a part of a whole. It consists of two numbers:
Simplifying means dividing numerator and denominator by their greatest common divisor (GCD). For example:
\( \tfrac{12}{16} = \tfrac{12 \div 4}{16 \div 4} = \tfrac{3}{4} \)
This makes fractions easier to understand and compare.
To convert a fraction to a decimal, divide numerator by denominator. For example, \( \tfrac{7}{8} = 0.875 \).
Find the least common denominator, rewrite each fraction with that denominator, add the numerators, and reduce the result by the greatest common divisor.
Keep the first fraction, flip the second fraction to its reciprocal, multiply across, and simplify the result.
A mixed number combines a whole number and a proper fraction, such as 2 1/3. For calculation, it can be converted to an improper fraction.
Divide the numerator and denominator by their greatest common divisor. For example, 12/16 reduces to 3/4 because the GCD is 4.
Yes. A negative sign may apply to the numerator or to the whole fraction. The calculator keeps the denominator positive in the final answer.
Write the decimal over a power of 10 based on its decimal places, then reduce. For example, 0.125 becomes 125/1000, which simplifies to 1/8.
A denominator shows how many equal parts make one whole. Zero equal parts is undefined, so any fraction with denominator 0 is invalid.
0.1 looks simple, but it’s \(1/10\). Meanwhile 0.1 in binary is repeating—fractions depend on the base you use.
Ancient scribes wrote every fraction as sums of distinct unit fractions (like \(1/2 + 1/6\)), never repeated.
Factoring numerator and denominator into primes makes reducing a fraction trivial—just cancel shared factors.
Any repeating decimal is rational. For example, 0.\(\overline{3}\) = 1/3, 0.\(\overline{142857}\) = 1/7.
\(1\tfrac{3}{4} = \tfrac{7}{4}\). Switching forms is a single multiply-and-add—handy for calculations.