Percentage Calculator
Solve every common percentage question — "what is X% of Y", "X is what percent of Y", and percentage change.
Everyday arithmetic, algebra, and geometry — worked out clearly.
Percentages, fractions, ratios, geometry, and the little calculations that come up all the time — with formulas you can reuse anywhere.
Solve every common percentage question — "what is X% of Y", "X is what percent of Y", and percentage change.
Calculate the new value after applying a percentage increase and see the absolute change.
Compute the arithmetic mean (average), along with the median, mode, sum, and range, of any comma-separated list of numbe...
Solve a single linear equation of the form ax + b = c for the unknown x, including a clear "no solution / infinite solut...
Check whether any positive integer up to a trillion is prime, and if not, the smallest factor that proves it composite.
Solve a 2×2 system of linear equations { a₁x + b₁y = c₁ ; a₂x + b₂y = c₂ } using Cramer's rule, with a determinant check...
Factor any positive integer into its prime components and list every divisor and the count of distinct prime factors.
Compute the determinant of a 2×2 matrix [[a, b], [c, d]] = ad − bc, with a quick singularity flag.
Count the significant figures in a number and round it to a chosen number of significant figures with optional scientifi...
Convert numbers between standard decimal form and normalized scientific notation (a × 10ⁿ with 1 ≤ |a| < 10).
Compute the percentage change from an original value to a new value — positive for an increase, negative for a decrease.
Compute the percentage difference between two values using the absolute difference divided by their average — useful whe...
Project a quantity that grows continuously at a constant rate r over time t, using the standard exponential growth model...
Compute the n-th term and the sum of the first n terms of an arithmetic sequence from its first term and common differen...
Solve for a missing term in a proportion, simplify ratios, or scale one ratio up or down.
Compute the n-th term and the sum of the first n terms of a geometric sequence from its first term and common ratio.
Compute the remaining quantity after time t for an exponentially decaying process N(t) = N₀ · e⁻ᵏᵗ, plus the half-life.
Compute the percent change between an old value and a new value, with the absolute difference and direction.
Compute the mean absolute deviation (MAD) — the average absolute distance of each value from the mean — alongside the me...
Compute the standard error of the mean (SEM) — how precisely the sample mean estimates the population mean — from a list...
Compute the percent error between an experimental measurement and the accepted theoretical value.
Solve ax² + bx + c = 0 with real or complex roots, showing the discriminant along the way.
Compute the percent difference between two values — the absolute difference divided by their average, expressed as a per...
Solve a proportion a/b = c/d for any one of the four values, given the other three.