Accepted answer
Worth being precise here: write the units at every step, because units errors are the failure mode that catches everyone eventually.
Worked example, because the general form is easier to trust once you have seen it once. Take a 10 mg vial and add 2 mL of diluent: the concentration is 10 ÷ 2 = 5 mg/mL. A 0.5 mg dose is 0.5 ÷ 5 = 0.1 mL. On a U-100 syringe, where 1 unit = 0.01 mL, that is 0.1 ÷ 0.01 = 10 units. Change the diluent to 1 mL and the same dose becomes 5 units — same dose, half the resolution.
Reading a lyophilised cake
| Appearance | Interpretation | Action |
|---|
| Intact opaque puck, proud of base | Cycle ran correctly | Proceed |
| Slumped to one side | Shipped before fully dry, or vibration | Usually usable; note it |
| Glassy translucent film | Collapse above glass transition | Test before use |
| Melt-back ring at stopper | Thermal excursion in transit | Test before use |
| No visible cake at all | Very low fill, or nothing there | Weigh it; query the supplier |
The part that matters: 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 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.
Worth noting: the concentration after reconstitution is not the same as the label claim, and most people do not account for the difference.
If in doubt, use more diluent and accept the shorter usable window.
I would gently push back on the second point — the evidence there is thinner than stated. – stopper_core 6 months ago 8Adding for future readers: the certificate should carry the lot number, not just a batch code. – loss_on_drying 5 months ago add a comment