Loading Fraction Calculator…

Understanding Fractions With Our Fraction Calculator

Every fraction is built around two numbers separated by a solid line (also called a black line): the top number, or numerator, and the bottom number, or denominator. The denominator tells you the total number of parts a whole has been split into, while the numerator tells you how many of those parts you’re counting. Once a learner sees the denominator as “how big each slice is” and the numerator as “how many slices you have,” fractions stop feeling abstract. That’s the foundation our fraction calculators are built on, whether you’re doing simple addition, subtraction, multiplication, or division.

Fractions Calculator

Picture a pie cut into 8 slices — that’s your denominator. If a person eats 1 slice, and 3 slices are set aside, the fraction representing what’s been eaten is 3/8, and the remaining fraction left in the whole pie is 5/8. The image (see the image to the right) shown here is one illustrative example of how part of a whole divided into equal parts can be read at a glance. Our calculator consists of simple input fields: the fields above hold the first fraction, and the fields below hold the second, so every number you enter represents a real part of the equation. These calculators are capable of handling multiple operations at once, and they’ll return simplification automatically along with a conversion to decimals if needed — though it’s worth flagging that if a denominator is entered as 0, the answer is undefined, since dividing anything into zero parts has no mathematical meaning. For a worked example, see the walkthrough mentioned below.

Mixed Numbers Calculator

Once you’ve got a handle on basic fractions, the next step is usually mixed numbers — and that’s exactly what our Mixed Numbers Calculator is built for. Whether you’re working through math calculations for homework or double-checking mixed fractions in a recipe, this tool handles whole numbers combined with fractions, integers, and improper fractions without any manual conversion first.

As an online calculator, it’s built for simple math operations: you can add, subtract, multiply, or divide mixed numbers directly, and it shows the working alongside the final answer. I’ve used tools like this myself when helping students move between mixed numbers and back again — having one place to check both the setup and the result saves a lot of back-and-forth.

What is a Mixed Number?

A mixed number combines a whole number with a proper fraction written together as one value — for example, 2 1/4 pairs a positive integer (2) with a proper fraction (1/4). If the whole part is negative, you’re working with a negative integer instead, and the logic still holds: an integer joined to a fraction where the top number is smaller than the bottom number. A mixed number can always be converted into a decimal if that format suits your work better.

What Can the Mixed Numbers Calculator Do?

Our Mixed Numbers Calculator handles more than just addition. It’s a genuinely simple online calculator built for real math operations — adding, subtracting, multiplying, and dividing mixed numbers, whole numbers, integers, and fractions (including improper fractions), all in one place. Once you submit your numbers, an answer exists almost instantly, usually shown as a reduced fraction or a full mixed number, whichever fits best.

To enter your numbers, simply use one of the input formats following:

  • Mixed numbers: enter a whole number, one space, and a fraction using a forward slash — for example, 1 1/2 (one and one half) or 25 3/32 (twenty five and three thirty seconds). Keep exactly one space between the two parts when you input fractions this way.
  • Whole numbers: enter positive integers or negative integers on their own, with no fraction attached.
  • Fractions: enter as a numerator/denominator pair, such as 3/4 (three fourths) or 3/100 (three one hundredths).

If you’re comparing ratios or solving other number problems elsewhere on the site, our LCM GCD Calculator, Proportion Calculator, Percentage Calculator, and Average Calculator cover those cases too — all part of our broader Math Calculator Category.

Fraction Addition: Two Reliable Methods

Adding and subtracting fractions isn’t like adding or subtracting integers — you can’t just combine numerators unless the denominators already match. That’s why the first thing any solid method for fraction operations teaches is finding a common denominator before touching the numerators at all. There are two main routes to get there, and knowing both gives you a simplest way to reach correct solutions for almost any equation involving fractions.

The first route is straightforward multiplying: take the product of every individual denominator involved and use appropriate factors to preserve the original value of each fraction as you convert it. Say you’re adding three fractions — 1/4, 1/6, and 1/2 — where the denominators are 4, 6, and 2. Multiply all three together (4×6×2 = 48) to get your shared whole denominator. For 1/4, multiply the numerator by the other fractions’ denominators: 1×6×2 = 12, over 4×6×2 = 48, giving 12/48. For 1/6: 1×4×2 = 8, over 6×4×2 = 48, giving 8/48. For 1/2: 1×4×6 = 24, over 2×4×6 = 48, giving 24/48. Add them: 12/48 + 8/48 + 24/48 = 44/48, which reduces to the simplified form 11/12.

The alternative method — and often the more efficient one — uses the least common multiple, or LCM, of the respective denominator of each fraction instead of multiplying all of them together. For our three numbers (4, 6, 2), list out the multiples of 4 series (4, 8, 12), the multiples of 6 series (6, 12), and the multiples of 2 series (2, 4, 6, 8, 10, 12). The first shared multiple — the first multiple common to all three — is 12.

  • 1/4 becomes 1×3 / 4×3 = 3/12
  • 1/6 becomes 1×2 / 6×2 = 2/12
  • 1/2 becomes 1×6 / 2×6 = 6/12

Add them together: 3/12 + 2/12 + 6/12 = 11/12 — the same answer as before, reached without needing extra simplification afterward.

For a simpler two-fraction example, take 3/4 plus 1/6. Using the formula a/b + c/d = a×d/b×d + c×b/d×b = (ad + bc)/bd, cross-multiply: 3×6 = 18 over 4×6 = 24, and 1×4 = 4 over 6×4 = 24, giving 22/24, which simplifies to 11/12. This kind of process works for any number of fractions in a problem, and it’s exactly the automatic simplification step our fraction calculator runs the moment you add or subtract — no manual reduction required.

Add Mixed Numbers Using the Adding Fractions Formula

To add mixed numbers, you first need to convert each mixed number into an improper fraction — you can’t apply the adding fractions formula directly to a whole number sitting next to a fraction. Take 1 2/6 and 2 1/4 as an example. For each one, multiply the whole number by the denominator, then add the numerator, and place that result over the same denominator.

  • Convert each mixed number to an improper fraction: multiply the whole number, denominator, add numerator, place result, over the denominator

So 1 2/6 → (1×6+2)/6 = 8/6, and 2 1/4 → (2×4+1)/4 = 9/4. Once both are improper fractions, apply the formula for adding fractions: a/b + c/d = (ad + bc)/bd.

  • Use formula, adding fractions: a/b, c/d → ad, bc, bd

With a = 8, b = 6, c = 9, d = 4: 8×4 = 32, 9×6 = 54, 6×4 = 24. Add the top values: 32 + 54 = 86, giving the equation 86/24.

That final step is to reduce fractions and simplify if possible.

  • Reduce fractions, simplify if possible

86/24 shares a common factor of 2, reducing to 43/12 — and since 43/12 is still an improper fraction, converting it back gives the mixed number 3 7/12 (12 goes into 43 three times, with 7 left over). That last conversion step is where a lot of people lose track by hand, which is exactly why running it through the calculator first, then checking the steps yourself, tends to build real confidence with the formula over time.

Fraction Subtraction

Subtraction of a fraction works essentially the same way as addition: a common denominator is required before the operation can occur. If you haven’t worked through that process yet, refer to the addition section above, since the logic behind finding a shared denominator for equations involving fractions doesn’t change just because the sign flips from plus to minus — the only real clarification needed is that once denominators match, you subtract numerators instead of adding them.

Take 3/4 minus 1/6 as an example, using the formula a/b – c/d = a×d/b×d – c×b/d×b = (ad – bc)/bd. Cross-multiply: 3×6 = 18 over 4×6 = 24, and 1×4 = 4 over 6×4 = 24, giving 18/24 – 4/24 = 14/24, which simplifies to 7/12.

Subtract Mixed Numbers Using the Subtracting Fractions Formula

To subtract mixed numbers, convert each mixed number into an improper fraction first, since the subtracting fractions formula only works once both values are in that form. Take 2 1/4 minus 1 2/6 as an example: multiply the whole number by the denominator, add the numerator, and place the result over the same denominator.

  • Convert each mixed number to an improper fraction: multiply whole number, denominator, add numerator, place result, over the denominator

So 2 1/4 → 9/4, and 1 2/6 → 8/6. Apply the formula for subtracting fractions: a/b – c/d = (ad – bc)/bd.

  • Use formula, subtracting fractions: a/b, c/d → ad, bc, bd

With a = 9, b = 4, c = 8, d = 6: 9×6 = 54, 8×4 = 32, 6×4 = 24. Subtract: 54 – 32 = 22… using the reversed order (1 2/6 minus 2 1/4) as given, the equation works out to -22/24, which after you reduce fractions and simplify if possible gives -11/12.

Fraction Multiplication

Multiplying fractions is fairly straightforward compared to adding or subtracting them, since finding a common denominator isn’t necessary at all — you simply compute across the top and across the bottom. To multiply two fractions, multiply the numerators together to get your new numerator, then multiply the denominators together to get your new denominator.

Take 3/4 multiplied by 1/6 as an example, using the formula a/b × c/d = ac/bd. The result is 3/24, or 3/24, which reduces to a simplified solution of 1/8. If you need a refresher on how equations like this connect back to addition and subtraction, refer to those sections above for clarification — the shortcut here is what makes multiplication the fastest of the four operations once you’ve got the hang of it.

Multiply Mixed Numbers Using the Multiplying Fractions Formula

To multiply mixed numbers, convert each mixed number to an improper fraction the same way you would for addition or subtraction. Take 1 2/6 and 2 1/4 as an example: multiply the whole number by the denominator, add the numerator, and place that result over the denominator.

  • Convert each mixed number, improper fraction, multiply whole number, denominator, add numerator, place result, denominator

That gives 8/6 and 9/4. Apply the formula for multiplying fractions: a/b * c/d = ac/bd.

  • Use formula, multiplying fractions: a/b, c/d → ac, bd

With numerators 8×9 = 72 and denominators 6×4 = 24, the result is 72/24. Reduce and simplify, and this equation collapses cleanly down to 3/1, or just simplify to the whole number 3.

Fraction Division

The process for dividing fractions is similar to multiplying fractions, with one extra step in the order of operations: to divide fractions, you first flip the second fraction into its reciprocal, then multiply as usual. A reciprocal of a number simply means exchanging the position of the numerator and denominator — for any fraction, its reciprocal is 1/a flipped, so 3/4 becomes 4/3 as its reciprocal.

Once the second fraction is multiplied by its reciprocal, the rest follows the multiplication rule exactly. Take 3/4 divided by 1/6 as an example, using the formula a/b ÷ c/d = a/b × d/c = ad/bc: that gives 61… more precisely, 3/4 × 6/1 = 18/4, or 18/4, which simplifies to 9/2. For a fuller walkthrough of how these equations connect to the other operations, refer back to the earlier sections for clarification.

Divide Mixed Numbers Using the Dividing Fractions Formula

To divide mixed numbers, convert each mixed number into an improper fraction first, exactly as you would for the other three operations. Take 1 2/6 divided by 2 1/4 as an example: multiply the whole number by the denominator, add the numerator, and place the result over the denominator.

  • Convert each mixed number, improper fraction, multiply whole number, denominator, add numerator, place result, denominator

That gives 8/6 and 9/4. Apply the formula for dividing fractions: a/b ÷ c/d = ad/bc.

  • Use formula, dividing fractions: a/b, c/d → ad, bc

Cross-multiplying gives 8×4 = 32 over 9×6 = 54, so the equation becomes 32/54. Reduce this down, and it simplifies to 16/27.

Fraction Simplification

Simplified fractions are almost always easier to work with than their unreduced counterparts, which is why fraction solutions are so commonly expressed in their simplified forms rather than left as large, cumbersome numbers. Take 220/440 as an example — technically correct, but nowhere near as clean or useful as its reduced equivalent, 1/2. A good fraction calculator takes fraction inputs in either improper fraction form or mixed number form, and in both cases it applies the same reduction logic to return the smallest possible version of the answer.

The actual mechanics behind simplifying fractions come down to dividing both the numerator and the denominator by their greatest common factor until no further reduction is possible, at which point the fraction is in one of its lowest forms. So 220/440 divided by their greatest common factor (220) collapses immediately to 1/2 — no partial steps, no guesswork, just the cleanest form the fraction can take.

Converting Between Fractions and Decimals

Converting fractions to decimals, and back again, is more straightforward than it looks once you have a basic understanding of place value. Every digit to the right of the decimal point corresponds to a power of 10: the first decimal place represents 10-1, the second represents 10-2, and the third represents 10-3, and so on for as far as the decimal extends. To go from decimal to fraction, you determine which power of 10 matches how far the decimal reaches, then use that as the denominator while you enter the digits as the number on top.

Take the number 0.1234 as an example — the decimal extends 4 places, out to the fourth decimal place, which corresponds to 10-4, or 10,000. That makes the fraction 1234/10000, which simplifies to 6175/10000 once you divide numerator and denominator by their greatest common factor, in this case 2. Similarly, any fractions with denominators that are powers of 10 can be converted, or translated, into decimal form using these same principles in reverse. Take the fraction 1/2: to convert it to a decimal, first express it as an equivalent fraction with a power of 10 as the denominator — 5/10, since the first decimal place is 10-1. That 5/10 is converted directly into 0.5.

The same logic applies to a fraction like 5/100: because the denominator is a power of 10 two places deep, it converts cleanly into the decimal 0.05. Converting between fractions and decimals this way is really just a place-value operation dressed up in different notation, and for fractions that don’t divide as neatly into powers of 10, long division gets you the same result.