Loading tool...
Advanced calculator with scientific functions and history
Calculate aspect ratios, resize dimensions while maintaining proportions. Common presets for video, photo, mobile screens, and social media
Calculate exact age in years, months, and days. Find date differences, countdowns, zodiac signs, and detailed time breakdowns
Perform arithmetic with fractions by adding, subtracting, multiplying, and dividing with automatic simplification and format conversion. Fraction arithmetic requires finding common denominators, simplifying results, and managing mixed numbers—tedious manual calculation is error-prone. This calculator handles all the details automatically: finding common denominators, simplifying to lowest terms, converting between improper fractions and mixed numbers, and displaying results in your preferred format (simplified fractions, mixed numbers, or decimals). Perfect for math homework, recipe conversions, and measurement calculations.
Solve fraction arithmetic problems, verifying answers and understanding solution methods.
Scale recipe ingredients by converting fractions for different serving sizes.
Calculate material quantities and measurements using fractions common in construction.
Support fractions education through interactive calculation and format conversion.
Convert ingredient measurements in fractions when adapting recipes or substituting ingredients.
Calculate probabilities and ratios expressed as fractions in statistics and mathematics.
Fractions represent one of the oldest and most fundamental concepts in mathematics, emerging from the practical need to express parts of a whole. The ancient Egyptians used a distinctive system of unit fractions (fractions with numerator 1) as early as 1800 BCE, as documented in the Rhind Mathematical Papyrus. They expressed quantities like two-thirds as the sum of one-half plus one-sixth, developing elaborate tables of decompositions. The Babylonians used their base-60 system to express fractions, a tradition that survives in our measurement of angles and time. Modern fraction notation with a numerator above a denominator separated by a horizontal bar was popularized by Arabic mathematicians and introduced to Europe through Fibonacci's "Liber Abaci" in 1202.
In formal mathematics, fractions are elements of the rational numbers, denoted by Q (from the German "Quotient"). A rational number is any number that can be expressed as the ratio p/q where p and q are integers and q is not zero. The rational numbers form a field, meaning they are closed under addition, subtraction, multiplication, and division (except by zero), and satisfy the commutative, associative, and distributive properties. An important property of rational numbers is that their decimal expansions either terminate (like 1/4 = 0.25) or eventually repeat (like 1/3 = 0.333... or 1/7 = 0.142857142857...). Conversely, any terminating or repeating decimal represents a rational number.
Continued fractions offer an alternative representation that reveals deep number-theoretic properties. A continued fraction expresses a number as a whole number plus one divided by another whole number plus one divided by another, and so on. For rational numbers, continued fractions terminate after finitely many steps, while for irrational numbers like the square root of 2 or the golden ratio, they continue infinitely but often with beautiful patterns. The golden ratio has the simplest possible infinite continued fraction, consisting entirely of ones, which is why it is sometimes called the most irrational number. Continued fractions provide the best rational approximations to real numbers and appear in algorithms for solving Diophantine equations.
At the heart of fraction simplification lies Euclid's algorithm for finding the greatest common divisor (GCD), one of the oldest algorithms in mathematics, described in Euclid's "Elements" around 300 BCE. The algorithm works by repeatedly replacing the larger number with the remainder when dividing the larger by the smaller, until the remainder is zero. The last non-zero remainder is the GCD. To simplify a fraction, divide both numerator and denominator by their GCD. For finding common denominators when adding fractions, the least common multiple (LCM) of the denominators is used, which can be computed from the GCD using the relationship LCM(a,b) equals the absolute value of a times b divided by GCD(a,b). This elegant connection between GCD and LCM underlies all fraction arithmetic and demonstrates how a simple algorithm from ancient Greece remains essential in modern computation.
The calculator finds the greatest common divisor (GCD) of the numerator and denominator, then divides both by that number. For example, 6/8 simplifies to 3/4 because GCD(6,8)=2.
A mixed number combines a whole number and a fraction, like 2 3/4. The calculator converts between improper fractions (11/4) and mixed numbers (2 3/4) automatically.
To divide fractions, multiply by the reciprocal of the second fraction. For example, (1/2) / (3/4) = (1/2) x (4/3) = 4/6 = 2/3. The calculator handles this automatically.
Yes, the calculator shows fraction results as decimals too. For example, 3/8 = 0.375. It also handles repeating decimals like 1/3 = 0.333...
All processing happens directly in your browser. Your files never leave your device and are never uploaded to any server.