حساب النسبة المئوية للتغير

حساب النسبة المئوية للزيادة أو النقصان بين رقمين.

النسبة المئوية للتغير
الفرق

النتائج تحديث كما تكتب.

هل أعطتك هذه الحاسبة الإجابة الصحيحة؟

عن هذه الحاسبة

the original value, divide by the original, and multiply by 100 — a positive result is an increase and a negative one a decrease. A percentage change calculator finds how much a value has gone up or down in percent terms between an original and a new number, plus the raw difference. Subtract the original from the new value, divide by the original, and multiply by 100 — a positive result is an increase and a negative one a decrease. Reverse it and 260 falling back to 200 is about a −23% change.UseUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for calculationsUse it for

الأسئلة المتكررة

كيف أحسب النسبة المئوية للتغير؟

خذ القيمة الأصلية من القيمة الجديدة، وقسمها على القيمة الأصلية، ثم ضربها في 100. ومن 200 إلى 260، تكون (260-200)/200 × 100 = زيادة بنسبة 30%.

ماذا تعني النتيجة السلبية؟

النسبة المئوية السلبية تعني أن القيمة انخفضت، ومن 260 إلى 200 تعني تغيراً بنسبة -23%.

كيف أحسب النسبة المئوية للزيادة؟

خذ الزيادة (الجديدة مطروحاً منها الأصلية)، وقسمها على الأصلية، ثم ضربها في 100. والانتقال من 50 إلى 75 يمثل زيادة بنسبة 25%، لذا فإن 25 ÷ 50 × 100 = زيادة بنسبة 50%.

كيف أحسب النسبة المئوية للتخفيض؟

ولنأخذ الانخفاض (الأصلي مطروحاً منه الجديد)، ونقسمه على الأصل، ثم نضربه في 100. فالانخفاض من 80 إلى 60 يمثل انخفاضاً بنسبة 20%، لذا فإن 20 ÷ 80 × 100 = انخفاض بنسبة 25%.

لماذا لا يكون ارتفاع الأسعار وهبوطها بنفس النسبة المئوية متناظرين؟

إن السبب وراء هذا الاختلاف هو أن التغيرين يقاسان في مقابل نقاط بداية مختلفة. فزيادة بنسبة 30% من 200 إلى 260 لا تتراجع بانخفاض بنسبة 30% ـ إن خفض 260 إلى 200 لا يمثل سوى انخفاض بنسبة 23%، لأن 260 هو الأساس الأكبر.

ما هو الفرق بين النسبة المئوية للتغير والنقاط المئوية؟

إن التغير النسبي نسبي بالنسبة للقيمة الأولية، في حين أن النقاط المئوية هي الفجوة المطلقة بين النسبتين المئويتين. فإذا ارتفع المعدل من 4% إلى 6% فإن هذا يعني ارتفاعاً بنقطتين مئويتين ولكنه يمثل تغيراً بنسبة 50%.

❤️ الحب Calculator.Free? شاركها

𝕏  X Facebook Reddit
API - استخدام هذا الحاسب من الشفرة

استدعاء هذه الحاسبة كنقطة نهاية JSON مجانية - لا مفتاح مطلوب. إرسال قيم الحقل أدناه كبارامترات الاستفسار أو JSON. أي شيء تحذفه يستخدم نفس الافتراض الذي تم ملء هذه الصفحة مسبقاً به؛ البارامترات غير المعروفة هي 400، لا صفر صامت أبداً. اقرأ كامل وثائق API →

نقطة النهاية

GET https://calculator.free/api/v1/percentage-change/

curl

curl "https://calculator.free/api/v1/percentage-change/?from=200&to=260"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/percentage-change/?" + new URLSearchParams({
    "from": "200",
    "to": "260"
  }));
const data = await r.json();
console.log(data.results);

النتائج هي تقديرات للتوجيه العام فقط، وليس المشورة المالية أو الطبية أو الضريبية.