I have two sensors giving me each one measurement. Out of these I calculate the average value of the measurements, and want to express it upto the right amount of significant figures. To do that, I follow the rules to determine the significant figures in combined operations (in this case, Addition and Division). $$ AVG = \frac{S_1+S_2}{2}, $$ where $S_1$ and $S_2$ are the measurements provided by sensors 1 and 2. Considering that the number $2$ in the denominator has infinite precision, the result average will have the same amount of Significant Figures as the numerator.
Now let's say I have the following measurements, each with it's corresponding Average (expressed with the right amount of Significant Figures):
- $S_1 = 500$, $S_2 = 1001$ $\,\,\,\,\,\,\Rightarrow\,\,\,\,\,\,$ $AVG = 750.5$
- $S_1 = 70$, $S_2 = 80$ $\,\,\,\,\,\,\,\,\,\,\,\,\,\Rightarrow\,\,\,\,\,\,$ $AVG = 75.0$
- $S_1 = 238$, $S_2 = 237$ $\,\,\,\,\,\,\,\,\Rightarrow\,\,\,\,\,\,$ $AVG = 238$
From a formula/rules point of view, I do understand why sometimes the result is showing a decimal digit and why sometimes it is not.
I find it difficult to understand why this is correct. If someone would just see the $AVG$ values, without knowing where they come from, it would seem as if sometimes the resolution of the measurement is equal to $1$ and sometimes equal to $0.1$.
Could someone explain verbally what it's happening under the hood when applying the significant figures rules. Why does it seem there's more resolution in some cases compared to others?