{"id":38936,"date":"2022-03-04T16:57:19","date_gmt":"2022-03-04T15:57:19","guid":{"rendered":"https:\/\/moovago.com\/non-categorise\/on-line-percentage-calculation-with-formula\/"},"modified":"2025-10-27T15:09:30","modified_gmt":"2025-10-27T14:09:30","slug":"on-line-percentage-calculation-with-formula","status":"publish","type":"post","link":"https:\/\/moovago.com\/en\/calculation\/on-line-percentage-calculation-with-formula\/","title":{"rendered":"On-line percentage (%) calculation with formula"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"38936\" class=\"elementor elementor-38936 elementor-10897\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77a9464 e-flex e-con-boxed e-con e-parent\" data-id=\"77a9464\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2df1083 elementor-widget elementor-widget-text-editor\" data-id=\"2df1083\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Use our free online percentage calculator. Discover <strong>how to calculate a percentage<\/strong>: find the percentage of a number, apply a reduction or increase or calculate the rate of change between two numbers. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-03b4b15 e-flex e-con-boxed e-con e-child\" data-id=\"03b4b15\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d61b774 elementor-widget elementor-widget-heading\" data-id=\"d61b774\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Calculate the percentage of a number<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da166f4 elementor-widget elementor-widget-html\" data-id=\"da166f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 10px;\">\n    <b>What is&nbsp;&nbsp;&nbsp;<\/b> \n    <input type=\"number\" id=\"c-54644664654\" placeholder=\"10%\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px;\">\n    <b>of total&nbsp;&nbsp;&nbsp;&nbsp;<\/b> \n    <input type=\"number\" id=\"c-1451218941515\" placeholder=\"100\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<button style=\"background-color:#84cd00; padding: 10px 20px;\" id=\"btn-8741565151\">\n    <b>Calculate<\/b>\n<\/button>\n\n<p id=\"result-8741565151\" style=\"margin-top: 20px;\"><\/p>\n\n<!-- Ajout de la formule avec une police plus petite -->\n<p style=\"margin-top: 20px; font-size: 0.9em; color: #555;\">\n    <b>Formula:<\/b> (percentage * number) \/ 100\n<br><!-- Exemple avec une police plus petite -->\n\n <b>Example:<\/b> If you want to know what 15% of 200 is, the calculation would be: (15 * 200) \/ 100 = 30\n<\/p>\n<script>\n    document.getElementById('btn-8741565151').addEventListener('click', event => {\n        let ca = parseFloat(document.getElementById('c-54644664654').value);\n        let cb = parseFloat(document.getElementById('c-1451218941515').value);\n        let result = (cb * ca) \/ 100;\n\n        \/\/ Si le r\u00e9sultat est un entier, on affiche sans les d\u00e9cimales, sinon avec deux d\u00e9cimales\n        let resultText = Number.isInteger(result) ? result.toString() : result.toFixed(2).toString().replace('.', ',');\n\n        document.getElementById('result-8741565151').innerHTML = \n        \"<b>\" + ca + \"%<\/b> de <b>\" + cb + \"<\/b> est \u00e9gal \u00e0 <b style='color: #84BD00;'>\" + resultText + \"<\/b>\";\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d729fe5 e-flex e-con-boxed e-con e-child\" data-id=\"d729fe5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4b0f66 elementor-widget elementor-widget-heading\" data-id=\"b4b0f66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Calculate a percentage increase<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-817a791 elementor-widget elementor-widget-html\" data-id=\"817a791\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 10px;\">\n    <b>The number&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/b>\n    <input type=\"number\" id=\"c-41132212351\" placeholder=\"100\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px;\">\n    <b>increased by&nbsp;&nbsp;&nbsp;&nbsp;<\/b>\n    <input type=\"number\" id=\"c-87516111002\" placeholder=\"10%\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<button style=\"background-color:#84cd00; padding: 10px 20px;\" id=\"btn-78113062615\">\n    <b>Calculate<\/b>\n<\/button>\n\n<p id=\"result-78113062615\" style=\"margin-top: 20px;\"><\/p>\n\n<!-- Ajout de la formule avec une police plus petite -->\n<p style=\"margin-top: 20px; font-size: 0.9em; color: #555;\">\n    <b>Formula:<\/b> (1 + percentage \/ 100) * number\n<br> <b>Example:<\/b> If the number 100 increases by 15%, the increase is calculated as follows: (1 + 15 \/ 100) * 100 = 115\n<\/p>\n\n<script>\n    document.getElementById('btn-78113062615').addEventListener('click', event => {\n        let ca = parseFloat(document.getElementById('c-41132212351').value); \/\/ Nombre initial\n        let cb = parseFloat(document.getElementById('c-87516111002').value); \/\/ Pourcentage d'augmentation\n        let result = ca + (cb \/ 100 * ca); \/\/ Calcul du r\u00e9sultat\n\n        \/\/ Si le r\u00e9sultat est un entier, on affiche sans les d\u00e9cimales, sinon avec deux d\u00e9cimales\n        let resultText = Number.isInteger(result) ? result.toString() : result.toFixed(2).toString().replace('.', ',');\n\n        \/\/ Affichage du r\u00e9sultat sous la nouvelle forme : \"Une augmentation de X% du nombre X repr\u00e9sente X\"\n        document.getElementById('result-78113062615').innerHTML = \n        \"Une augmentation de <b style='color: #84BD00;'>\" + cb + \"%<\/b> du nombre <b style='color: #84BD00;'>\" + ca + \"<\/b> repr\u00e9sente <b style='color: #84BD00;'>\" + resultText + \"<\/b>\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a368560 e-flex e-con-boxed e-con e-child\" data-id=\"a368560\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67d4902 elementor-widget elementor-widget-heading\" data-id=\"67d4902\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Calculate a percentage decrease<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff0679e elementor-widget elementor-widget-html\" data-id=\"ff0679e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 10px;\">\n    <b>The number&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/b>\n    <input type=\"number\" id=\"c-745561230\" placeholder=\"100\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px;\">\n    <b>decreased by&nbsp;&nbsp;&nbsp;&nbsp;<\/b>\n    <input type=\"number\" id=\"c-45613210545\" placeholder=\"10%\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<button style=\"background-color:#84cd00; padding: 10px 20px;\" id=\"btn-5415641312\">\n    <b>Calculate<\/b>\n<\/button>\n\n<p id=\"result-5415641312\" style=\"margin-top: 20px;\"><\/p>\n\n<!-- Ajout de la formule avec une police plus petite -->\n<p style=\"margin-top: 20px; font-size: 0.9em; color: #555;\">\n    <b>Formula:<\/b> (1 - percentage \/ 100) * number\n<br> <b>Example:<\/b> If the number 100 decreases by 15%, the calculation of this decrease will be: (1 - 15 \/ 100) * 100 = 85\n<\/p>\n\n<script>\n    document.getElementById('btn-5415641312').addEventListener('click', event => {\n        let ca = parseFloat(document.getElementById('c-745561230').value); \/\/ Nombre initial\n        let cb = parseFloat(document.getElementById('c-45613210545').value); \/\/ Pourcentage de diminution\n        let result = ca - (cb \/ 100 * ca); \/\/ Calcul du r\u00e9sultat\n\n        \/\/ Si le r\u00e9sultat est un entier, on affiche sans les d\u00e9cimales, sinon avec deux d\u00e9cimales\n        let resultText = Number.isInteger(result) ? result.toString() : result.toFixed(2).toString().replace('.', ',');\n\n        \/\/ Affichage avec mise en forme (gras et vert)\n        document.getElementById('result-5415641312').innerHTML = \n        \"Une diminution de <b style='color: #84BD00;'>\" + cb + \"%<\/b> du nombre <b style='color: #84BD00;'>\" + ca + \"<\/b> repr\u00e9sente <b style='color: #84BD00;'>\" + resultText + \"<\/b>\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06ac9f2 e-flex e-con-boxed e-con e-child\" data-id=\"06ac9f2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a602cfb elementor-widget elementor-widget-heading\" data-id=\"a602cfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Calculating a percentage from two numbers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff77c2e elementor-widget elementor-widget-html\" data-id=\"ff77c2e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 10px;\">\n    <b>The number&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/b>\n    <input type=\"number\" id=\"c-9841561232\" placeholder=\"10\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<div style=\"display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px;\">\n    <b>represents what percentage of&nbsp;&nbsp;&nbsp;&nbsp;<\/b>\n    <input type=\"number\" id=\"c-5516218941156\" placeholder=\"100\" style=\"width: 200px; margin-left: 10px;\">\n<\/div>\n\n<button style=\"background-color:#84cd00; padding: 10px 20px;\" id=\"btn-4651105120162\">\n    <b>Calculate<\/b>\n<\/button>\n\n<p id=\"result-4651105120162\" style=\"margin-top: 20px;\"><\/p>\n\n<!-- Ajout de la formule avec une police plus petite -->\n<p style=\"margin-top: 20px; font-size: 0.9em; color: #555;\">\n    <b>Formula:<\/b> (number \/ total) * 100\n<br> <b>Example:<\/b> To calculate what 10 represents in relation to 100, the calculation would be: (10 \/ 100) * 100 = 10%.\n<\/p>\n\n<script>\n    document.getElementById('btn-4651105120162').addEventListener('click', event => {\n        let ca = parseFloat(document.getElementById('c-9841561232').value); \/\/ Le nombre\n        let cb = parseFloat(document.getElementById('c-5516218941156').value); \/\/ Le total\n        let result = (ca \/ cb) * 100; \/\/ Calcul du pourcentage\n\n        \/\/ Si le r\u00e9sultat est un entier, on affiche sans les d\u00e9cimales, sinon avec deux d\u00e9cimales\n        let resultText = Number.isInteger(result) ? result.toString() + \"%\" : result.toFixed(2).toString().replace('.', ',') + \"%\";\n\n        \/\/ Affichage avec mise en forme (gras et vert)\n        document.getElementById('result-4651105120162').innerHTML = \n        \"<b style='color: #84BD00;'>\" + ca + \"<\/b> repr\u00e9sente <b style='color: #84BD00;'>\" + resultText + \"<\/b> de <b style='color: #84BD00;'>\" + cb + \"<\/b>\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-994b9d0 elementor-widget elementor-widget-spacer\" data-id=\"994b9d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f15b977 elementor-widget elementor-widget-heading\" data-id=\"f15b977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is a percentage?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c2c139 elementor-widget elementor-widget-text-editor\" data-id=\"8c2c139\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In mathematics, a percentage is a simple way of expressing a part of a whole in terms of hundredths. In other words, it&#8217;s a fraction whose denominator is 100. For example, 25% represents 25 parts of 100.  <\/p><p>A percentage is a number that represents a fraction of 100. 10% is actually 10 \/ 100. <\/p><p>It is represented by a number, followed by the &#8220;%&#8221; symbol.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c50bb9 elementor-widget elementor-widget-heading\" data-id=\"2c50bb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is the formula for calculating a percentage?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d63f129 elementor-widget elementor-widget-text-editor\" data-id=\"d63f129\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your calculation depends on the type of problem to be solved. Here&#8217;s the formula to apply:   <\/p><p style=\"text-align: center;\"><strong>(Number * percentage) \/ 100<\/strong><\/p><p>To calculate 10% of 200, get a calculator and perform the following operation:<\/p><p style=\"text-align: center;\"><strong>(200 * 10) \/ 100) = 200 * 0,1 = 20<\/strong><\/p><p>You can also use one of our online calculators to complete your calculation quickly and easily.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c92e76 elementor-widget elementor-widget-heading\" data-id=\"3c92e76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How do you calculate a percentage?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-275cf79 elementor-widget elementor-widget-text-editor\" data-id=\"275cf79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3>Calculate a discount percentage<\/h3><p>Use the following formula:<\/p><p><u>Formula :<\/u> <strong>(1 &#8211; percentage \/ 100) * number<\/strong><br><u>Example <\/u>: You want to calculate the price of a promotional item. The initial price is 100\u20ac, and the discount is 15%. The new price will be: <strong>(1 &#8211; 15 \/ 100) * 100 = 85\u20ac.<\/strong>  <\/p><h3>Calculating a percentage increase<\/h3><p>If you need to calculate an increase, this formula will help you:<\/p><p><u>Formula :<\/u> <b>(1 + percentage<\/b><b> \/ 100) * number<\/b><br><u>Example<\/u>: A product costs \u20ac100. To apply a 15% increase, do the following calculation: <b>(1 + 15 \/ 100) * 100 = 115\u20ac.<\/b> <\/p><h3>Calculate the percentage ratio from two values<\/h3><p>To find out what percentage one value represents in relation to another, compare the part with the total measurement, then multiply the result by 100. The part must be a numerical value, and the total measurement must be a numerical value greater than the part. <\/p><p><u>Formula<\/u><u> :<\/u> <strong>(part \/ total value) * 100<\/strong><\/p><p>Example:<strong> <\/strong>Suppose you&#8217;ve spent \u20ac40 on a total budget of \u20ac200. What percentage of your budget did you spend? Apply the formula to obtain: <strong>(40 \/ 200) * 100 = 20%<\/strong>.  <\/p><p>You have thus spent 20% of your budget.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f2db8e9 elementor-widget elementor-widget-heading\" data-id=\"f2db8e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What's the point of a percentage?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ace5c3 elementor-widget elementor-widget-text-editor\" data-id=\"2ace5c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A percentage can be used to express a variety of measures, such as interest rates, reductions, growth or decline rates, etc.<\/p><p>In banking, retail, marketing and sales, mastering this mathematical concept is essential:<\/p><ul><li>calculate VAT,<\/li><li>calculate an interest rate,<\/li><li>calculate a discount applied to a product,<\/li><li>calculate the return on investment of CRM software,<\/li><li>calculate price trends,<\/li><li>Etc.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41db411 elementor-widget elementor-widget-heading\" data-id=\"41db411\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Calculation examples<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1822cef elementor-widget elementor-widget-text-editor\" data-id=\"1822cef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The percentage is a basic mathematical calculation that is used in many sectors, but can also be useful in everyday life. Let&#8217;s look at a few examples of applications: <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c176a7 elementor-widget elementor-widget-heading\" data-id=\"1c176a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculate the percentage of a price<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73b6b38 elementor-widget elementor-widget-text-editor\" data-id=\"73b6b38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Let&#8217;s say you want to know how much a product costs after a 25% reduction on its initial price of \u20ac80.<\/p><p><span style=\"text-decoration: underline;\">Formula<\/span>: <strong>initial price * (1 &#8211; percentage \/ 100)<\/strong><br><span style=\"text-decoration: underline;\">Example:<\/span> <strong>80 * (1 &#8211; 25 \/ 100) = \u20ac60<\/strong><\/p><p>The product will therefore cost \u20ac60 after discount.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-617edaf elementor-widget elementor-widget-heading\" data-id=\"617edaf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculate VAT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe30e96 elementor-widget elementor-widget-text-editor\" data-id=\"fe30e96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Would you like to determine the VAT amount or find the price including all taxes?<\/p><p>Let&#8217;s start with the calculation of the VAT amount. Whether VAT is set at 5.5% or 20%, the formula remains the same: <\/p><p><span style=\"text-decoration: underline;\">Formula:<\/span> <strong>(VAT * price excl. VAT) \/ 100<\/strong><br><span style=\"text-decoration: underline;\">Example:<\/span> If a product has a price excl. VAT of \u20ac200 and the VAT rate is 20%, the calculation to obtain the price incl. VAT is: <b>(15 * 200) \/ 100 = \u20ac20<span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">.<\/span><\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67ef560 elementor-widget elementor-widget-heading\" data-id=\"67ef560\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculate price incl. VAT from price excl.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbf723f elementor-widget elementor-widget-text-editor\" data-id=\"cbf723f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>To calculate the price inclusive of VAT from the price exclusive of VAT, first determine the VAT price, as described above, then add it to your price inclusive of VAT.<\/p><p>Here&#8217;s a simple formula for calculating it in a single operation:<strong> (1 + VAT \/ 100) * Price excluding VAT<\/strong><\/p><p>For example, if the price before tax is \u20ac1,000<span style=\"background-color: var( --e-global-color-49a30e0 ); color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ); text-align: var(--text-align);\">and VAT is set at 20%, the calculation would be: <strong>(1 + 20 \/ 100) * 1000) = \u20ac1,200.<\/strong><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fb6383 elementor-widget elementor-widget-heading\" data-id=\"8fb6383\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculating a pay rise<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9cf738 elementor-widget elementor-widget-text-editor\" data-id=\"a9cf738\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Would you like to apply a rate of increase to your or your employee&#8217;s salary?<\/p><p>To make this calculation, you&#8217;ll need to apply the following formula: <strong>(1 + percentage \/ 100) * number<\/strong><\/p><p><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\"><u>Example:<\/u> Let&#8217;s take a look at what a 5% pay rise represents. On a salary of 2000\u20ac, the calculation would be: <strong>(1 + 5 \/ 100) * 2000<\/strong>. <\/span><\/p><p><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">The salary after evolution is therefore equal to <\/span><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">2100\u20ac.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6524756 elementor-widget elementor-widget-heading\" data-id=\"6524756\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculating an insurance discount or premium<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2cb74c elementor-widget elementor-widget-text-editor\" data-id=\"a2cb74c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In insurance, percentages are used to calculate premiums or discounts.  <\/p><p><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\"><u>Example:<\/u><\/span> If an insurance premium amounts to \u20ac1,000 and a 10% discount is applied, the result is: <span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">(1000\u221710<\/span><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">)<\/span><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">\/100=\u20ac100<\/span><\/p><p>The amount to be paid is then \u20ac900, which makes it easy to see the savings.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-125fa4a elementor-widget elementor-widget-heading\" data-id=\"125fa4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculating a variation between two periods<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c977c1b elementor-widget elementor-widget-text-editor\" data-id=\"c977c1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div><div dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"57cfb556-6c74-4582-b32f-9577b6a00329\"><div><div><p>Analyzing variations in figures between two periods is commonplace, particularly in business or market statistics.<\/p><p><span style=\"text-decoration: underline;\">Example<\/span>: If a company&#8217;s sales increase from \u20ac200,000 in 2022 to \u20ac250,000 in 2023, the increase can be calculated as follows: (250000 &#8211; 200000) \/ 200000 * 100 = 25<\/p><\/div><\/div><\/div><\/div><p>This shows a 25% increase in sales. This method is essential for assessing annual performance. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d1fc50 elementor-widget elementor-widget-heading\" data-id=\"1d1fc50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculating the profitability of a sales tour<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-523dbcd elementor-widget elementor-widget-text-editor\" data-id=\"523dbcd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Itinerant salespeople often need to analyze the efficiency of their rounds.  <\/p><p><u>Example<\/u>: After using tour optimization software such as Moovago, a sales representative can calculate the time saved and the cost reduction. If an initial tour took 10 hours, and optimization has reduced this time to 8 hours, he can calculate the amount of time saved: <span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">(10 &#8211; 8) \/ 10 \u2217 100 = 20%<\/span>. <\/p><p><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">As a result, the sales representative saves 20% of his time by optimizing his routes, which translates directly into a reduction in travel costs.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c8084b elementor-widget elementor-widget-heading\" data-id=\"8c8084b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Percentage calculation to adjust sales targets<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b7f704 elementor-widget elementor-widget-text-editor\" data-id=\"9b7f704\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>When salespeople need to adjust their sales targets in line with new expectations or a promotion, they can calculate the necessary increase.  <\/p><p><u>Example<\/u>: The initial target was \u20ac50,000, and it has now risen to \u20ac60,000. The increase is calculated as follows: <span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">(60000 &#8211; 50000) \/ 50000 \u2217 100 = 20.<\/span> <\/p><p>This means that the target has increased by 20%, enabling the sales rep to plan his efforts accordingly.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-145967f elementor-widget elementor-widget-heading\" data-id=\"145967f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Calculate the ROI of CRM software<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45fb4c5 elementor-widget elementor-widget-text-editor\" data-id=\"45fb4c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">ROI (Return on Investment) <\/span><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">highlights the value of purchasing this tool by comparing benefits and costs. <\/span><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">This<\/span><span style=\"color: var( --e-global-color-text ); text-align: var(--text-align); font-family: var( --e-global-typography-text-font-family ); background-color: var( --e-global-color-49a30e0 );\">The latter include the purchase or rental of the CRM, as well as set-up costs.<\/span><\/p><p>To calculate the ROI of <a style=\"background-color: #fafafa;\" href=\"https:\/\/moovago.com\/blog\/crm\/crm-customer\/\">CRM software<\/a>, apply a very specific formula: (<b>(benefits &#8211; costs) \/ costs) x 100<\/b><\/p><p><u>Example of ROI calculation:<\/u> If a CRM software package cost you \u20ac1,000 and brought in \u20ac1,250, your ROI is the same. You therefore apply the formula: <strong>((\u20ac1250 &#8211; \u20ac1000) \/ \u20ac1000) \u00d7 100 = 25%<\/strong>. <\/p><p>The software&#8217;s ROI is therefore 25%.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53b6928 elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"53b6928\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Calculate the ROI of touring software with Moovago<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">Discover our <a href=\"https:\/\/moovago.com\/en\/\">ROI simulator for tour optimization software<\/a> like Moovago.<\/span>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bb6157 elementor-widget elementor-widget-spacer\" data-id=\"0bb6157\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f52fb0e elementor-widget elementor-widget-heading\" data-id=\"f52fb0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How do you make your calculations easy?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f367d49 elementor-widget elementor-widget-text-editor\" data-id=\"f367d49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>To help you with your calculations, Moovago offers free online calculators. Quickly find the solution to your mathematical problems at work or at home. Find the solution to your everyday calculations!  <\/p><p>These calculators are free, accessible at any time and their use is unlimited. Come back as often as you like to use our tools. We hope they&#8217;ll make your life easier!  <\/p><p>Feel free to consult other resources on calculating percentages:<\/p><ul><li><a href=\"https:\/\/www.excellersacademy.com\/blog\/formules-pour-calculer-un-pourcentage-sur-excel\" target=\"_blank\" rel=\"noopener\">Using Excel to calculate percentages<\/a><\/li><li>Calculate the <a href=\"https:\/\/www.service-public.fr\/simulateur\/calcul\/CalculReduction\" target=\"_blank\" rel=\"noopener\">percentage discount on a price<\/a><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b75684c elementor-widget elementor-widget-spacer\" data-id=\"b75684c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51655fe elementor-widget elementor-widget-heading\" data-id=\"51655fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Going further: other frequently asked questions about percentages<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3626c00 elementor-widget elementor-widget-toggle\" data-id=\"3626c00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5671\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5671\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What's the difference between percentage and evolution rate?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5671\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5671\"><p>Percentage and rate of change are both expressed in %.  <span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ); font-size: var( --e-global-typography-text-font-size ); background-color: var( --e-global-color-49a30e0 );\">However, they do not represent the same thing.<\/span><\/p>\n<ul>\n<li>A percentage represents a fraction of a whole. For example, 20% of 100 = 5. <\/li>\n<li>The rate of change expresses the variation between two numbers. The rate of change measures the change between two values over time. It is often used to compare an initial value with a final value, and to quantify the increase or decrease. It is also referred to as growth or decline. For example, the increase between 100 and 120 corresponds to an evolution rate of 20%.    <\/li>\n<\/ul>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5672\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5672\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How do you find the percentage difference between two numbers?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5672\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5672\"><p>To calculate a percentage from two numbers, divide the part by the total, then multiply the result by 100.<\/p>\n<p><span style=\"text-decoration: underline;\">Formula :<\/span> <strong>(Part \/ Total) \u00d7 100<\/strong><\/p>\n<p>Make sure the part is smaller than the total in your calculation.  <\/p>\n<p><span style=\"text-decoration: underline;\">Example<\/span>: To find out what 50 represents in relation to 200: <strong>(50 \/ 200) \u00d7 100 = 25%<\/strong>.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5673\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5673\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How do you calculate a percentage increase?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5673\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5673\"><p>You need to calculate the relative variation between the two values.<\/p>\n<p><span style=\"text-decoration: underline;\">Form :<\/span> <strong>((New value &#8211; Old value) \/ Old value) \u00d7 100<\/strong><\/p>\n<p><span style=\"text-decoration: underline;\">Example <\/span>: If an item originally cost \u20ac40 and now costs \u20ac60, you would do:<strong> ((60 &#8211; 40) \/ 40) \u00d7 100 = 50%<\/strong>.<\/p>\n<p>This means that the price has risen by 50%.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5674\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5674\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How do I calculate a percentage discount?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5674\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5674\"><p>Applying a discount percentage to a number can be particularly useful for calculating the final price of a sale item.<\/p>\n<p><u>Formula:<\/u> <strong>Initial price x (1 &#8211; reduction \/ 100)<\/strong>.<\/p>\n<p>For example, a 20% discount on a \u20ac100 item gives: 100 x (1 &#8211; 20 \/ 100) = \u20ac80.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5675\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-5675\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does a 10% reduction followed by another 10% equate to a total reduction of 20%?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5675\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-5675\"><p>No, <strong>percentages cannot be added together<\/strong>. This applies not only to the percentage reduction, but also to the percentage increase. They do not represent a fraction of the same base number.  <\/p>\n<p>If the first 10% discount is applied to \u20ac100, the result is \u20ac90. The second 10% discount is then applied to \u20ac90, giving a final price of \u20ac81, for a total discount of 19%. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5676\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-5676\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How do I use Moovago's calculators?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5676\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-5676\"><p>Whether you&#8217;re an individual or a professional, use our free online calculators via the inserts at the top of this page.<\/p>\n<p>To help you with your calculations, we&#8217;ve developed 4 calculators. Enter your starting values in the corresponding fields and click on Calculate to obtain the solution to your calculation. <\/p>\n<p>Our calculators are totally free and will remain so! If you find them useful, don&#8217;t hesitate to bookmark this page for easy retrieval. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18ebb1e e-flex e-con-boxed e-con e-parent\" data-id=\"18ebb1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2413ad7 elementor-widget elementor-widget-heading\" data-id=\"2413ad7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our other calculators and calculation tools for salespeople<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08d7092 elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts\" data-id=\"08d7092\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;classic_columns&quot;:&quot;2&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-49140 post type-post status-publish format-standard has-post-thumbnail hentry category-calculation\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/moovago.com\/en\/calculation\/calculation-of-net-margin-rate-in-line-with-formula\/\" tabindex=\"-1\">\n\t\t\t<div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/moovago.com\/wp-content\/uploads\/2021\/09\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob.png\" class=\"attachment-full size-full wp-image-42223\" alt=\"Net margin rate\" title=\"Moovago, application commerciaux, CRM, ERP, PGI, GRC\" srcset=\"https:\/\/moovago.com\/wp-content\/uploads\/2021\/09\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob.png 1024w, https:\/\/moovago.com\/wp-content\/uploads\/2021\/09\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob-300x169.png 300w, https:\/\/moovago.com\/wp-content\/uploads\/2021\/09\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob-768x432.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<p class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/moovago.com\/en\/calculation\/calculation-of-net-margin-rate-in-line-with-formula\/\">\n\t\t\t\tCalculation of net margin rate (%) in line with formula\t\t\t<\/a>\n\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-49002 post type-post status-publish format-standard has-post-thumbnail hentry category-calculation\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/moovago.com\/en\/calculation\/online-evolution-rate-calculation-with-formula\/\" tabindex=\"-1\">\n\t\t\t<div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/moovago.com\/wp-content\/uploads\/2022\/03\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob.png\" class=\"attachment-full size-full wp-image-42761\" alt=\"Online evolution rate calculation with formula\" title=\"Moovago, application commerciaux, CRM, ERP, PGI, GRC\" srcset=\"https:\/\/moovago.com\/wp-content\/uploads\/2022\/03\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob.png 1024w, https:\/\/moovago.com\/wp-content\/uploads\/2022\/03\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob-300x169.png 300w, https:\/\/moovago.com\/wp-content\/uploads\/2022\/03\/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Bob-768x432.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<p class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/moovago.com\/en\/calculation\/online-evolution-rate-calculation-with-formula\/\">\n\t\t\t\tOnline evolution rate calculation with formula\t\t\t<\/a>\n\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b06b19 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8b06b19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/moovago.com\/blog\/calcul\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">All other calculators<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Use our free online percentage calculator. Discover how to calculate a percentage: find the percentage of a number, apply a reduction or increase or calculate<\/p>\n","protected":false},"author":2,"featured_media":38937,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[481],"tags":[],"class_list":["post-38936","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-calculation"],"_links":{"self":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts\/38936","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/comments?post=38936"}],"version-history":[{"count":2,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts\/38936\/revisions"}],"predecessor-version":[{"id":38939,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts\/38936\/revisions\/38939"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/media\/38937"}],"wp:attachment":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/media?parent=38936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/categories?post=38936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/tags?post=38936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}