Dosage Calculation Practice Problems With Answers

9 min read

Introduction

Dosage calculation is a core skill for anyone who works with medications—nurses, pharmacy technicians, medical assistants, and even caregivers. Mastering this skill ensures patient safety, reduces medication errors, and builds confidence when handling prescriptions. This article presents a series of dosage calculation practice problems with answers, organized by difficulty level and calculation method. Each problem is followed by a step‑by‑step solution, allowing readers to verify their work and understand the underlying logic Not complicated — just consistent..


Why Practice Dosage Calculations?

  • Accuracy saves lives – a 10 % error can be the difference between therapeutic effect and toxicity.
  • Regulatory standards require competency exams (e.g., NCLEX‑RN, Pharmacy Technician Certification).
  • Real‑world variability – patients receive oral, IV, IM, and topical meds in different concentrations and units.
  • Confidence building – repeated practice turns complex ratios into instinctive calculations.

Key Concepts and Formulas

Concept Symbol Typical Units Formula
Dose ordered Dₒ mg, µg, mL, units
Dose available Dₐ mg/mL, µg/mL, units/mL
Quantity to be administered Q mL, tablets, patches Q = (Dₒ ÷ Dₐ) × Volume or Count
IV flow rate R mL/hr R = (Volume × Drip factor) ÷ Time
Weight‑based dose W kg or lb Dose = (Weight × Dose per kg)
Conversion factor C 1 g = 1000 mg, 1 L = 1000 mL, etc. Multiply or divide by C

No fluff here — just what actually works The details matter here..

Remember to align units before performing arithmetic. Convert all measurements to the same system (metric is preferred) and keep track of decimal places Simple, but easy to overlook. Practical, not theoretical..


Practice Problems – Basic Level

Problem 1

A physician orders 500 mg of amoxicillin to be given orally. The pharmacy provides tablets that contain 250 mg each. How many tablets should the nurse administer?

Solution

  1. Identify ordered dose (500 mg) and tablet strength (250 mg/tablet).
  2. Use the formula:

[ \text{Number of tablets} = \frac{\text{Ordered dose}}{\text{Strength per tablet}} = \frac{500\ \text{mg}}{250\ \text{mg/tablet}} = 2\ \text{tablets} ]

Answer: 2 tablets That's the part that actually makes a difference..

Problem 2

A child requires 15 mg/kg of acetaminophen. The child weighs 22 lb. The medication is supplied as a 160 mg/5 mL oral suspension. How many milliliters should be given?

Solution

  1. Convert weight to kilograms:

[ 22\ \text{lb} \times \frac{1\ \text{kg}}{2.2\ \text{lb}} = 10\ \text{kg} ]

  1. Calculate ordered dose:

[ 15\ \text{mg/kg} \times 10\ \text{kg} = 150\ \text{mg} ]

  1. Determine volume needed:

[ \frac{150\ \text{mg}}{160\ \text{mg/5 mL}} = \frac{150}{160} \times 5\ \text{mL} = 4.69\ \text{mL} ]

Round to the nearest 0.1 mL if the device allows: 4.7 mL.

Answer: 4.7 mL of suspension.

Problem 3

A medication vial contains 400 mg of drug in 10 mL of solution. The order is for 2 mg/kg for a patient weighing 70 kg. How many milliliters will be administered?

Solution

  1. Ordered dose:

[ 2\ \text{mg/kg} \times 70\ \text{kg} = 140\ \text{mg} ]

  1. Concentration of vial:

[ \frac{400\ \text{mg}}{10\ \text{mL}} = 40\ \text{mg/mL} ]

  1. Volume required:

[ \frac{140\ \text{mg}}{40\ \text{mg/mL}} = 3.5\ \text{mL} ]

Answer: 3.5 mL Practical, not theoretical..


Practice Problems – Intermediate Level

Problem 4 (IV Drip Rate)

A physician orders 1,000 mL of normal saline to be infused over 8 hours. The IV set delivers 15 drops per mL. What is the drip rate in drops per minute?

Solution

  1. Total drops needed:

[ 1,000\ \text{mL} \times 15\ \text{drops/mL} = 15,000\ \text{drops} ]

  1. Total minutes:

[ 8\ \text{hr} \times 60\ \text{min/hr} = 480\ \text{min} ]

  1. Drip rate:

[ \frac{15,000\ \text{drops}}{480\ \text{min}} = 31.25\ \text{drops/min} ]

Round to the nearest whole number: 31 drops/min Simple, but easy to overlook. Surprisingly effective..

Answer: 31 drops per minute.

Problem 5 (IV Push Medication)

A medication is supplied as 250 mg/5 mL. The order is 0.75 mg/kg for a 60‑kg adult. The medication must be administered as an IV push over 5 minutes. How many milliliters will be administered?

Solution

  1. Ordered dose:

[ 0.75\ \text{mg/kg} \times 60\ \text{kg} = 45\ \text{mg} ]

  1. Concentration:

[ \frac{250\ \text{mg}}{5\ \text{mL}} = 50\ \text{mg/mL} ]

  1. Volume needed:

[ \frac{45\ \text{mg}}{50\ \text{mg/mL}} = 0.9\ \text{mL} ]

Answer: 0.9 mL (often rounded to 1 mL for practicality, but verify with pharmacy).

Problem 6 (Dilution)

A doctor orders 30 µg of a drug to be given IV. The stock solution is 200 µg/mL. The medication must be diluted to a final volume of 100 mL for infusion. How many milliliters of stock solution are required, and how much diluent should be added?

Solution

  1. Volume of stock needed:

[ \frac{30\ \text{µg}}{200\ \text{µg/mL}} = 0.15\ \text{mL} ]

  1. Diluent volume:

[ 100\ \text{mL} - 0.15\ \text{mL} = 99.85\ \text{mL} ]

Answer: 0.15 mL of stock solution + 99.85 mL diluent Worth keeping that in mind..


Practice Problems – Advanced Level

Problem 7 (Pediatric Continuous Infusion)

A neonate requires a dopamine infusion at 5 µg/kg/min. The neonate weighs 3 kg. The pharmacy provides dopamine in 400 µg/mL. The infusion is to run for 4 hours. What is the required infusion rate in mL/hour?

Solution

  1. Desired dose per minute:

[ 5\ \text{µg/kg/min} \times 3\ \text{kg} = 15\ \text{µg/min} ]

  1. Convert to mL/min using concentration:

[ \frac{15\ \text{µg/min}}{400\ \text{µg/mL}} = 0.0375\ \text{mL/min} ]

  1. Convert to mL/hour:

[ 0.0375\ \text{mL/min} \times 60\ \text{min/hr} = 2.25\ \text{mL/hr} ]

Answer: 2.25 mL per hour.

Problem 8 (Multiple‑Step Conversion)

A patient is prescribed 1 g of a medication to be given IV over 30 minutes. The medication is supplied as 250 mg/2 mL vials. The IV set has a drip factor of 20 drops/mL. Determine the drip rate in drops per minute Simple, but easy to overlook..

Solution

  1. Convert ordered dose to mg:

[ 1\ \text{g} = 1000\ \text{mg} ]

  1. Determine how many vials are needed:

[ \frac{1000\ \text{mg}}{250\ \text{mg}} = 4\ \text{vials} ]

  1. Total volume from 4 vials:

[ 4\ \text{vials} \times 2\ \text{mL/vial} = 8\ \text{mL} ]

  1. Total drops:

[ 8\ \text{mL} \times 20\ \text{drops/mL} = 160\ \text{drops} ]

  1. Infusion time: 30 minutes → drip rate:

[ \frac{160\ \text{drops}}{30\ \text{min}} = 5.33\ \text{drops/min} ]

Round to the nearest whole number: 5 drops/min (or 6 drops/min if a slightly faster rate is acceptable; always confirm with the prescriber).

Answer: Approximately 5 drops per minute That's the part that actually makes a difference..

Problem 9 (Complex Weight‑Based Dilution)

A chemotherapy protocol calls for 0.25 mg/kg of drug X, administered as a 250 mL IV infusion. The patient weighs 165 lb. Drug X is supplied as 5 mg/mL concentrate. Calculate:

a) Total amount of drug X needed (mg).
b) Volume of concentrate to add (mL).
c) Final concentration of the infusion (mg/mL).

Solution

a) Convert weight to kg:

[ 165\ \text{lb} \times \frac{1\ \text{kg}}{2.2\ \text{lb}} = 75\ \text{kg} ]

Dose required:

[ 0.25\ \text{mg/kg} \times 75\ \text{kg} = 18.75\ \text{mg} ]

b) Volume of concentrate:

[ \frac{18.75\ \text{mg}}{5\ \text{mg/mL}} = 3.75\ \text{mL} ]

c) Final concentration:

Total infusion volume = 250 mL Surprisingly effective..

[ \text{Concentration} = \frac{18.75\ \text{mg}}{250\ \text{mL}} = 0.075\ \text{mg/mL} ]

Answers:
a) 18.75 mg of drug X.
b) 3.75 mL of the 5 mg/mL concentrate.
c) Final infusion concentration = 0.075 mg/mL Worth keeping that in mind..


Frequently Asked Questions (FAQ)

Q1: What is the safest way to avoid unit‑conversion errors?
Always write out each unit step on paper or a worksheet. Use a “unit‑cancellation” method, treating units like algebraic terms, and double‑check the final unit before administering.

Q2: When should I round the final answer?
Round only at the very end of the calculation, unless the device (e.g., syringe) limits the precision. Follow institutional policies—most hospitals require rounding to the nearest 0.1 mL for liquids and to the nearest whole tablet for solids.

Q3: How do I handle medications supplied in micrograms (µg) when the order is in milligrams (mg)?
Convert the order to the same unit as the supply. Example: 0.5 mg = 500 µg. Then perform the calculation using µg throughout.

Q4: What if the calculated volume exceeds the available vial size?
Do not exceed the vial’s labeled volume. Instead, request additional vials or a different concentration from the pharmacy. Splitting a dose across multiple vials is acceptable only when clearly documented and approved.

Q5: Is it acceptable to use “mental math” for dosage calculations?
Mental math can be useful for quick checks, but for any medication administration, a written or electronic calculation must be documented and verified.


Tips for Mastering Dosage Calculations

  1. Create a personal “cheat sheet.” List common conversion factors (mg ↔ µg, lb ↔ kg, mL ↔ L) and keep it handy during study sessions.
  2. Practice with real‑world scenarios. Simulate a medication cart, pull labels, and run through the calculation as if you were on a shift.
  3. Teach the method to someone else. Explaining the steps reinforces your own understanding.
  4. Use the “five‑step” checklist:
    • Verify the order.
    • Identify the dose, concentration, and required volume.
    • Convert units.
    • Perform the calculation.
    • Re‑check the answer and the unit.
  5. work with technology wisely. Calculators are allowed in most clinical settings, but they must be set to the correct mode (e.g., decimal, not scientific) and double‑checked against manual work.

Conclusion

Dosage calculation is more than a math exercise; it is a critical patient‑care competency that blends precision, pharmacology, and clear communication. Here's the thing — consistent practice, meticulous unit management, and adherence to a systematic calculation process will check that every dose administered is both safe and effective. Consider this: by working through the practice problems with answers presented above—ranging from simple tablet counts to multi‑step pediatric infusions—readers can solidify the foundational concepts, recognize common pitfalls, and develop the confidence needed for real‑world application. Keep this guide as a reference, and revisit the problems regularly to maintain proficiency throughout your healthcare career Easy to understand, harder to ignore..

This Week's New Stuff

Just Went Live

Worth the Next Click

Based on What You Read

Thank you for reading about Dosage Calculation Practice Problems With Answers. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home