Fraction Calculator
Add, subtract, multiply, and divide fractions with step-by-step solutions. Convert between fractions, decimals, and mixed numbers. All calculations happen instantly in your browser.
Result
Enter a fraction to reduce it to its simplest form.
Core Capabilities
Four Arithmetic Operations
Add, subtract, multiply, and divide any two fractions with a single click. The calculator automatically finds the Least Common Denominator for addition and subtraction, cross-multiplies where needed, and simplifies the final result. Whether you are working with proper fractions, improper fractions, or negative values, the tool handles every combination correctly and shows the answer as a simplified fraction, a mixed number, and a decimal so you can use whichever format your assignment or project requires.
Step-by-Step Solutions
Every calculation includes a detailed breakdown showing exactly how the answer was reached. The step-by-step panel walks you through finding the LCD, rewriting each fraction with the common denominator, performing the operation on the numerators, computing the GCD, and simplifying. This makes the calculator a powerful learning tool for students who want to understand fraction arithmetic rather than just get an answer, and it provides a quick reference for teachers building lesson plans or parents helping with homework.
All-In-One Conversion Suite
Beyond basic arithmetic, the tabbed tools let you simplify any fraction, convert a fraction to its decimal equivalent, turn a decimal into a simplified fraction, and switch between mixed numbers and improper fractions. Each conversion runs instantly and displays the GCD used for simplification so you can verify the math. The conversion suite covers every common fraction task in a single page without requiring you to visit multiple websites or use a separate app.
Quick Start Guide
- Enter the numerator and denominator for the first fraction in the left column. Negative numbers are supported by typing a minus sign before the number.
- Choose an operation by clicking the plus, minus, multiplication, or division button between the two fractions.
- Enter the numerator and denominator for the second fraction in the right column.
- Click the Calculate button to see the result displayed as a simplified fraction, mixed number, and decimal, along with a full step-by-step solution below.
- Use the tabbed tools below the main calculator to simplify fractions, convert between fractions and decimals, or switch between mixed numbers and improper fractions.
Who Uses a Fraction Calculator?
Math Tutors & Students
Math tutors use the step-by-step solutions to walk students through fraction arithmetic, helping them understand the process of finding common denominators, simplifying results, and converting between formats. Students can check their homework answers and learn from detailed breakdowns of each operation.
Bakers & Home Cooks
Scaling recipes often means doubling or halving fractional measurements. A baker who needs to double 3/4 cup of flour can quickly compute 3/4 + 3/4 or 3/4 times 2 to get 1 1/2 cups, ensuring accurate ingredient ratios without mental math mistakes that could ruin a batch.
Carpenters & Builders
Construction measurements frequently use fractions of inches. A carpenter cutting boards needs to add lengths like 5 3/8 inches and 2 7/16 inches precisely. This calculator handles mixed number arithmetic so measurements are exact and cuts fit together perfectly.
Frequently Asked Questions
How do I convert a decimal like 0.375 back into a fraction?
To convert a terminating decimal like 0.375 into a fraction, multiply it by a power of 10 to remove the decimal point. Since 0.375 has three decimal places, multiply by 1000 to get 375/1000. Then find the Greatest Common Factor (GCF) of 375 and 1000, which is 125. Divide both the numerator and denominator by 125 to get the simplified fraction 3/8. This method works for any terminating decimal: count the decimal places, write the number over the corresponding power of 10, and simplify. For repeating decimals like 0.333..., algebraic methods are needed — set x = 0.333..., multiply both sides by 10 to get 10x = 3.333..., subtract to get 9x = 3, so x = 1/3.
Why do some fractions produce repeating decimals?
A fraction produces a terminating decimal only when the denominator (in its fully simplified form) has no prime factors other than 2 and 5. These are the prime factors of 10, which is the base of our decimal system. For example, 1/8 terminates because 8 = 2 cubed, and 1/20 terminates because 20 = 2 squared times 5. However, 1/3 repeats because 3 is a prime factor that is not 2 or 5. Similarly, 1/7 produces the repeating decimal 0.142857142857... because 7 is not a factor of any power of 10. The length of the repeating cycle is related to the smallest power of 10 that leaves a remainder of 1 when divided by the denominator.
How do I add fractions with different denominators quickly?
The fastest method is to find the Least Common Multiple (LCM) of the two denominators and use it as the common denominator. For example, to add 2/9 + 5/12, compute the LCM of 9 and 12, which is 36. Convert each fraction: 2/9 becomes 8/36 (multiply by 4) and 5/12 becomes 15/36 (multiply by 3). Now add the numerators: 8 + 15 = 23, giving 23/36. Using the LCM rather than simply multiplying denominators (which would give 108) keeps the numbers smaller and often eliminates the need to simplify at the end. For two denominators a and b, the LCM equals (a times b) divided by their GCF.
When should I use improper fractions versus mixed numbers?
Improper fractions (where the numerator is larger than the denominator, like 7/4) are better for calculations because they work directly with all four arithmetic operations without extra conversion steps. Mixed numbers (like 1 3/4) are better for communication and real-world contexts because they are easier to visualize and understand — saying a board is 5 3/8 inches long is more intuitive than 43/8 inches. As a rule of thumb, convert to improper fractions when you need to compute, then convert back to a mixed number when you need to present the result. In scientific and engineering contexts, decimals are often preferred over both formats.
How do I simplify a fraction to its lowest terms?
To simplify a fraction, find the Greatest Common Factor (GCF) of the numerator and denominator, then divide both by that number. For example, to simplify 48/64, find the GCF of 48 and 64. Using the Euclidean algorithm: 64 divided by 48 leaves remainder 16, then 48 divided by 16 leaves remainder 0, so the GCF is 16. Divide both parts: 48/16 = 3 and 64/16 = 4, giving the simplified fraction 3/4. A fraction is fully simplified when the numerator and denominator share no common factors other than 1. This calculator performs simplification automatically and shows you the GCF used, so you can verify the result and learn the technique.
How Toolrip Compares to Other Fraction Tools
| Feature | Toolrip | Wolfram Alpha | Symbolab | Desmos | TI-84 Calculator |
|---|---|---|---|---|---|
| Fraction Arithmetic | Yes | Yes | Yes | Limited | Yes |
| Step-by-Step Solutions | Free | Paid | Paid | No | No |
| No Signup Required | Yes | Yes | No | Yes | N/A |
| Works Offline | Yes | No | No | No | Yes |
| Mixed Number Conversion | Yes | Yes | Yes | No | Yes |
| Cost | Free | Free / Pro | Free / Premium | Free | $100+ |
Sources & References
- Wolfram MathWorld — Comprehensive mathematics reference with proofs and definitions
- Khan Academy Mathematics — Free educational resources with worked examples
- MDN Math Reference — JavaScript Math object documentation used in this calculator