If I have some values to use in a calculation, which all have 3 significant digits, then I know that the result will also have no more than 3 significant digits.
Am I allowed to round up/down to 3 digits during intermediate steps in the calculation? If not (which it seems is the case), then why not? Isn't any more digits just "random" inaccurate digits anyways since we started off with only 3-digit values? I do not see how these extra digits will make a difference.
If the question is not entirely clear, here is the reason I ask.
I am looking at an easy vector problem from a university physics book. My result is exactly the answer given, BUT is off by $1$ at the last (third) digit.
The question:
Follow a path $180\,\mathrm{m}$ straight west ($\vec A$), then $210\,\mathrm{m}$ in a direction $45 ^\circ$ east of south ($\vec B$), and then $280\,\mathrm{m}$ at $30^\circ$ east of north ($\vec C$). A fourth displacement $\vec D$ brings you back to start. Determine the magnitude of $\vec D$.
My answer for the magnitude is $D=144\,\mathrm{m}$. The answer in the book says $D=143\,\mathrm{m}$.
My procedure is to set up the vectors' coordinates:
$$\vec A=(-180,0)\,\mathrm{m}\\ \vec B=(B\sin 45^\circ,B\cos 45^\circ)\,\mathrm{m}=(148,-148)\,\mathrm{m}\\ \vec C=(C\sin 30^\circ,B\cos 30^\circ)\,\mathrm{m}=(140,242)\,\mathrm{m}$$
then to add them:
$$\vec D=-(\vec A+\vec B+\vec C)=-((-180,0)+(148,-148)+(140,242))\,\mathrm{m}\\ =\underline{-(108,94.0)\,\mathrm{m}}$$
and then to find the magnitude:
$$D=\sqrt{(-180\,\mathrm{m})^2+(94.0\,\mathrm{m})^2}=\underline{\underline{144\,\mathrm{m}}}$$
The issue is that I have messed with an intermediate step: I have rounded the coordinates for $\vec B$ and $\vec C$ up/down to 3 digits. If I don't and instead keep all digits in my calculator all the way and don't remove it until the end, it is correct.