When adding three or more numbers together do you add two at a time, while applying significant digits to each sum of two, or do you sum the whole thing, then modify it to express the significant digits.
For example, which of the following is correct:
$2.5 + 2.5 + 5.56 + 5.56 = 5.0 + 5.56 + 5.56 = 10.56 + 5.56 = 16.12 = 16.1$
$2.5 + 2.5 + 5.56 + 5.56 = 5.0 + 5.56 + 5.56 = 10.6 + 5.56 = 16.16 = 16.2$
Note that to $10.56$ is $10.6$ in the second equation, since $5.0 + 5.56 = 10.12$, rounded to $10.1$, since $5.0$'s least significant is a tenth.