跳转至

3.2.4 Compound Percentage Changes

Applying multiple successive percentage changes to a value, such as multiple discounts or consecutive growth rates.

定义

Compound percentage changes refer to the application of multiple successive percentage changes to an initial value. When a value undergoes more than one percentage change (such as multiple discounts, consecutive growth rates, or a combination of increases and decreases), the final result is determined by applying each percentage change sequentially to the result of the previous change, not by simply adding the percentages together. If an initial value \(V_0\) is subjected to percentage changes of \(p_1\%\), \(p_2\%\), ..., \(p_n\%\) in succession, the final value is calculated by multiplying the original value by the corresponding multipliers \((1 + \frac{p_i}{100})\) for each change, where positive percentages represent increases and negative percentages represent decreases.

核心公式

  • \(V_f = V_0 \times (1 + \frac{p_1}{100}) \times (1 + \frac{p_2}{100}) \times ... \times (1 + \frac{p_n}{100})\)
  • \(V_f = V_0 \times \prod_{i=1}^{n} (1 + \frac{p_i}{100})\)
  • \(\text{Multiplier} = (1 + r_1)(1 + r_2)...(1 + r_n)\), where \(r_i = \frac{p_i}{100}\)
  • \(\text{Overall Percentage Change} = \left[\prod_{i=1}^{n} (1 + r_i) - 1\right] \times 100\%\)
  • \(V_f = V_0(1 + r)^n\) for \(n\) identical successive percentage changes of rate \(r\)

易错点

  • ⚠️ Adding percentages directly instead of using multipliers: Students often incorrectly add multiple percentage changes (e.g., a 20% increase followed by a 10% decrease equals a 10% net change) rather than multiplying the corresponding multipliers (1.20 × 0.90 = 1.08, which is an 8% net increase).
  • ⚠️ Forgetting to convert percentages to decimal form: Failing to divide the percentage by 100 before adding to 1, leading to incorrect multipliers and final values.
  • ⚠️ Confusing the order of operations: Assuming that the order of percentage changes doesn't matter when it actually does in some contexts, or incorrectly applying changes to the original value instead of sequentially to each intermediate result.
  • ⚠️ Misinterpreting the final multiplier as a percentage: Calculating the correct multiplier but then failing to convert it back to a percentage change correctly (e.g., a multiplier of 1.08 represents an 8% increase, not 108%).