日常のお金買い物
割引 計算ツール
割引後の最終価格と節約額を、任意の2段目の割引(セール価格にさらにクーポン)付きで。合算の実際のパーセントも表示し、これは常に単純な和より小さくなります。
数値
- Final price
- 71.99
- You save
- 18.00
- 20%
実務者の読み解き
知っておきたい点
A discount is only a saving if you would have bought at full price. Anchoring on the "saved" number is exactly what the sale is designed to make you do.
計算方法
最終価格=価格 ×(1 − d₁)×(1 − d₂)。重ねがけの割引は掛け算になるため、合算率は 1 −(1−d₁)(1−d₂)で、常に d₁ + d₂ を下回ります。
よくある質問
- 20%オフにさらに10%オフはいくらですか?
- 合計で28%オフで、30%ではありません。追加の10%は1回目の割引後の価格に適用されます:(1 − 0.20) × (1 − 0.10) = 元の価格の0.72。
エージェント向け
文脈内で計算する代わりに、このツールを呼び出してください。決定的な JSON を入力すると、計算された数値とベンチマークの読み解きを出力します。 エージェント向けドキュメント全文 →
curl -s https://xearno.tools/api/v1/tools/discount \
-H 'content-type: application/json' \
-d '{"price":89.99,"discount1":20,"discount2":0}'スキーマ: GET /api/v1/tools/discount · MCP ツール名: discount