Fraction Calculator with Steps

RevisionTown Math Tool

Fraction Calculator

Use this Fraction Calculator to add, subtract, multiply, divide, simplify, compare, convert, and understand fractions with clear step-by-step explanations. It supports proper fractions, improper fractions, mixed numbers, decimal-to-fraction conversion, fraction-to-decimal conversion, least common denominator work, greatest common divisor simplification, visual fraction bars, and printable-style learning explanations for students, teachers, parents, and self-learners.

Add Fractions Subtract Fractions Multiply Fractions Divide Fractions Simplify Fractions Mixed Numbers Decimal Conversion Visual Fraction Bars

Interactive Fraction Calculator

Add, Subtract, Multiply, or Divide Two Fractions

Simplify a Fraction

Mixed Number and Improper Fraction Converter

Decimal and Fraction Converter

Compare Two Fractions

Result

\( \frac{1}{2} + \frac{1}{4} = \frac{3}{4} \)
Enter values and choose an operation to see the answer, simplified form, decimal form, mixed-number form, and step-by-step work.

Fraction Bar Visual

First fraction: 1/2
Second fraction: 1/4
Result: 3/4

Fraction Calculator: Complete Guide

A fraction represents a part of a whole. It is written as \( \frac{a}{b} \), where \( a \) is the numerator and \( b \) is the denominator. The numerator tells how many parts are being counted, while the denominator tells how many equal parts the whole is divided into. For example, \( \frac{3}{4} \) means three parts out of four equal parts. Fractions are one of the most important ideas in arithmetic because they connect whole numbers, division, decimals, percentages, ratios, measurement, probability, algebra, geometry, finance, science, and real-world problem solving.

This Fraction Calculator is designed for quick answers and deep learning. It does not only return the final result. It also shows simplified form, decimal form, mixed-number form, and step-by-step reasoning. That makes it useful for students who want to check homework, teachers who want a clear explanation model, parents helping children, and adults who need accurate fraction calculations for recipes, construction, finance, measurement, or professional tasks.

The most important rule is simple: every fraction must have a denominator that is not zero. A denominator of zero is undefined because division by zero has no valid arithmetic meaning.

Parts of a Fraction

A fraction has two main parts. The top number is called the numerator. The bottom number is called the denominator. In \( \frac{5}{8} \), the numerator is \( 5 \), and the denominator is \( 8 \). This means the whole is divided into eight equal parts, and five of those parts are selected. The line between the numerator and denominator also represents division, so \( \frac{5}{8} \) is the same as \( 5 \div 8 \).

\[ \frac{a}{b} = a \div b,\quad b \ne 0 \]

Proper Fractions

A proper fraction has a numerator smaller than the denominator. Examples include \( \frac{1}{2} \), \( \frac{3}{7} \), and \( \frac{9}{10} \). Proper fractions have values between \( 0 \) and \( 1 \) when both numerator and denominator are positive. They are common in early fraction learning because they clearly represent part of a single whole.

Improper Fractions

An improper fraction has a numerator greater than or equal to the denominator. Examples include \( \frac{7}{4} \), \( \frac{10}{3} \), and \( \frac{12}{12} \). Improper fractions can represent values greater than or equal to \( 1 \). They are useful in algebra and advanced math because they are easier to calculate with than mixed numbers.

Mixed Numbers

A mixed number combines a whole number and a proper fraction. For example, \( 2\frac{1}{3} \) means \( 2 + \frac{1}{3} \). Mixed numbers are easy to read in real-world contexts, such as recipes or measurements. However, when doing operations like multiplication or division, it is usually better to convert mixed numbers into improper fractions first.

\[ W\frac{n}{d} = \frac{Wd+n}{d} \]

How to Add Fractions

To add fractions, first check whether the denominators are the same. If the denominators are the same, add the numerators and keep the denominator. For example, \( \frac{2}{9} + \frac{5}{9} = \frac{7}{9} \). The denominator stays \( 9 \) because both fractions are already measured in ninths.

\[ \frac{a}{b}+\frac{c}{b}=\frac{a+c}{b} \]

If the denominators are different, the fractions must be rewritten with a common denominator. A common denominator is a number that both denominators can divide into evenly. The most efficient common denominator is usually the least common denominator, also called the LCD. For example, to add \( \frac{1}{3}+\frac{1}{4} \), the least common denominator of \( 3 \) and \( 4 \) is \( 12 \). Then \( \frac{1}{3}=\frac{4}{12} \), and \( \frac{1}{4}=\frac{3}{12} \). Adding gives \( \frac{7}{12} \).

\[ \frac{a}{b}+\frac{c}{d}=\frac{ad+bc}{bd} \]

How to Subtract Fractions

Subtracting fractions follows the same denominator rule as addition. If the denominators are the same, subtract the numerators and keep the denominator. If the denominators are different, rewrite both fractions with a common denominator, then subtract.

\[ \frac{a}{b}-\frac{c}{d}=\frac{ad-bc}{bd} \]

For example, \( \frac{5}{6}-\frac{1}{4} \) can be solved using a common denominator of \( 12 \). The first fraction becomes \( \frac{10}{12} \), and the second becomes \( \frac{3}{12} \). The answer is \( \frac{7}{12} \). This calculator shows those intermediate transformations so learners can understand why the final result appears.

How to Multiply Fractions

Multiplication is usually the easiest fraction operation. Multiply the numerators together, then multiply the denominators together. After that, simplify the answer if possible. For example, \( \frac{2}{3}\times\frac{3}{5}=\frac{6}{15} \), which simplifies to \( \frac{2}{5} \).

\[ \frac{a}{b}\times\frac{c}{d}=\frac{ac}{bd} \]

A useful shortcut is cross-cancellation before multiplying. If one numerator and the opposite denominator share a common factor, reduce them first. This keeps numbers smaller and reduces the chance of arithmetic errors. For example, in \( \frac{6}{7}\times\frac{14}{15} \), the \( 14 \) and \( 7 \) can reduce to \( 2 \) and \( 1 \), and the \( 6 \) and \( 15 \) can reduce to \( 2 \) and \( 5 \). The result becomes \( \frac{4}{5} \).

How to Divide Fractions

To divide by a fraction, multiply by its reciprocal. The reciprocal of \( \frac{c}{d} \) is \( \frac{d}{c} \), assuming \( c \ne 0 \). For example, \( \frac{3}{4}\div\frac{2}{5}=\frac{3}{4}\times\frac{5}{2}=\frac{15}{8}=1\frac{7}{8} \).

\[ \frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\times\frac{d}{c}=\frac{ad}{bc} \]

Division by zero is not allowed. That means the second fraction cannot have a numerator of zero when it is used as the divisor, because flipping it would create a denominator of zero. This calculator automatically detects that invalid case and shows an error instead of producing a misleading result.

How to Simplify Fractions

Simplifying a fraction means reducing it to its lowest terms. A fraction is in lowest terms when the numerator and denominator have no common factor except \( 1 \). For example, \( \frac{12}{18} \) simplifies to \( \frac{2}{3} \) because both \( 12 \) and \( 18 \) can be divided by \( 6 \). The number \( 6 \) is the greatest common divisor, also called the GCD.

\[ \frac{a}{b}=\frac{a\div \gcd(a,b)}{b\div \gcd(a,b)} \]

This calculator uses the Euclidean algorithm to find the GCD efficiently. The Euclidean algorithm repeatedly replaces the larger number with the remainder after division until the remainder becomes zero. The last nonzero remainder is the greatest common divisor.

Least Common Denominator

The least common denominator is the least common multiple of the denominators. It is the smallest denominator that can be used to rewrite two or more fractions with equivalent values. The LCD makes addition, subtraction, and comparison easier.

\[ \operatorname{lcm}(b,d)=\frac{|bd|}{\gcd(b,d)} \]

For example, the LCD of \( 8 \) and \( 12 \) is \( 24 \). So \( \frac{3}{8} \) becomes \( \frac{9}{24} \), and \( \frac{5}{12} \) becomes \( \frac{10}{24} \). Now the fractions can be compared or added directly.

Equivalent Fractions

Equivalent fractions are fractions that have the same value even though they look different. For example, \( \frac{1}{2} \), \( \frac{2}{4} \), \( \frac{3}{6} \), and \( \frac{50}{100} \) all represent the same quantity. You create equivalent fractions by multiplying or dividing the numerator and denominator by the same nonzero number.

\[ \frac{a}{b}=\frac{ak}{bk},\quad k\ne0 \]

Comparing Fractions

Fractions can be compared in several ways. You can convert both to decimals, use a common denominator, or cross multiply. Cross multiplication is fast and reliable for two fractions. To compare \( \frac{a}{b} \) and \( \frac{c}{d} \), compare \( ad \) and \( bc \). If \( ad>bc \), then \( \frac{a}{b}>\frac{c}{d} \). If \( ad

\[ \frac{a}{b}\ ?\ \frac{c}{d} \quad \Longrightarrow \quad ad\ ?\ bc \]

Fraction to Decimal Conversion

Every fraction can be written as a decimal by dividing the numerator by the denominator. For example, \( \frac{3}{4}=3\div4=0.75 \). Some fractions terminate, such as \( \frac{1}{2}=0.5 \), \( \frac{1}{4}=0.25 \), and \( \frac{1}{8}=0.125 \). Other fractions repeat, such as \( \frac{1}{3}=0.333\ldots \) and \( \frac{2}{11}=0.1818\ldots \).

\[ \frac{a}{b}=a\div b \]

Decimal to Fraction Conversion

To convert a terminating decimal to a fraction, count the number of decimal places. Put the decimal number over a power of \( 10 \), then simplify. For example, \( 0.375 \) has three decimal places, so it becomes \( \frac{375}{1000} \). Dividing the numerator and denominator by \( 125 \) gives \( \frac{3}{8} \).

\[ 0.375=\frac{375}{1000}=\frac{3}{8} \]

Why Fractions Matter

Fractions are not only classroom arithmetic. They appear in almost every quantitative field. In cooking, a recipe may need \( \frac{3}{4} \) cup of milk or \( \frac{1}{2} \) teaspoon of salt. In construction, measurements often use fractions of inches. In finance, interest rates and ownership shares may be expressed fractionally. In science, fractions appear in ratios, concentrations, probability, and unit conversions. In algebra, rational expressions are built from fraction logic. If a learner understands fractions well, many later math topics become easier.

Common Fraction Mistakes

One of the most common mistakes is adding denominators during addition. For example, \( \frac{1}{2}+\frac{1}{3} \) is not \( \frac{2}{5} \). You cannot add the denominators because the fractions describe parts of different sizes. The correct process is to use a common denominator. Since the LCD of \( 2 \) and \( 3 \) is \( 6 \), the expression becomes \( \frac{3}{6}+\frac{2}{6}=\frac{5}{6} \).

Another common mistake is forgetting to simplify. An answer such as \( \frac{8}{12} \) may be mathematically correct, but \( \frac{2}{3} \) is the simplified form. In most school settings, final answers are expected in simplest form unless the problem asks for a specific denominator.

A third mistake is mishandling negative signs. The fractions \( -\frac{2}{5} \), \( \frac{-2}{5} \), and \( \frac{2}{-5} \) all represent the same value. However, \( \frac{-2}{-5} \) is positive \( \frac{2}{5} \). This calculator normalizes signs so that the denominator is positive and the sign is placed with the numerator or whole result.

Step-by-Step Example: Addition

Suppose you want to calculate \( \frac{2}{3}+\frac{5}{6} \). The denominators are \( 3 \) and \( 6 \). The least common denominator is \( 6 \). Rewrite \( \frac{2}{3} \) as \( \frac{4}{6} \). Now add \( \frac{4}{6}+\frac{5}{6}=\frac{9}{6} \). Simplify by dividing numerator and denominator by \( 3 \), giving \( \frac{3}{2} \), which is also \( 1\frac{1}{2} \).

Step-by-Step Example: Subtraction

Suppose you want to calculate \( \frac{7}{8}-\frac{1}{4} \). Rewrite \( \frac{1}{4} \) as \( \frac{2}{8} \). Then \( \frac{7}{8}-\frac{2}{8}=\frac{5}{8} \). Because \( 5 \) and \( 8 \) share no common factor except \( 1 \), the result is already simplified.

Step-by-Step Example: Multiplication

For \( \frac{4}{9}\times\frac{3}{8} \), multiply across to get \( \frac{12}{72} \). Then simplify by dividing by \( 12 \), giving \( \frac{1}{6} \). You can also cross-cancel before multiplying: \( 4 \) and \( 8 \) reduce to \( 1 \) and \( 2 \), while \( 3 \) and \( 9 \) reduce to \( 1 \) and \( 3 \). Then the product is \( \frac{1}{6} \).

Step-by-Step Example: Division

For \( \frac{5}{12}\div\frac{10}{9} \), flip the second fraction and multiply: \( \frac{5}{12}\times\frac{9}{10}=\frac{45}{120} \). Simplify by dividing by \( 15 \), giving \( \frac{3}{8} \). The calculator follows the same reciprocal rule and shows the intermediate multiplication form.

How This Calculator Handles Negative Fractions

Negative fractions can appear in arithmetic, algebra, coordinate geometry, temperature changes, debts, and rate problems. This calculator accepts negative numerators and denominators. It normalizes the final result so the denominator is positive. For example, \( \frac{3}{-4} \) is displayed as \( -\frac{3}{4} \). If both numerator and denominator are negative, the result becomes positive.

How This Calculator Handles Zero

Zero can be a numerator, but it cannot be a denominator. \( \frac{0}{7}=0 \), which is valid. However, \( \frac{7}{0} \) is undefined. When calculating division, the divisor fraction cannot be zero because dividing by zero is undefined. The calculator checks these cases and prevents invalid answers.

Best Practices for Students

When solving fractions manually, write each step clearly. First identify the operation. Then check whether a common denominator is needed. Next perform the operation. Finally simplify the result and convert to a mixed number only if requested. Students should not skip the simplification step because many fraction answers look different even when they are equivalent.

Using Fraction Bars

Fraction bars are visual models that divide a whole into equal parts. They help learners see why denominators matter. For example, \( \frac{1}{2} \) and \( \frac{2}{4} \) look different numerically, but the fraction bar shows the same amount shaded. Visual models are especially helpful for young learners and for anyone who wants to understand fractions conceptually instead of memorizing rules only.

Fraction Rules Summary Table

OperationRuleFormulaImportant Note
AddUse common denominator, then add numerators.\( \frac{a}{b}+\frac{c}{d}=\frac{ad+bc}{bd} \)Simplify final answer.
SubtractUse common denominator, then subtract numerators.\( \frac{a}{b}-\frac{c}{d}=\frac{ad-bc}{bd} \)Watch negative results.
MultiplyMultiply numerators and denominators.\( \frac{a}{b}\times\frac{c}{d}=\frac{ac}{bd} \)Cross-cancel when helpful.
DivideMultiply by the reciprocal.\( \frac{a}{b}\div\frac{c}{d}=\frac{ad}{bc} \)Do not divide by zero.
SimplifyDivide numerator and denominator by GCD.\( \frac{a}{b}=\frac{a\div g}{b\div g} \)\( g=\gcd(a,b) \)

How to Use This Fraction Calculator

  1. Select the calculator mode: Basic Operations, Simplify, Mixed Number, Decimal Convert, or Compare.
  2. Enter the numerator and denominator values. Denominators must not be zero.
  3. Choose the operation when using the basic fraction calculator.
  4. Click the calculate button.
  5. Review the answer, simplified form, decimal value, mixed-number form, visual model, and step-by-step explanation.

Frequently Asked Questions

What is a fraction?

A fraction is a number written as \( \frac{a}{b} \), where \( a \) is the numerator and \( b \) is the denominator. It represents division or part of a whole.

How do I add fractions with different denominators?

Find a common denominator, rewrite both fractions using that denominator, add the numerators, and simplify the result.

How do I subtract fractions?

Use a common denominator, subtract the numerators, keep the denominator, and reduce the result to lowest terms.

How do I multiply fractions?

Multiply the numerators together and multiply the denominators together. Then simplify the answer.

How do I divide fractions?

Multiply the first fraction by the reciprocal of the second fraction. For example, \( \frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\times\frac{d}{c} \).

What does simplifying a fraction mean?

Simplifying means reducing a fraction to lowest terms by dividing the numerator and denominator by their greatest common divisor.

Can a denominator be zero?

No. A denominator of zero is undefined because division by zero is not valid in arithmetic.

What is an improper fraction?

An improper fraction has a numerator that is greater than or equal to the denominator, such as \( \frac{7}{4} \).

What is a mixed number?

A mixed number combines a whole number and a fraction, such as \( 2\frac{1}{3} \).

Is this calculator useful for homework?

Yes. It gives the answer and the method, so learners can check both final results and reasoning steps.