Example 1: Percent change to a model, then evaluate
A car is worth 28,000 dollars new and loses 12 percent of its value each year. Write a model for its value V after t years and find its value after 5 years.
- V = 28000 times 0.88^t
- linear: 28000 - 3360t
Show solution
- Identify the starting value: the car is worth 28,000 when t = 0, so a = 28000.
The coefficient a is always the value at time zero, which here is the price when new.
- Convert the percent loss to a multiplier: b = 1 - 0.12 = 0.88.
Each year the car keeps 88 percent of its value. A decay base must land between 0 and 1, and 0.88 does.
- Write the model: V = 28000 times 0.88^t, with t in years.
The rate is per year and the exponent counts years, so no rewriting of the exponent is needed.
- Start the power: 0.88² = 0.7744.
- Square that to get the fourth power: 0.88⁴ = 0.7744² = 0.59969536.
- Multiply by one more factor of 0.88: 0.88⁵ = 0.59969536 times 0.88 = 0.5277319168.
Squaring twice and multiplying once is three operations instead of four, and each one is easy to check.
- Multiply by the starting value: V = 28000 times 0.5277319168 = 14776.49, to the nearest cent.
- Compare with the linear trap: losing 12 percent of the original price, 3,360 dollars, every year would give 28000 - 5 times 3360 = 11,200 dollars, which is far lower.
Compound decay loses less each year because each 12 percent is taken from a smaller amount than the year before.
Answer: V = 28000 times 0.88^t, and the car is worth about 14,776.49 dollars after 5 years.