Accepted answer
Concretely, this is arithmetic, so let us do the arithmetic rather than argue about it.
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.
On the detail: breaking it down further: if a 10 mg vial has 96.5 per cent content, you have 9.65 mg of peptide. Divide that by 2.00 mL and your concentration is 4.825 mg/mL, not 5.00 mg/mL, which is a 3.5 per cent systematic error in every dose calculation.
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.
If in doubt, use more diluent and accept the shorter usable window.
edited 14 Dec 2024 by amara_nwachukwu — tightened the wording; no substantive change
4The placebo-arm figure is the part everyone omits. – h_pergande 23 days ago add a comment