百分比计算器 — 计算百分比、增长与下降
本百分比计算器解决常见的百分比问题:求某数的百分比、计算百分比增长、下降、差异及两个数值之间的变化。输入数字即可立即获得带分步公式的结果。
Percentage Calculator
Choose a calculation mode below to solve common percentage problems instantly.
Calculate what a specific percentage of a number is. For example, what is 15% of 200?
Frequently Asked Questions
如何计算一个数的百分比?
将该数乘以百分比除以 100。公式:结果 = 数值 × (百分比 / 100)。例如:200 的 25% = 200 × (25/100) = 200 × 0.25 = 50。
如何计算百分比增长?
百分比增长 = ((新值 - 旧值) / 旧值) × 100。例如:价格从 $80 涨到 $100。增长率 = (100-80)/80 × 100 = 25%。
如何计算百分比下降?
百分比下降 = ((旧值 - 新值) / 旧值) × 100。例如:价格从 $100 降到 $75。下降率 = (100-75)/100 × 100 = 25%。
百分比变化与百分比差异有什么区别?
百分比变化将新值与旧值比较(有方向:增加或减少)。百分比差异在不考虑方向的情况下比较两个值,以两者均值为基准:|A-B| / ((A+B)/2) × 100。
如何求一个数占另一个数的百分比?
用部分除以整体,再乘以 100。公式:百分比 = (部分 / 整体) × 100。例如:30 占 120 的百分比是多少?答案:(30/120) × 100 = 25%。
先增加某百分比再减少相同百分比会回到原值吗?
不会!增加 20% 再减少 20% 的结果小于原值。例如:$100 增加 20% = $120,$120 减少 20% = $96(不是 $100)。这种不对称性是因为减少是基于更大的数值计算的。
如何将分数转换为百分比?
用分子除以分母,再乘以 100。例如:3/8 = 0.375 × 100 = 37.5%。常见分数:1/2 = 50%,1/3 = 33.3%,1/4 = 25%,1/5 = 20%,3/4 = 75%。
如何将小数转换为百分比?
将小数乘以 100 并添加 % 符号。例如:0.85 = 85%,0.072 = 7.2%,1.5 = 150%。从百分比转换为小数,除以 100:42% = 0.42。
百分比的公式是什么?
基本百分比公式:百分比 = (部分 / 整体) × 100。相关公式:部分 = 整体 × (百分比/100),整体 = 部分 / (百分比/100)。这三种形式可在已知其他两个值时求解任意未知量。
如何在 Excel 中计算百分比?
基本百分比:=部分/整体(将单元格格式设置为百分比)。求数的百分比:=数值*百分比%。增长率:=(新值-旧值)/旧值。下降率:=(旧值-新值)/旧值。在 Excel 中将结果单元格格式设置为百分比。
Percentage Formulas
Below are the six most common percentage calculations with their formulas and worked examples.
1. What is X% of Y?
Example: 25% of 200 = 200 × 0.25 = 50
2. X is what percent of Y?
Example: 30 is what % of 120? → (30 / 120) × 100 = 25%
3. Percentage Increase
Example: Price from $80 to $100 → (100 - 80) / 80 × 100 = 25% increase
4. Percentage Decrease
Example: Price from $100 to $75 → (100 - 75) / 100 × 100 = 25% decrease
5. Percentage Difference
Example: Difference between 40 and 60 → |40 - 60| / ((40 + 60) / 2) × 100 = 20 / 50 × 100 = 40%
6. Reverse Percentage (Find Original Value)
After increase: Original = New Value / (1 + X/100)
After decrease: Original = New Value / (1 - X/100)
Example: $120 after a 20% increase → 120 / 1.20 = $100 original
Common Percentage Mistakes to Avoid
Increase + Decrease Don't Cancel Out
A 20% increase followed by a 20% decrease does not return to the original value. Example: $100 + 20% = $120, then $120 - 20% = $96 (not $100). The decrease is calculated on the larger number.
Using the Wrong Base Number
"A is 50% more than B" and "B is 50% less than A" are different statements. If A = 150 and B = 100, A is 50% more than B, but B is 33.3% less than A. Always identify which number is the base (denominator) for your calculation.
Adding Percentages With Different Bases
You can't simply add percentages that have different base values. A 10% discount on one item and a 20% discount on another does not equal a 30% total discount. You must calculate each discount separately on its respective base price, then combine the dollar amounts.
Percentage Points vs. Percent Change
Going from 10% to 15% is a 5 percentage point increase but a 50% relative increase. These are very different statements. "Unemployment rose 2 percentage points" (from 5% to 7%) vs. "Unemployment rose 40%" (from 5% to 7%) describe the same change differently.
Common Percentage Reference Table
Quick reference for converting between fractions, decimals, and percentages.
| Fraction | Decimal | Percentage |
|---|---|---|
| 1/2 | 0.5 | 50% |
| 1/3 | 0.333... | 33.33% |
| 2/3 | 0.667... | 66.67% |
| 1/4 | 0.25 | 25% |
| 3/4 | 0.75 | 75% |
| 1/5 | 0.2 | 20% |
| 2/5 | 0.4 | 40% |
| 3/5 | 0.6 | 60% |
| 4/5 | 0.8 | 80% |
| 1/6 | 0.167... | 16.67% |
| 1/8 | 0.125 | 12.5% |
| 3/8 | 0.375 | 37.5% |
| 5/8 | 0.625 | 62.5% |
| 7/8 | 0.875 | 87.5% |
| 1/10 | 0.1 | 10% |
Tip: X% of Y always equals Y% of X. For example, 8% of 50 = 50% of 8 = 4. This trick makes mental math much easier.
Related Tools
- Discount Calculator — Calculate sale prices, stacked discounts, and savings
- Tip Calculator — Calculate tips and split bills at restaurants
- Grade Curve Calculator — Curve exam scores with percentage adjustments
- Margin Calculator — Calculate profit margin and markup percentages