इस टूल में कोई समस्या है?

«प्रतिशत कैलकुलेटर ऑनलाइन» के बारे में

यह टूल तीन सबसे आम प्रतिशत प्रश्नों को संभालता है: "Y का X% क्या है?", "X, Y का कितना प्रतिशत है?", और "X से Y तक प्रतिशत परिवर्तन क्या है?"। प्रत्येक गणना के अपने इनपुट फ़ील्ड होते हैं और परिणाम तुरंत दिखाया जाता है।

प्रतिशत गणना हर जगह आती है: टिप, कर, छूट, ग्रेड स्कोर, सांख्यिकीय तुलना, व्यवसाय वृद्धि और जनसंख्या परिवर्तन।

प्रतिशत-परिवर्तन गणना सही ढंग से वृद्धि को कमी से अलग करती है और साइन किया गया परिणाम दिखाती है।

इस टूल का उपयोग कैसे करें

How to compute the three classic percentage problems

  1. Choose the mode

    "Mode" picks the problem: `of` ("X% of Y is …?"), `whatPercent` ("X is what % of Y?"), or `change` ("% change from X to Y"). Each one takes the same two number inputs but treats them differently.

  2. Enter A and B

    "Value A" and "Value B" are the two operands. In `of` mode A is the percent and B is the base. In `whatPercent` A is the part and B the whole. In `change` A is the old value and B the new — negative results mean a decrease.

  3. Press Run

    Result returns a single `result` field. `of` returns `A × B / 100`. `whatPercent` returns `A / B × 100`. `change` returns `(B − A) / A × 100`. All rounded to 2 decimals.

  4. Sanity checks

    Increase from 100 to 150 is +50% (change mode). 50 is 25% of 200 (whatPercent). 30% of 80 is 24 (of). Anything that doesn't match those intuitions is probably the wrong mode for what you meant to ask.