Abbreviating fractions
Fast, accurate and free online fraction reduction tool running directly in your browser.
-
1Enter data
Enter content, paste text or load a file from disk. -
2Click the button
The tool will immediately process your data in the browser. -
3Get the result
Copy the finished text or save the file to your device.
return "Result ready in 0.1s";
}
- Entry:42/56
- Znormalizowany: 42/56
- NWD(|42|, |56|) = 14
- Dzielimy licznik i mianownik przez 14:
- 42 ÷ 14 = 3, 56 ÷ 14 = 4
- Shortened fraction:3/4
Show Raw Data
{
"normalized": "42/56",
"gcd": 14,
"simplified": "3/4",
"simplified_num": 3,
"simplified_den": 4,
"mixed": "3/4",
"decimal": "0.75",
"primary": "3/4",
"output": "Shortened fraction:3/4\nMixed number:3/4\nDecimal fraction:0.75\n\nKroki:\n- Entry:42/56\n- Znormalizowany: 42/56\n- NWD(|42|, |56|) = 14\n- Dzielimy licznik i mianownik przez 14:\n- 42 ÷ 14 = 3, 56 ÷ 14 = 4\n- Shortened fraction:3/4",
"steps": [
"Entry:42/56",
"Znormalizowany: 42/56",
"NWD(|42|, |56|) = 14",
"Dzielimy licznik i mianownik przez 14:",
"42 ÷ 14 = 3, 56 ÷ 14 = 4",
"Shortened fraction:3/4"
]
}
Rate this tool:
Related tools
Other tools you may find usefulReducing fractions - online simplifying
Calculator for reducing and simplifying fractions. Enter the fraction in numerator/denominator form (e.g. 42/56), and the tool will calculate the greatest common divisor (GCD), provide the fraction, mixed number and decimal equivalent - step by step.
What is
The tool reduces a common fraction to an irreducible form, i.e. one in which the numerator and denominator do not have a common divisor greater than 1. It is useful for students, teachers and anyone who works with fractions in everyday calculations - recipes, dimensions, finances or statistics.
How to use
Type a fraction in the input field in one of three formats: fraction (e.g.42/56), mixed number (e.g.3 1/2), or whole number (e.g.7). Select the result format and optionally check "Show calculation steps". Click "Process" - you'll see reduced fractions, mixed numbers, decimals, and GCD in a second.
What is fraction reduction?
Reducing fractions (also known as simplifying) involves dividing the numerator and denominator by their greatest common divisor (GCD). After reduction, the fraction has smaller numbers and is easier in further calculations. For example, the fraction 42/56: GCD(42, 56) = 14, so 42÷14 = 3 and 56÷14 = 4 - the result is 3/4.
Greatest common divisor (GCD)
The GCD of two numbers is the largest integer that divides both numbers without a remainder. We calculate it using Euclid's algorithm: we divide the larger number by the smaller one, take the remainder and repeat until the remainder is 0. The last non-zero divisor is GCD. Knowing GCD, reducing a fraction is a single operation.
Irreducible fraction
A fraction is irreducible (in other words: in its simplest form) when the GCD of its numerator and denominator is 1. Examples: 3/4, 5/7, 11/13. If GCD > 1, the fraction can and should be simplified before further arithmetic.
Mixed number
A mixed number is a number consisting of an integer and a proper fraction, e.g. 1 3/4 (one and three quarters). We get it when the numerator is greater than the denominator (improper fraction). The tool automatically converts a shortened fraction into a mixed form.
Decimal
A decimal is a notation with a decimal point, e.g. 0.75. Not every fraction has a finite decimal expansion - e.g. 1/3 = 0.333…. The calculator shows the result with an accuracy of 12 decimal places, removing unnecessary trailing zeros.
Frequently asked questions
How to reduce the fraction 36/48?
We calculate GCD(36, 48) = 12. We divide: 36÷12 = 3, 48÷12 = 4. Result: 3/4. The tool will do it for you and show you every step.
What if GCD = 1?
If the GCD of the numerator and denominator is 1, the fraction is already irreducible - e.g. 5/7. The calculator will signal this by returning the same fraction unchanged.
Can you reduce negative fractions?
Yes. The tool supports negative fractions, e.g. -12/16 = -3/4. The minus sign is transferred to the numerator.
What is the difference between a proper fraction and an improper fraction?
Proper fraction: numerator < denominator (e.g. 3/4). Improper fraction: numerator >= denominator (e.g. 7/4). An improper fraction can be written as a mixed number: 7/4 = 1 3/4.
How to enter a mixed number?
Enter the integer part, a space and a fraction, e.g.3 1/2. The tool will automatically convert this to an improper fraction before calculating GCD.