Ekuation

purpose

Fraction Calculator for Education

Learning tool for students and teachers with step-by-step explanations and visual representations of fraction operations.

Back to Fraction Calculator

Enable this to input and display fractions as mixed numbers (e.g., 1 1/2)

Choose the operation to perform

Common Fractions (Fraction 1)

Common Fractions (Fraction 2)

Tips

Click to show tips

Try an Example

Pick a scenario to see how the calculator works, then adjust the values

Adding Fractions: 1/2 + 1/3

A classic introductory problem — adding two fractions with different denominators.

Key values: 1/2 + 1/3 · = 5/6

Multiplying Fractions: 2/3 × 3/4

Multiplying fractions is simpler than adding — just multiply straight across.

Key values: 2/3 × 3/4 · = 6/12 = 1/2

Documentation

What Is a Fraction?

A fraction describes a part of a whole. It is written as two numbers separated by a horizontal bar:

numeratordenominator\frac{\text{numerator}}{\text{denominator}}
  • The denominator (bottom) tells you how many equal parts the whole is divided into.
  • The numerator (top) tells you how many of those parts you have.

For example, 34\frac{3}{4} means a whole is split into 4 equal pieces and you have 3 of them. This is why fractions are sometimes called “rational numbers” — from the Latin ratio, meaning a relationship between two quantities.


Three Ways to Visualize Fractions

Area Model

Shade parts of a circle or rectangle. 34\frac{3}{4} of a pie means 3 out of 4 equal slices are shaded.

Number Line

Mark equal intervals between 0 and 1. 34\frac{3}{4} sits three tick marks from 0 when the segment is split into fourths.

Set Model

Group objects. If 3 out of 4 marbles are red, 34\frac{3}{4} of the marbles are red.

Using multiple models helps build flexible understanding — a fraction is not just a “piece of pie” but a general way of expressing parts-to-whole relationships.


Equivalent Fractions

Multiplying or dividing both numerator and denominator by the same nonzero number produces an equivalent fraction:

12=24=36=48=50100\frac{1}{2} = \frac{2}{4} = \frac{3}{6} = \frac{4}{8} = \frac{50}{100}

This identity underlies everything: finding common denominators, simplifying results, and converting between fractions, decimals, and percentages.

ab=a×kb×kfor any k0\frac{a}{b} = \frac{a \times k}{b \times k} \quad \text{for any } k \neq 0

Adding Fractions Step by Step

The most common stumbling block is adding fractions with different denominators. You cannot add 13\frac{1}{3} and 14\frac{1}{4} directly because the pieces are different sizes. The solution: find a common denominator.

  1. Find the LCD: lcm(3,4)=12\text{lcm}(3, 4) = 12.
  2. Rewrite each fraction: 13=412\frac{1}{3} = \frac{4}{12} and 14=312\frac{1}{4} = \frac{3}{12}.
  3. Now add: 412+312=712\frac{4}{12} + \frac{3}{12} = \frac{7}{12}.

Common mistake: Adding numerators and denominators separately (13+14=27\frac{1}{3} + \frac{1}{4} = \frac{2}{7}). This is wrong. Think of it this way: you can't add thirds and fourths directly, just like you can't add meters and feet without converting first.


Simplifying to Lowest Terms

A fraction is in lowest terms when the numerator and denominator share no common factor other than 1. To simplify, divide both by their greatest common divisor (GCD):

1218÷gcd(12,18)=623\frac{12}{18} \xrightarrow{\div \gcd(12,18) = 6} \frac{2}{3}

The GCD is computed using the Euclidean algorithm: repeatedly replace the larger number with the remainder of dividing the larger by the smaller, until the remainder is 0. The last nonzero remainder is the GCD.

gcd(12,18):18=1×12+6,12=2×6+0gcd=6\gcd(12, 18): \quad 18 = 1 \times 12 + 6, \quad 12 = 2 \times 6 + 0 \quad \Rightarrow \gcd = 6

Types of Fractions

TypeDefinitionExample
ProperNumerator < denominator (value < 1)34\frac{3}{4}
ImproperNumerator ≥ denominator (value ≥ 1)73\frac{7}{3}
Mixed numberWhole part + proper fraction2132\frac{1}{3}
Unit fractionNumerator is 115\frac{1}{5}

Converting between improper fractions and mixed numbers:

73=213because 7÷3=2 remainder 1\frac{7}{3} = 2\frac{1}{3} \qquad \text{because } 7 \div 3 = 2 \text{ remainder } 1

Frequently Asked Questions

Why can't I add fractions by adding numerators and denominators separately?

Adding 13+14\frac{1}{3} + \frac{1}{4} as 27\frac{2}{7} is wrong because the pieces are different sizes. You must first convert to a common denominator so the pieces are the same size: 13=412\frac{1}{3} = \frac{4}{12} and 14=312\frac{1}{4} = \frac{3}{12}, then 412+312=712\frac{4}{12} + \frac{3}{12} = \frac{7}{12}.

What is the difference between a proper fraction, improper fraction, and mixed number?

A proper fraction has a numerator smaller than the denominator (like 34\frac{3}{4}, value less than 1). An improper fraction has a numerator greater than or equal to the denominator (like 73\frac{7}{3}, value at least 1). A mixed number combines a whole number with a proper fraction (like 2132\frac{1}{3}).

How do I find the least common denominator (LCD)?

The LCD is the least common multiple (LCM) of the two denominators. For 3 and 4, the LCM is 12. You can find the LCM by listing multiples of each denominator until you find the first match, or by computing lcm(a,b)=a×bgcd(a,b)\text{lcm}(a, b) = \frac{a \times b}{\gcd(a, b)}.

How do I simplify a fraction to lowest terms?

Divide both the numerator and denominator by their greatest common divisor (GCD). For 1218\frac{12}{18}: gcd(12,18)=6\gcd(12, 18) = 6, so 126=2\frac{12}{6} = 2 and 186=3\frac{18}{6} = 3, giving 23\frac{2}{3}. If the GCD is 1, the fraction is already in simplest form.

How do I convert between improper fractions and mixed numbers?

To convert 73\frac{7}{3} to a mixed number: divide 7 by 3, which gives 2 remainder 1. So 73=213\frac{7}{3} = 2\frac{1}{3}. To go the other way: multiply the whole part by the denominator and add the numerator: 2×3+1=72 \times 3 + 1 = 7, so 213=732\frac{1}{3} = \frac{7}{3}.

Fraction Calculator for Education

This educational version of our Fraction Calculator is designed specifically for students and teachers. It provides detailed step-by-step explanations for every calculation and visual representations to help understand fraction concepts.

Features that make this calculator ideal for education include:

  • Clear visualization of fractions to build intuition
  • Detailed explanation of each step in the calculation process
  • Common fraction buttons for quick input of frequently used values
  • Multiple ways to represent results (fraction, mixed number, decimal, percentage)
  • Conversion between decimals and fractions to strengthen number sense

Whether you're a student practicing fraction arithmetic or a teacher demonstrating fraction concepts, this calculator provides a valuable educational resource.

Related purpose Variants

Explore more purpose options

More Math Calculators

Explore the category

Calculator Search

Search and find calculators