X% of Y = (X / 100) × Y
Percentage Calculator — All 8 Formulas with Steps
X% of Y = (X / 100) × Y
Calculate X% of Y with step-by-step solution
Percentage change from A to B
Find the original price before the discount
Full breakdown: discount, tax, and total
Use
+X% or -X% for percentage steps; +X or -X for absolute amountsExamples
%
Enter values to calculate
Pick a mode above and the result updates as you type. Try one of the examples to see a worked solution.
Python template
Advertisement
((B − A) / A) × 100%
Original = Final / (1 − Disc% / 100)