I was working on an exercise from a chemistry textbook which was about an application of the osmotic pressure formula.
When I checked the solution the answer give was $62.05$ while I was getting as a result $63.4$.
I was going over the logic and I could not find a problem. In the end I found out that the difference is because I rounded a bit.
Specifically: the pressure given was $560$mm and when I converted it to standard atm ($\frac{560}{760}$) I kept as a result $0.73$ atm instead of $0.7368$ atm.
Then when applying the formula $\frac{0.73\times 0.1}{0.082\times 303}$ I kept as a result $0.0029$ instead of $0.0029656$
So these two truncations (multiplying $0.1$ with $0.73$ instead of $0.7368$ and dividing by $0.0029$ instead of $0.0029656$ ended up in the difference in the solution.
So in general, when working on a problem what is the approach/convention on how many decimals or when to truncate when doing calculations to end up with results that match that of others?