Background:
For a long time I have had some issues with significant figures. More specifically, I never know when to resolve them. In my high-school physics class the examples in the textbook usually resolved the significant figures at the end of an equation.
A real example (this is the last step of a longer problem); this is the equation in the course:
$-w \cdot sin(\theta) = m \cdot a$
$-(290N) \cdot sin(23°) = 30.1kg \cdot a $
$ a = -3.8 \frac{ m} {sec ^2} $
With no rounding in between steps here you get -3.764519.... when rounded -3.8.
If one broke the problem into smaller steps however, like
$-w \cdot sin(\theta) = m \cdot a$
$-(290N) \cdot sin(23°) = 30.1kg \cdot a $
$ -110N = 30.1kg \cdot a$
$ a = \frac{-110N}{30.1kg} = -3.7$
Rounding at each step ends up 3.654485... 3.7 when rounded. There is enough difference there to make an answer like this one "wrong" against the textbook.
I personally think it makes more sense to do it like the second example, but which one is right?