HEALTH EDUCATION SYSTEMS INC (HESI) A2 EXAM • MATHEMATICS

Perform operations with whole numbers

Mastering the four fundamental arithmetic operations that underpin every quantitative reasoning task on the HESI A2.

Historical Context & Motivation

The operations we perform on whole numbers — addition, subtraction, multiplication, and division — represent some of the oldest intellectual achievements of human civilization. Long before formal mathematics existed as a discipline, ancient cultures developed systematic methods for combining, separating, and distributing discrete quantities. These methods arose from practical imperatives: counting livestock, allocating grain, levying taxes, and planning architectural projects. The conceptual progression from tally marks to positional notation and algorithmic computation spans millennia, yet the core logic remains remarkably consistent. For graduate-level examinees preparing for the HESI A2, understanding this historical trajectory provides not merely cultural context but a deeper appreciation for why these algorithms work and how they generalize to more complex mathematical structures.

~3000 BCE
Sumerian & Egyptian Numeration
The Sumerians developed a base-60 system while Egyptians used a base-10 additive system, enabling systematic addition and subtraction of whole numbers for commerce and land measurement.
~300 BCE
Euclid's Division Algorithm
In Elements, Euclid formalized the division algorithm, establishing that for any two whole numbers a and b (b ≠ 0), unique integers q and r exist such that a = bq + r, with 0 ≤ r < b.
~628 CE
Brahmagupta's Arithmetic Rules
The Indian mathematician Brahmagupta codified rules for operations involving zero and negative numbers, completing the operational framework for whole-number arithmetic.
~1202 CE
Fibonacci's Liber Abaci
Leonardo of Pisa introduced Hindu-Arabic numerals and positional notation to Europe, revolutionizing computational efficiency and making the standard algorithms for multiplication and long division practical.
1889 CE
Peano Axioms
Giuseppe Peano axiomatized the natural numbers, providing the rigorous logical foundation upon which all whole-number operations rest — defining addition and multiplication via successor functions and mathematical induction.

For HESI A2 candidates, the question is not whether you can perform basic arithmetic — you can — but whether you can do so accurately and efficiently under timed conditions, often without a calculator. This lesson revisits the foundational operations with a focus on algorithmic precision, common error patterns, and the kind of multi-step reasoning the exam demands.

Core Principles & Definitions

Before engaging with computation, it is essential to establish the algebraic properties that govern whole-number operations. These properties are not arbitrary rules but structural features of the integers under addition and multiplication. They determine which transformations are valid when simplifying expressions or rearranging calculations — skills that directly accelerate mental arithmetic and reduce careless errors on the HESI A2.

1

Commutative Property

For addition and multiplication, the order of operands is irrelevant: a + b = b + a and a × b = b × a. This allows you to reorder terms for easier mental computation — for instance, computing 7 + 48 as 48 + 7.
2

Associative Property

Grouping does not affect the result: (a + b) + c = a + (b + c) and (a × b) × c = a × (b × c). This permits strategic regrouping, such as computing 25 × 4 × 7 as (25 × 4) × 7 = 100 × 7 = 700.
3

Distributive Property

Multiplication distributes over addition: a × (b + c) = a × b + a × c. This is the engine behind the standard multiplication algorithm and is critical for breaking complex products into manageable parts.
4

Identity Elements

Zero is the additive identity (a + 0 = a) and one is the multiplicative identity (a × 1 = a). These seemingly trivial facts underpin more advanced simplification strategies and serve as boundary-case checks.
5

Division as Inverse Multiplication

Division is defined as the inverse of multiplication: a ÷ b = q means b × q = a (with possible remainder r). Unlike addition and multiplication, division is neither commutative nor associative, and division by zero is undefined.
KEY TAKEAWAY
Think of the four operations as two complementary pairs: addition and subtraction are inverse operations (one assembles, the other disassembles), and multiplication and division share the same inverse relationship. This is analogous to how in a laboratory setting, titration and dilution are inverse processes — understanding one deeply illuminates the other. Every HESI A2 arithmetic problem, no matter how it is dressed up in word-problem language, ultimately reduces to a sequence drawn from these four operations governed by these five properties.

Visual Explanation: The Four Operations

The following diagram presents a unified view of the four fundamental operations on whole numbers, illustrating how each operation transforms quantities on a number line. The visual emphasizes the inverse relationships between addition–subtraction and multiplication–division, and shows representative computations with their algorithmic flow.

The number line illustrates addition as rightward movement and subtraction as leftward movement. Below, multiplication is modeled as repeated grouping (3 groups of 4), while division partitions a total into equal-sized groups, yielding the number of groups as the quotient.

Notice how the diagram reinforces the inverse relationships. Addition moves right along the number line; subtraction reverses that movement. Multiplication constructs equal groups from a unit; division deconstructs a total back into those groups. When you encounter a HESI A2 problem, identifying which operation the scenario demands is often the first — and most critical — step. The visual models above map directly onto the language cues in word problems: "total," "combined," and "altogether" signal addition; "difference," "remaining," and "fewer" signal subtraction; "product," "times," and "each" signal multiplication; and "per," "split," and "distributed equally" signal division.

Mathematical Framework

While the four operations may seem elementary, formalizing them reveals the logical scaffolding that makes complex multi-step problems tractable. The following equations capture the essential relationships. Internalizing these relationships is especially important when problems require you to work backward — e.g., finding a missing addend, subtrahend, factor, or dividend.

ADDITION
a + b = S
Where a and b are addends and S is the sum. To find a missing addend: a = S − b.
SUBTRACTION
a − b = D
Where a is the minuend, b is the subtrahend, and D is the difference. To find the minuend: a = D + b.
MULTIPLICATION
a × b = P
Where a and b are factors and P is the product. To find a missing factor: a = P ÷ b (b ≠ 0).
DIVISION (EUCLIDEAN)
a = b × q + r, where 0 ≤ r < b
Where a is the dividend, b is the divisor, q is the quotient, and r is the remainder. When r = 0, b divides a evenly.
⚠️ ORDER OF OPERATIONS
When a problem involves more than one operation, apply the standard hierarchy: Parentheses → Exponents → Multiplication/Division (left to right) → Addition/Subtraction (left to right). On the HESI A2, a common trap is performing addition before multiplication in an expression like 3 + 4 × 5. The correct result is 23, not 35.

Detailed Breakdown of Standard Algorithms

The standard algorithms for whole-number arithmetic decompose multi-digit computations into sequences of single-digit operations, leveraging place value to manage complexity. For the HESI A2, where calculator use is restricted, fluency with these algorithms is not optional — it is the difference between completing the math section comfortably and running out of time. The diagram below illustrates the step-by-step mechanics of long multiplication and long division, two algorithms where procedural errors are most common.

Left panel: long multiplication of 247 × 36, showing partial products for each digit of the multiplier and carrying detail. Right panel: long division of 8,892 ÷ 12, illustrating the estimate-multiply-subtract-bring-down cycle with verification.

Several common error patterns deserve attention. In multiplication, the most frequent mistake is forgetting to shift the partial product one place to the left when multiplying by the tens digit — this effectively multiplies by 3 rather than 30. In division, underestimating the quotient digit leads to a remainder that is larger than the divisor, signaling that the digit must be increased. Both errors are systematic and, once recognized, are easily corrected. The verification step — multiplying the quotient by the divisor and adding the remainder to confirm the original dividend — is an indispensable habit for the exam.

Worked Example: Multi-Step Whole-Number Problem

The following problem mirrors the multi-step reasoning characteristic of HESI A2 mathematics items. It requires the examinee to select and sequence operations correctly, manage intermediate results, and interpret the final answer in context.

Hospital Supply Order Calculation
1
Step 1 — Read and IdentifyA hospital orders 24 cases of saline solution. Each case contains 36 bags. Upon delivery, 18 bags are found to be damaged. How many usable bags does the hospital have?
2
Step 2 — Determine Total Bags (Multiplication)Total bags = number of cases × bags per case = 24 × 36. Decompose using the distributive property: 24 × 36 = 24 × (30 + 6) = (24 × 30) + (24 × 6) = 720 + 144.
Total bags = 864
3
Step 3 — Subtract Damaged Bags (Subtraction)Usable bags = total bags − damaged bags = 864 − 18. Perform column subtraction: 864 − 18 = 846.
Usable bags = 846
4
Step 4 — VerifyCheck multiplication: 36 × 24 = 36 × 20 + 36 × 4 = 720 + 144 = 864 ✓. Check subtraction: 846 + 18 = 864 ✓. Both checks confirm the answer is consistent.
The hospital has 846 usable bags of saline solution.
💡 STRATEGY NOTE
Notice how the distributive property was used to simplify 24 × 36 into two easier products. This mental-math strategy — sometimes called partial products — is particularly effective on the HESI A2 because it reduces the cognitive load of tracking carries while still yielding exact results quickly.

Common Pitfalls & Mental-Math Strategies

Even graduate-level test-takers make arithmetic errors under time pressure. The table below catalogues the most common pitfalls alongside the mental-math strategies that mitigate them. Internalizing these strategies converts error-prone procedures into reliable, rapid computations.

Common arithmetic pitfalls on the HESI A2 and corresponding preventive strategies
PitfallWhy It HappensPreventive Strategy
Carry errorsForgetting or mis-placing the carried digit in multi-digit addition or multiplicationWrite carries explicitly above the column; use partial products to break the computation into simpler parts
Borrow (regrouping) errorsSubtracting a larger digit from a smaller one without regrouping, or regrouping from the wrong columnAdd up instead of subtracting down: find what you must add to the subtrahend to reach the minuend
Place-value misalignmentPartial products or column digits not lined up correctly, producing an answer off by a factor of 10Use grid/box methods for multiplication; estimate the answer first (e.g., 24 × 36 ≈ 25 × 36 = 900) to catch magnitude errors
Order-of-operations violationsPerforming addition/subtraction before multiplication/division in a mixed expressionScan the entire expression before computing; underline or circle multiplication/division terms first
Remainder misinterpretationReporting the remainder as the answer, or ignoring it when the context requires rounding upAlways re-read the question stem: 'How many full groups?' truncates the remainder; 'How many needed?' may require rounding up
KEY TAKEAWAY
Think of estimation as your arithmetic "instrument check" — much like a pilot cross-referencing altitude readouts with visual cues before landing. Before executing any algorithm, form a rough estimate of the expected magnitude. If 24 × 36 should be roughly 900, and your computed answer is 8,892 or 89, you immediately know something went wrong. This pre-computation estimate is perhaps the single most valuable test-taking habit for arithmetic-heavy exams.

Connection to Advanced Numerical Reasoning

Whole-number operations do not exist in isolation on the HESI A2; they form the computational backbone for virtually every other topic in the mathematics section. Understanding how these operations extend into adjacent domains helps you recognize that mastering whole-number arithmetic is not merely a prerequisite but an ongoing skill deployed within more complex problem types.

How whole-number operations extend to other HESI A2 mathematics topics
Whole-Number OperationExtension on HESI A2Why Whole-Number Fluency Matters
Addition & SubtractionFraction addition (finding common denominators), decimal alignmentYou add/subtract numerators and align decimal places using the same column-based algorithms
MultiplicationCross-multiplication in proportions, dosage calculations, unit conversionsThe partial-products algorithm applies identically; only the placement of the decimal point changes
DivisionRatio simplification, rate problems, converting fractions to decimalsLong division converts any fraction to a decimal; GCD computation relies on repeated division
Order of OperationsEvaluating complex expressions, interpreting nested parenthetical drug formulasCorrect sequencing of operations prevents catastrophic errors in clinical math contexts

In clinical and health-science contexts, arithmetic errors are not merely academic — they have patient-safety implications. A misplaced carry in a dosage calculation or a division error in an IV drip-rate computation can produce life-threatening results. The HESI A2 mathematics section, by testing fundamental whole-number operations, assesses whether future healthcare professionals possess the computational reliability that clinical practice demands. This is why the exam tests these seemingly basic skills even at the graduate-admission level — the stakes of arithmetic accuracy in healthcare are uniquely high.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the commutative property applies to addition and multiplication but not to subtraction and division. Provide a numerical counterexample for each non-commutative operation.
PROBLEM 2BASIC CALCULATION
Compute 1,538 + 2,764 and verify your answer using subtraction.
PROBLEM 3INTERMEDIATE
Evaluate the expression 15 + 8 × (120 ÷ 4) − 37 using the correct order of operations.
PROBLEM 4APPLIED
A nursing unit has 312 patients. Each patient receives 4 medication doses per day. The pharmacy prepares medications in trays of 48 doses each. How many full trays are needed per day, and how many additional doses must be prepared individually?
PROBLEM 5CRITICAL THINKING
A clinic receives a shipment of 5,000 gloves. On Day 1, 847 gloves are used. On Day 2, usage increases by 136 gloves over Day 1. On Day 3, usage is exactly twice that of Day 1. After these three days, the remaining gloves are distributed equally among 4 departments. How many gloves does each department receive, and how many are left over?

Lesson Summary

Whole-number arithmetic rests on four operations — addition, subtraction, multiplication, and division — governed by the commutative, associative, and distributive properties. Addition and subtraction are inverse operations, as are multiplication and division. The standard algorithms — column addition, regrouping subtraction, long multiplication with partial products, and long division — decompose multi-digit computations into manageable single-digit steps organized by place value.

For the HESI A2, accuracy under time pressure is paramount. Guard against carry and borrow errors by writing carries explicitly and using estimation as a magnitude check before and after computation. Always respect the order of operations (PEMDAS), and verify division results using the identity dividend = quotient × divisor + remainder. These whole-number skills transfer directly to fraction, decimal, and proportion problems throughout the exam.

Varsity Tutors • Health Education Systems Inc (HESI) A2 Exam • Perform operations with whole numbers