Accepted answer
Mechanically, dose arithmetic has three parts: concentration from vial content and diluent, volume from dose and concentration, and units from volume and syringe scale.
The rounding error accumulates if you round too many times — rounding concentration to 5.0, rounding the dose volume to 0.1 mL, rounding the unit reading to 10 — and the safest approach is to work the full precision and round only the final answer.
The relevant detail is that on filtration: a 0.22 µm syringe filter will remove particulates and organisms, and it will also adsorb a fraction of your peptide onto the membrane — with a low-binding PVDF or PES membrane the loss is typically a few per cent.
The insulin-unit standard U-100 means 100 units per millilitre, so one unit is 0.01 mL — this is the conversion that trips up more people here than any other single piece of arithmetic.
The caveat is that this assumes the vial contains what the label says, and if the content assay has not been done, the arithmetic is precise about an unknown quantity.
Write the arithmetic on the vial label. It costs nothing and removes the step where you reconstruct it from memory.
3Good answer, but the confidence interval in the cited trial is wider than implied. – ilaria_bertone 9 months ago add a comment