Skip to main content
🟢 Beginner 🔥 Popular

Fraction Calculator

Utilizați Fraction Calculator pentru a obține rezultate rapide și precise.

Cum se utilizează acest calculator

  1. Introduceți Numerator 1
  2. Introduceți Denominator 1
  3. Introduceți Operation
  4. Introduceți Numerator 2
  5. Introduceți Denominator 2
  6. Faceți clic pe butonul Calculați
  7. Citiți rezultatul afișat sub calculator

Understanding Fractions: The Basics

A fraction represents a part of a whole. It is written as numerator / denominator, where the numerator is how many parts you have and the denominator is how many equal parts make up the whole.

Types of fractions:

Converting between forms:

How to Add and Subtract Fractions

Adding and subtracting fractions requires a common denominator — both fractions must express parts of the same-sized whole before you can combine them.

Step-by-step: Adding fractions with different denominators

  1. Find the Least Common Denominator (LCD) — the smallest number divisible by both denominators
  2. Convert each fraction to an equivalent fraction with the LCD
  3. Add (or subtract) the numerators; keep the denominator
  4. Simplify by dividing numerator and denominator by their Greatest Common Divisor (GCD)

Example: 2/3 + 3/4

Example: 5/6 − 1/4

Finding the LCD efficiently: If the denominators share no common factors, the LCD = their product (3 × 4 = 12). If they share factors, use the formula: LCD = (a × b) ÷ GCD(a, b). For 6 and 4: GCD = 2, LCD = (6 × 4) ÷ 2 = 12.

Multiplying and Dividing Fractions

Multiplication and division of fractions are actually simpler than addition — they don't require a common denominator.

Multiplication: Multiply numerators together, multiply denominators together.

Formula: (a/b) × (c/d) = (a × c) / (b × d)

Example: 3/5 × 2/7 = (3 × 2) / (5 × 7) = 6/35

Example: 4/9 × 3/8

Division: Multiply by the reciprocal of the divisor. "Keep, Change, Flip."

Formula: (a/b) ÷ (c/d) = (a/b) × (d/c) = (a × d) / (b × c)

Example: 5/6 ÷ 2/3 = 5/6 × 3/2 = 15/12 = 5/4 = 1¼

Why does "flip and multiply" work? Division by a fraction is multiplication by its reciprocal, because the reciprocal × the fraction = 1. Dividing by (2/3) is the same as multiplying by (3/2). This identity makes fraction division as simple as multiplication.

Simplifying Fractions: Finding the GCD

A fraction is in simplest form (also called lowest terms) when the numerator and denominator share no common factors other than 1. Simplifying means dividing both by their Greatest Common Divisor (GCD).

Example: Simplify 48/72

Method 1 — Factor both: 48 = 2⁴ × 3; 72 = 2³ × 3². GCD = 2³ × 3 = 24. 48/24 = 2; 72/24 = 3. Simplified: 2/3.

Method 2 — Euclidean algorithm (most efficient for large numbers):

  1. Divide the larger number by the smaller: 72 ÷ 48 = 1, remainder 24
  2. Replace larger with smaller, smaller with remainder: GCD(48, 24)
  3. Divide: 48 ÷ 24 = 2, remainder 0
  4. When remainder = 0, the GCD is the last divisor: GCD = 24

The Euclidean algorithm is one of the oldest algorithms in mathematics (from Euclid's Elements, ~300 BC) and is still used in modern computing.

Quick prime check for simplification: If both numbers are even, divide both by 2. If both end in 0 or 5, divide both by 5. If both digits sum to a multiple of 3, divide by 3. Repeat until no common factor remains.

Practical examples — common fractions in lowest terms:

OriginalSimplifiedGCD Used
6/92/33
12/163/44
25/1001/425
36/483/412
7/137/13 (already simplified)1 (both prime relationship)

Fractions in Real Life: Practical Applications

Fractions appear constantly in everyday life — cooking, construction, finance, and medicine all rely on accurate fraction understanding.

Cooking and recipes: Scaling a recipe up or down requires fraction multiplication. A recipe calls for 2/3 cup of flour and you want to make 1.5× the recipe: 2/3 × 3/2 = 6/6 = 1 cup. Halving: 2/3 × 1/2 = 2/6 = 1/3 cup.

Construction and measurement: Lumber and hardware in the US are measured in fractional inches. Adding boards: 3⅝" + 4¾" = 3 5/8 + 4 6/8 = 7 11/8 = 8 3/8 inches. Subtracting clearance: a 2¼" pipe in a 2½" gap leaves 2/4" = 1/4" clearance.

Finance: Fractional shares are now standard in investment accounts. Interest rates are expressed in fractions: a mortgage rate of 6⅜% = 6.375%. Federal Reserve rate decisions use fractions of a percentage point (25 basis points = 1/4 percent).

Medical dosing: Medication is frequently dosed in fractions of milligrams or milliliters. A dose of 1/4 tablet, or 0.5 mg/kg body weight, requires fraction arithmetic for safety-critical calculations.

Probability: Probability is inherently fractional. If 5 out of 12 widgets are defective, the probability of choosing a defective one is 5/12 ≈ 0.417 or 41.7%. The sum of all probabilities = 1 (the whole), making fraction arithmetic fundamental to statistics.

Frequently Asked Questions

How do you add fractions with different denominators?

Find the least common denominator (LCD) of both fractions. Convert each fraction to an equivalent fraction with the LCD by multiplying numerator and denominator by the appropriate factor. Then add the numerators and keep the LCD as the denominator. Finally, simplify. Example: 1/3 + 1/4: LCD = 12; 4/12 + 3/12 = 7/12.

How do you multiply fractions?

Multiply the numerators together and the denominators together. Simplify the result. Example: 2/3 × 3/4 = 6/12 = 1/2. You can also cross-cancel before multiplying to keep numbers smaller: divide 2 and 4 by 2, and 3 and 3 by 3, to get (1/1) × (1/2) = 1/2.

How do you divide fractions?

Keep the first fraction, change division to multiplication, and flip (find the reciprocal of) the second fraction. Then multiply normally. Example: 3/4 ÷ 2/5 = 3/4 × 5/2 = 15/8 = 1⅞.

How do you convert a fraction to a decimal?

Divide the numerator by the denominator. Example: 3/4 = 3 ÷ 4 = 0.75. Some fractions produce repeating decimals: 1/3 = 0.333... (repeating), 1/7 = 0.142857142857... (repeating 6-digit block).

How do you simplify a fraction to lowest terms?

Find the Greatest Common Divisor (GCD) of the numerator and denominator, then divide both by it. Example: 18/24 — GCD of 18 and 24 is 6 — 18÷6=3, 24÷6=4 → simplified to 3/4. If GCD = 1, the fraction is already in lowest terms.

What is a mixed number and how do you convert it?

A mixed number combines a whole number and a fraction (e.g., 2⅓). To convert to improper fraction: multiply whole number by denominator, add the numerator: 2⅓ = (2×3+1)/3 = 7/3. To convert improper fraction to mixed number: divide numerator by denominator; quotient is whole number, remainder is new numerator. 7/3: 7÷3=2 remainder 1 → 2⅓.

What is the difference between the GCD and LCD?

The Greatest Common Divisor (GCD) is the largest number that divides evenly into two or more numbers — used to simplify fractions. The Least Common Denominator (LCD) is the smallest number that both denominators divide evenly into — used to add or subtract fractions. They are related: LCD(a,b) = (a × b) / GCD(a,b).

Why do you flip and multiply when dividing fractions?

Dividing by a number is the same as multiplying by its reciprocal (the flipped version). This is because (a/b) × (b/a) = 1 — a fraction times its reciprocal always equals 1. So dividing by 2/3 is identical to multiplying by 3/2. This rule simplifies division to a process you already know (multiplication).

Ultima actualizare: March 2026