Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

< style> .main-result { background:#e3f2fd; border:2px solid #2196F3; border-radius:6px; padding:1.5rem; margin-bottom:1rem; text-align:center; } .main-result-label { font-size:1.1rem; color:#1565C0; margin-bottom:0.5rem; } .main-result-value { font-size:2.4rem; font-weight:800; color:#0D47A1; line-height:1.1; } .main-result-unit { font-size:1rem; color:#1976D2; margin-top:0.25rem; } .result-table { width:100%; border-collapse:collapse; margin-top:1rem; } .result-table th, .result-table td { padding:0.5rem 0.6rem; text-align:left; border-bottom:1px solid #ddd; font-size:0.95rem; } .result-table th { background:#f5f5f5; font-weight:600; }
20% less than 200 is
160
Original number (Y) 200
Amount of decrease 40
Result 160

What Is This Calculator?

This calculator answers a very common question: "What number is X% less than Y?" In other words, if you take a number Y and reduce it by a given percentage X, what value remains? This is exactly the math behind a percentage discount, a price markdown, or any reduction expressed as a percent.

How to Use It

Enter the percentage you want to subtract in the Percent less (X%) field, and enter the starting number in the Number (Y) field. The calculator instantly shows the reduced result, along with the original number and the exact amount that was subtracted.

The Formula Explained

The result is calculated as $$\text{Result} = \text{Y} \times \left(1 - \frac{\text{X}}{100}\right)$$ First \(X/100\) converts the percentage into a decimal fraction. Subtracting that from 1 gives the fraction of Y that remains after the reduction. Multiplying by Y produces the final number. The amount removed is simply \(\text{Y} \times X/100\).

Advertisement
Bar representing base number Y with a portion removed and the remaining result bar
Subtracting X% of Y from Y leaves the reduced result.

Worked Example

Suppose you want to know what number is 20% less than 200. Convert the percent: \(20/100 = 0.20\). The remaining fraction is \(1 - 0.20 = 0.80\). Multiply by the base: $$200 \times 0.80 = 160$$ The amount of decrease is \(200 \times 0.20 = 40\), and indeed \(200 - 40 = 160\).

Worked example showing 20 percent less than 150 equals 120
Example: 20% less than 150 gives 120, with 30 subtracted.

FAQ

Can X be more than 100? Yes. If X is greater than 100 the result becomes negative, since you are subtracting more than the whole of Y.

What if X is 0? Then nothing is subtracted and the result equals Y exactly.

Is this the same as a discount? Yes — finding the price that is X% less than Y is identical to applying an X% discount to Y.

Last updated: