5 fraction examples to help you master basic math
Learn how to add, subtract, multiply, and divide fractions without relying on decimals. These five real-world examples show you exactly how to apply fraction arithmetic to cooking, carpentry, and everyday problem-solving.
Jul 15, 2026 6 min read
A fraction is just one number divided by another. The top number, known as the numerator, tells you how many parts you actually have. The bottom number, the denominator, tells you how many of those parts make up a complete whole.
Most standard calculators instantly convert fractions into decimals the moment you hit the equals sign. That works fine if you just need a rough percentage. But if you are measuring wood for a carpentry project, scaling down a baking recipe, or doing algebra, a long decimal string is not very helpful. You need your answer to stay a fraction.
Working through a few concrete examples makes the rules of fraction arithmetic much easier to grasp.
The rules of fraction arithmetic
Addition and subtraction are usually the most tedious fraction operations because the two fractions must share a common denominator before you can combine them. If you try to add thirds and fourths directly, the math falls apart.
The easiest way to force a common denominator is to multiply the two denominators together, while cross-multiplying the numerators.
For addition, the formula looks like this: a/b + c/d = (a×d + c×b) / (b×d)
For subtraction, the logic is identical, just with a minus sign: a/b − c/d = (a×d − c×b) / (b×d)
Multiplication and division are much more direct. You do not need to worry about finding a common denominator at all. To multiply two fractions, you simply multiply the two numerators together to get your new top number, and multiply the two denominators together to get your new bottom number. a/b × c/d = (a×c) / (b×d)
Division requires one extra step. To divide by a fraction, you multiply by its reciprocal. That means you take the second fraction, flip it upside down, and then multiply straight across just like before. a/b ÷ c/d = (a×d) / (b×c)
If you are dealing with negative fractions, the exact same arithmetic rules apply. Just assign the negative sign to the numerator before you start calculating. Keep in mind that division by zero is mathematically impossible. If a denominator is 0, or if you attempt to divide by a fraction with a numerator of 0, the calculation will fail.
Simplifying fractions
Calculations rarely leave you with a perfectly tidy answer. You will often end up with unreduced fractions like 6/8 or 15/30.
To simplify a fraction to its lowest terms, you need to divide both the numerator and the denominator by their Greatest Common Divisor (GCD). The GCD is simply the largest whole number that divides evenly into both values.
Take 6/8 as an example. The largest number that fits evenly into both 6 and 8 is 2. If you divide the top and the bottom by 2, your fraction reduces to 3/4. Computer systems generally use the Euclidean algorithm to find the GCD. This algorithm is highly efficient, allowing even fractions with massive numbers to be reduced in a fraction of a second.
Sometimes your calculation will result in a numerator that is larger than the denominator. This is called an improper fraction. While perfectly valid in math, improper fractions are hard to visualize in the real world. You can convert them into a mixed number, which pairs a whole integer with a proper fraction (like 1 1/2).
To do this, divide the numerator by the denominator. The resulting whole number becomes your integer, and whatever is left over becomes your new numerator.
5 worked fraction examples
Seeing these formulas applied to realistic situations helps lock in the concepts. Here are five examples covering the four basic operations.
Example 1: Adding recipe ingredients
Say you are making soup. You pour 1/3 cup of heavy cream and 1/2 cup of milk into the pot. How much dairy is that in total?
We need to add 1/3 and 1/2. Using the addition formula, we multiply the denominators (3×2 = 6). Then we cross-multiply the numerators to get our new top number: (1×2) + (1×3) = 2 + 3 = 5.
The total is 5/6 cup of dairy. Because the GCD of 5 and 6 is 1, the fraction is already fully reduced. If you were to convert this to a decimal, it is roughly 0.833.
Example 2: Trimming a wooden board
You have a wooden dowel that is 7/8 inch thick, but it needs to fit a pre-drilled hole. You decide to sand off 1/4 inch.
The math here is 7/8 − 1/4. Applying the subtraction formula, the new denominator is 8×4 = 32. The numerator is (7×4) − (1×8) = 28 − 8 = 20.
That leaves you with 20/32. Both of these numbers divide evenly by 4, which is their GCD. Dividing the top and bottom by 4 gives you a new thickness of 5/8 inch (or 0.625 as a decimal).
Example 3: Scaling down a batch of cookies
A recipe calls for 3/4 cup of sugar, but you only have enough flour to make a two-thirds batch.
To find out how much sugar to use, multiply 2/3 by 3/4. Since it is multiplication, we just go straight across. The top is 2×3 = 6. The bottom is 3×4 = 12.
The fraction 6/12 simplifies easily. The GCD is 6, giving you a final, reduced answer of 1/2 cup of sugar. As a decimal, this is exactly 0.5.
Example 4: Portioning leftover paint
You finish painting a room and have 3/4 of a gallon of paint left in the can. You want to store it in smaller touch-up containers that hold exactly 1/8 of a gallon each.
Divide 3/4 by 1/8. First, flip the second fraction to 8/1 and multiply. The numerator becomes 3×8 = 24. The denominator becomes 4×1 = 4.
You end up with 24/4. Since 24 divided by 4 is exactly 6, you can fill 6 touch-up containers perfectly.
Example 5: Tracking mixed travel times
You walk to a coffee shop, taking 3/4 of an hour. Later, you walk to a bookstore, which takes another 2/3 of an hour. How long did you spend walking?
Add 3/4 and 2/3. The denominator is 4×3 = 12. The numerator is (3×3) + (2×4) = 9 + 8 = 17.
Your answer is 17/12. The GCD is 1, so the fraction cannot be reduced further. However, the top is larger than the bottom, making it an improper fraction. Divide 17 by 12. It goes in 1 time with a remainder of 5. Your total walk took 1 5/12 hours. As a decimal, that is about 1.416667.
Quick reference table
If you need to remember the formulas at a glance, here is a summary of the four primary operations.
| Operation | Formula | Example | Result |
|---|---|---|---|
| Addition | (a×d + c×b) / (b×d) | 1/3 + 1/4 | 7/12 |
| Subtraction | (a×d − c×b) / (b×d) | 3/4 − 1/3 | 5/12 |
| Multiplication | (a×c) / (b×d) | 2/3 × 3/4 | 1/2 |
| Division | (a×d) / (b×c) | 2/3 ÷ 4/5 | 5/6 |
Doing fraction arithmetic by hand builds a strong understanding of the underlying math. But if you just need an immediate answer, or want to double-check your manual calculations, you can plug your numbers directly into the Fraction Calculator.