Kalkulator
Find the sale price and how much you save from any percentage discount.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
discount calculator is a tool that can help you calculate the actual price of a product. It can be used to calculate the actual price of a product, or to calculate the actual price of a product that you are buying. It can be used to calculate the actual price of a product, or to calculate the actual price of a product that you are buying. It can be used to calculate the actual price of a product, or to calculate the actual price of a product that you are buying. It can be used to calculate the actual price of a product, or to calculate the actual
Tambayoyi da ake yi da yawa
Yadda zan ƙididdige wani kashi na rage farashin?
Multiply the price by the discount percent and divide by 100 to get the saving, then subtract it. 25% off 80 is a saving of 20, so the final price is 60.
Yadda ake aiki da lissafin waƙa?
An yi amfani da wani sauki na biyu ga farashin da aka rage, ba na farko ba. 25% off sa'an nan 10% off 80 yana ba da 80 → 60 → 54, ba 52 ba.
Ta yaya zan iya ƙididdige farashin ƙarshe bayan wani ragin?
Multiply the original price by (1 − discount ÷ 100). For 25% off 80: 80 × 0.75 = 60. The amount you save is the original minus that figure — here 20.
Shin, 50% na rage da 20% na rage daidai ne da 70% na rage?
No. The 20% comes off the price already reduced by 50%, so 100 → 50 → 40, an effective 60% off — not 70%. Stacked percentages never simply add together.
Ta yaya zan samu farashin farko daga farashin sayarwa?
Divide the sale price by (1 − discount ÷ 100). If an item is 60 after 25% off, the original was 60 ÷ 0.75 = 80. This reverses a single discount.
Yadda zan ƙara haraji na sayarwa zuwa farashin da aka rage?
Work out the sale price first, then multiply by (1 + tax ÷ 100). The tax field under advanced options does this automatically, so the final figure is what you actually pay at checkout.
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
GET https://calculator.free/api/v1/discount/
curl
curl "https://calculator.free/api/v1/discount/?price=80&percent=25"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/discount/?" + new URLSearchParams({
"price": "80",
"percent": "25"
}));
const data = await r.json();
console.log(data.results);
Results are estimates for general guidance only, not financial, medical or tax advice.