Calculator Soup
Your all-in-one math toolkit. Choose a calculation type below to get started with basic arithmetic, percentages, fractions, or unit conversions.
Popular Calculation Types
Most used calculation modes
Daily Usage
Calculations performed over time
Calculation Statistics
See how many calculations have been made over time
Math Guides & Articles
Calculator Soup: Percentages, Fractions, Geometry
Percentage Calculations You Will Actually Use Every Day
Percentages come up constantly: sales tax on a receipt, a discount at checkout, a grade on a test, or a tip at a restaurant. Most percentage confusion comes from not recognising which of the three core problem types you are dealing with. Once you identify the type, the formula is simple.
Result = (X / 100) × YExample: What is 18% of 0?
(18 / 100) × 240 = .20 (sales tax or tip calculation).Percent = (X / Y) × 100Example: You scored 47 out of 60.
(47 / 60) × 100 = 78.3% (grade calculation).Change = ((Y - X) / X) × 100Example: Price rose from to .
((96 - 80) / 80) × 100 = 20% increase (discount or price tracking).Tip calculations use Type 1. Grade calculations use Type 2. Comparing this month's sales to last month's uses Type 3. Recognising the question type is the first step to getting the right answer.
How the Fraction Calculator Handles Addition, Subtraction, Multiplication, and Division
Fractions feel difficult because each operation follows a different rule. Once you know those rules, every fraction problem becomes a predictable sequence of steps.
4/12 + 3/12 = 7/12.(2/3) × (3/5) = 6/15, which simplifies to 2/5.(3/4) ÷ (2/5) = (3/4) × (5/2) = 15/8.18/24 = 3/4.The single most common mistake is trying to add fractions by adding the denominators. The denominators never change when adding, only the numerators do, once you have a common denominator in place.
Mean, Median, and Mode: Which Type of Average Actually Tells You What You Need to Know
The word "average" is used loosely in everyday language, but in math there are three distinct measures, and choosing the wrong one can give a deeply misleading picture of your data.
Mean = Sum of all values / Number of values. Best when data is roughly symmetrical with no extreme outliers.Mean = (4 + 7 + 7 + 9 + 13) / 5 = 40 / 5 = 8.
Median = middle value = 7 (3rd of 5 values).
Mode = 7 (appears twice, more than any other).
In this dataset, the mean is pulled slightly upward by 13. The median and mode both point to 7 as the more representative value, which is why median is preferred for skewed data in fields like economics and real estate.

Greatest Common Factor and Least Common Multiple: When and How to Find Them
GCF and LCM are two sides of the same coin. GCF looks for what two numbers share. LCM looks for what they both belong to. Each has its own practical applications in everyday math.
Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24. Factors of 36: 1, 2, 3, 4, 6, 9, 12, 18, 36.
GCF =
12. Use this to simplify the fraction 24/36 to 2/3.Prime factorisation method: 24 = 2³ × 3, 36 = 2² × 3². GCF = 2² × 3 =
12.LCM of 4 and 6: Multiples of 4: 4, 8, 12... Multiples of 6: 6, 12... LCM =
12.This is the common denominator when adding 1/4 + 1/6. Result: 3/12 + 2/12 = 5/12.
LCM also solves real-world scheduling problems. If one task repeats every 4 days and another every 6 days, they next coincide on day 12, which is the LCM. This kind of overlap calculation appears in project planning, factory scheduling, and calendar math.
Geometry Formulas for Every Common Shape: Area, Perimeter, and Volume
Whether you are tiling a floor, calculating material for a construction project, or just working through a geometry problem, having the right formula at hand makes the work quick. Here are the formulas for the most commonly needed shapes, each with a practical real-world application.
Circle
Area:A = π × r²Circumference:
C = 2 × π × rA circular garden with a radius of 5 m has an area of
π × 25 = 78.54 m².Rectangle and Square
Area:A = length × widthPerimeter:
P = 2 × (l + w)A room that is 4 m by 6 m has a floor area of
24 m², useful for flooring estimates.Triangle
Area:A = (base × height) / 2Perimeter: sum of all three sides.
A triangular sail with a base of 3 m and height of 8 m has an area of
12 m².Cylinder Volume
Volume:V = π × r² × hSurface Area:
2πr(r + h)A water tank with radius 1 m and height 2 m holds
π × 1 × 2 = 6.28 m³ of water.Sphere Volume
Volume:V = (4/3) × π × r³Surface Area:
4 × π × r²A basketball with a radius of 12 cm has a volume of
(4/3) × π × 1728 = 7,238 cm³.When using any of these formulas, confirm that all measurements are in the same unit before you begin. Mixing metres and centimetres is the most common source of incorrect answers in geometry calculations.
How Calculator Soup Works
- Arithmetic: Perform basic operations - addition, subtraction, multiplication, division, powers, and modulo
- Percentage: Calculate percentages, find what percent one number is of another, percentage change, increase, and decrease
- Fractions: Add, subtract, multiply, and divide fractions with automatic simplification to lowest terms
- Unit Converter: Convert between units of length, weight, temperature, volume, area, speed, and time
- Precision: Results are displayed with appropriate decimal precision for accuracy
Frequently Asked Questions
The fastest method is to move the decimal point. To find 10% of any number, divide it by 10. To find 20%, divide by 10 and double it. To find 5%, halve the 10% figure. For less round percentages, the reliable formula is (percentage / 100) × number. For example, 18% of = (18 / 100) × 50 = . Most people find it easiest to calculate 10% first and build from there for quick mental math.
You cannot add fractions directly unless their denominators match. The first step is finding the least common denominator, which is the smallest number that both denominators divide into evenly. Then convert each fraction so it has that denominator, keeping the overall value the same. Once both fractions share a denominator, add the numerators and leave the denominator unchanged. For example, 1/3 + 1/4 requires a common denominator of 12, giving you 4/12 + 3/12 = 7/12.
The mean is the arithmetic average: add all values and divide by the count. The median is the middle value when data is sorted. They give the same result when data is symmetrical, but they diverge significantly when a dataset contains outliers. For example, if five people earn ,000, ,000, ,000, ,000, and 0,000, the mean is 0,000, which misrepresents most people in the group. The median is ,000, which is far more representative. Median is almost always preferred for income, housing prices, and any dataset with extreme values.
The most reliable manual method is prime factorisation. Break each number down into its prime factors, then identify which prime factors appear in both, taking the lowest power of each shared factor. Multiply those shared factors together to get the GCF. For example, GCF of 48 and 60: 48 = 2⁴ × 3 and 60 = 2² × 3 × 5. The shared factors are 2² and 3, so GCF = 4 × 3 = 12. An alternative is the Euclidean algorithm, which is faster for large numbers: repeatedly replace the larger number with the remainder of dividing the two, until the remainder is zero.
The area of a circle is calculated using the formula A = π × r², where r is the radius (the distance from the centre to the edge) and π is approximately 3.14159. If you are given the diameter instead of the radius, divide it by 2 first. For example, a circle with a radius of 7 cm has an area of π × 49 = 153.94 cm². Circumference, which is the distance around the circle, uses a different formula: C = 2 × π × r. It is important not to confuse the two formulas, as they answer different geometric questions.
Unit conversion always involves multiplying or dividing by a fixed conversion factor. For length: 1 inch = 2.54 cm, and 1 mile = 1.609 km. For weight: 1 pound = 0.4536 kg. For volume: 1 US gallon = 3.785 litres. To convert from a larger unit to a smaller one, multiply by the conversion factor. To go the other direction, divide. For temperature, the formulas are: Celsius to Fahrenheit = (C × 9/5) + 32, and Fahrenheit to Celsius = (F - 32) × 5/9. Keeping a short list of these conversion factors at hand covers the vast majority of everyday conversion needs.
Percentage change measures how much a value has grown or shrunk relative to its starting point, using the formula ((new - old) / old) × 100. Percentage points, by contrast, describe the absolute arithmetic difference between two percentages. If an interest rate rises from 3% to 5%, that is a 2 percentage point increase, but a 66.7% change (because 2 is 66.7% of 3). This distinction matters enormously in finance, economics, and statistics reporting. Saying a figure "increased by 2%" is very different from saying it "increased by 2 percentage points," and confusing the two is one of the most common errors in data communication.