Calculate sum-of-years-digits depreciation.
Calculate depreciation for each year using sum-of-years-digits method.
Solve without hints for +5 XP
This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.
| A | B | |
|---|---|---|
| 1 | Parameter | Value |
| 2 | Cost | 24000 |
| 3 | Salvage | 3000 |
| 4 | Life | 10 |
| 5 | Period | 1 |
| 6 | SYD |
SYD calculates depreciation using the sum-of-years-digits method, another accelerated depreciation approach.