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.
Add, subtract, multiply, and divide fractions — with automatic simplification.
From the two legs (a, b) of a right triangle, compute the hypotenuse, both acute angles, the area, and the perimeter.
Compute the perimeter of an ellipse from its semi-major (a) and semi-minor (b) axes using Ramanujan's second approximati...
Compute the area, circumference, and diameter of a circle from any single input.
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.
Find the hypotenuse from two legs, or recover a missing leg from the hypotenuse and the other leg, using the Pythagorean...
Count the significant figures in a number and round it to a chosen number of significant figures with optional scientifi...
Compute the cross product (vector product) of two 3-dimensional vectors, plus its magnitude — useful for torque, angular...
Compute the straight-line distance between two points (x₁, y₁) and (x₂, y₂) in the plane, plus the slope of the line thr...
Compute the straight-line distance between two points (x₁, y₁) and (x₂, y₂) in 2D space.
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 binomial probability of getting exactly k successes in n independent trials, each with probability of succes...
Find the coordinates of the midpoint of the segment connecting two points in the plane.
Compute sine, cosine, tangent, secant, cosecant, and cotangent of any angle in degrees or radians.
Compute the percentage difference between two values using the absolute difference divided by their average — useful whe...
Compute the Poisson probability of observing exactly k events when the average rate is λ events per interval.