HEALTH EDUCATION SYSTEMS INC (HESI) A2 EXAM • MATHEMATICS

Solve simple algebraic equations for one variable

Master the foundational technique of isolating unknowns that underpins every quantitative discipline in the health sciences.

Historical Context & Motivation

The act of solving for an unknown quantity is arguably the oldest intellectual pursuit in mathematics. Long before modern notation existed, ancient civilizations needed to determine missing values in trade, construction, and astronomy. The word algebra itself derives from the Arabic al-jabr, meaning "restoration" or "completion," a term coined by the Persian mathematician al-Khwārizmī in the ninth century. His treatise formalized the systematic process of manipulating equations—adding equal quantities to both sides, transposing terms—that remains the backbone of equation solving today. Understanding this heritage reveals that when you isolate a variable on the HESI A2 exam, you are employing a procedure refined over more than a millennium.

~1800 BCE
Babylonian Tablets
Clay tablets from Mesopotamia document methods for solving linear and quadratic problems in the context of land surveying and commerce, using purely rhetorical (word-based) descriptions rather than symbols.
~300 CE
Diophantus' Arithmetica
The Greek mathematician Diophantus introduced syncopated notation—abbreviated words for unknowns and operations—bridging the gap between rhetorical algebra and the symbolic form used today.
820 CE
Al-Khwārizmī's Al-Jabr
Al-Khwārizmī systematized equation solving into canonical procedures—al-jabr (restoration) and al-muqābala (balancing)—giving algebra its name and establishing the principle of performing identical operations on both sides of an equation.
1637
Descartes' Symbolic Notation
René Descartes popularized the convention of using letters near the end of the alphabet (x, y, z) for unknowns and letters near the beginning (a, b, c) for constants, establishing the notation standard that persists on modern standardized exams.

For graduate-admission candidates preparing for the HESI A2, the central question is straightforward yet consequential: given an equation with one unknown, how do you systematically isolate that unknown while preserving the equality? The techniques you will review here—inverse operations, maintaining balance, and simplification—constitute the algorithmic core of every dosage calculation, unit conversion, and ratio problem you will encounter in health-science coursework.

Core Principles & Definitions

Before manipulating any equation, it is essential to internalize several foundational ideas. An equation is a mathematical statement asserting that two expressions have the same value; the equals sign acts as a fulcrum of balance. A variable is a symbol (commonly x) representing an unknown quantity, while a constant is a fixed numerical value. The process of solving an equation means determining the value of the variable that makes the equation a true statement. Every operation you perform must be applied equally to both sides to maintain the balance—a principle known as the properties of equality.

1

Addition / Subtraction Property

If a = b, then a + c = b + c and a − c = b − c. Adding or subtracting the same value from both sides preserves equality, enabling you to eliminate constant terms attached to the variable.
2

Multiplication / Division Property

If a = b, then a × c = b × c and a ÷ c = b ÷ c (c ≠ 0). Multiplying or dividing both sides by the same nonzero value preserves equality, enabling you to remove coefficients from the variable.
3

Inverse Operations

Every arithmetic operation has an inverse: addition undoes subtraction, multiplication undoes division. Solving an equation is essentially a sequence of applying the correct inverse operations in the correct order to peel away layers around the variable.
4

Combining Like Terms

Terms containing the same variable raised to the same power can be combined by adding or subtracting their coefficients. Simplifying both sides before isolating the variable reduces complexity and minimizes arithmetic errors.
5

Distributive Property

a(b + c) = ab + ac. When a variable is trapped inside parentheses, distributing the external factor expands the expression so that like terms can be combined and inverse operations can be applied cleanly.
KEY TAKEAWAY
Think of an equation as a balanced scale in a chemistry lab. Whatever substance you add to one pan, you must add the identical amount to the other to keep the needle centered. Solving for a variable is the process of systematically removing every weight on the variable's side except the variable itself—always placing the same weight on the opposite side to maintain equilibrium. In clinical contexts, this principle ensures that dosage computations remain accurate: an operation neglected on one side of the equation is a potential medication error.

Visual Explanation — The Balance Model

The diagram illustrates the balance model for solving x + 5 = 12. In Step 1, both sides are equal. In Step 2, subtracting 5 from each side removes the constant term on the left. The dashed pink box represents the subtracted quantity. The result (bottom) shows x isolated and equal to 7, with the scale still in equilibrium.

The balance model above captures the essence of every equation-solving procedure: you begin with a true statement (both pans hold equal weight), then perform an identical operation on each side until only the variable remains on one pan and its value on the other. Note that the operation chosen is always the inverse of whatever is currently attached to the variable. Because 5 was added to x, we subtract 5 from both sides. This inverse-operation logic scales directly to more complex equations involving multiplication, division, and the distributive property.

Mathematical Framework

A linear equation in one variable takes the general form ax + b = c, where a, b, and c are constants and a ≠ 0. The solution procedure derives from applying the properties of equality in a fixed sequence: first eliminate additive constants, then eliminate multiplicative coefficients. Below are the formal representations and the rules that govern them.

GENERAL LINEAR EQUATION
ax + b = c
where a = coefficient of the variable (a ≠ 0), b = additive constant, c = value on the opposite side, and x = the unknown variable to be solved.
STEP 1 — ISOLATE THE VARIABLE TERM
ax + b − b = c − b → ax = c − b
Subtract b from both sides (addition/subtraction property of equality) to remove the constant term from the variable side.
STEP 2 — SOLVE FOR THE VARIABLE
ax ÷ a = (c − b) ÷ a → x = (c − b) / a
Divide both sides by a (multiplication/division property of equality) to reduce the coefficient to 1, yielding the isolated variable.
VERIFICATION FORMULA
a · [(c − b) / a] + b = c → c = c ✓
Always substitute the solution back into the original equation to verify correctness. On timed exams like the HESI A2, a quick mental check prevents avoidable point loss.

When the equation contains variables on both sides—such as 5x + 3 = 2x + 15—the first task is to collect all variable terms on one side by subtracting the smaller variable term from both sides, reducing the problem to the standard form ax + b = c. Similarly, when parentheses appear, the distributive property must be applied first to expand the expression before combining like terms. The sequence—distribute, combine, isolate, solve, verify—constitutes a reliable algorithm that accommodates virtually every linear equation variant encountered on the HESI A2.

Classification of Common Equation Types

HESI A2 algebra questions draw from a predictable set of equation structures. Recognizing the type immediately tells you which operations to apply and in what order. The diagram below maps the four most common structures, and the table that follows provides concrete examples with solution strategies.

Four canonical equation types branch from the general linear form. Type 1 requires a single inverse operation; Type 2 requires two sequential inverse operations; Type 3 first collects variable terms onto one side before proceeding as Type 2; Type 4 applies the distributive property before proceeding as Type 2 or Type 3. The universal algorithm (right box) works for all four.
Common equation types with solution strategies
TypeExampleKey Operation(s)Solution
One-Step (add/sub)x − 9 = 4Add 9 to both sidesx = 13
One-Step (mult/div)4x = 28Divide both sides by 4x = 7
Two-Step2x + 5 = 19Subtract 5, then divide by 2x = 7
Variables Both Sides6x − 3 = 4x + 9Subtract 4x, add 3, divide by 2x = 6
Distributive3(x − 2) = 12Distribute 3, add 6, divide by 3x = 6

Worked Example — Multi-Step Equation

Consider a problem representative of HESI A2 difficulty: A nurse must determine the number of tablets (x) to administer if each tablet contains 250 mg of a medication and the total required dosage is 750 mg after accounting for a 250 mg dose already administered intravenously. The equation is 250x + 250 = 1000. Let us solve step by step.

Solve: 250x + 250 = 1000
1
Step 1 — Identify the structureThe equation 250x + 250 = 1000 is a two-step linear equation in standard form ax + b = c, where a = 250, b = 250, and c = 1000.
Type: Two-step, form ax + b = c
2
Step 2 — Subtract the constant from both sidesApply the subtraction property of equality: subtract 250 from each side to eliminate the additive constant. 250x + 250 − 250 = 1000 − 250, which simplifies to 250x = 750.
250x = 750
3
Step 3 — Divide both sides by the coefficientApply the division property of equality: divide each side by 250 to reduce the coefficient to 1. 250x ÷ 250 = 750 ÷ 250, yielding x = 3.
x = 3
4
Step 4 — Verify the solutionSubstitute x = 3 back into the original equation: 250(3) + 250 = 750 + 250 = 1000 ✓. The left side equals the right side, confirming the solution.
x = 3 tablets ✓
💡 HESI A2 Tip
Many HESI A2 math items embed equations inside word problems. Train yourself to translate the verbal scenario into an algebraic equation first. Identify what the unknown represents, assign it a variable, express the relationships as an equation, then solve using the inverse-operation algorithm. This disciplined translation step eliminates the most common source of errors on the exam.

Common Errors & Strategies to Avoid Them

Even well-prepared candidates make predictable mistakes under time pressure. The table below catalogues the most frequent errors on one-variable equation problems and provides corrective strategies. Awareness of these pitfalls significantly improves both accuracy and speed.

Five most common algebraic errors on standardized exams
ErrorWhy It HappensCorrective Strategy
Applying operation to only one sideRushing; forgetting the balance principleWrite the operation on both sides explicitly before simplifying
Sign errors with negativesConfusing subtraction of a negative with additionRewrite subtraction as adding the opposite: a − (−b) = a + b
Incorrect distributionMultiplying only the first term inside parenthesesDraw arrows from the external factor to each term inside the parentheses
Dividing before subtractingPerforming operations in wrong order (PEMDAS confusion)Follow the reverse-PEMDAS heuristic: undo addition/subtraction first, then multiplication/division
Skipping verificationTime pressure; overconfidenceBudget 10 seconds per problem for mental substitution; it catches ~30% of arithmetic slips
KEY TAKEAWAY
Think of solving an equation like unwrapping a patient's wound dressing: you remove layers in the reverse order they were applied. The outermost layer (addition/subtraction) comes off first; the innermost layer (multiplication/division) comes off last. Attempting to remove an inner layer before the outer one—like dividing before subtracting—tears the procedure apart and produces an incorrect result. This "reverse-order" heuristic maps directly to the mathematical principle that inverse operations must undo the last operation applied to the variable first.

Connection to Advanced Topics

Mastery of simple one-variable equations is a gateway to more complex mathematical structures that appear in graduate-level health-science programs. Proportions and ratio equations—critical in pharmacology—are solved by cross-multiplying and then applying the same inverse-operation algorithm. Systems of two equations with two unknowns extend the one-variable technique through substitution: you isolate one variable in one equation and substitute into the other, reducing the system to a single one-variable equation. Quadratic equations (ax² + bx + c = 0) require additional tools such as factoring or the quadratic formula, but the underlying logic of maintaining balance and applying inverse operations remains identical.

From simple equations to advanced structures
ConceptSimple One-VariableAdvanced Extension
Number of unknowns12 or more (systems)
Highest exponent1 (linear)2+ (quadratic, polynomial)
Core techniqueInverse operationsInverse operations + factoring / substitution
HESI A2 relevanceDirectly testedFoundation for dosage calculations, unit conversions
Verification methodSubstitute x into original equationSubstitute all variables into all original equations

For HESI A2 purposes, the exam overwhelmingly tests one-variable linear equations, but a firm command of these fundamentals ensures that proportion problems, percentage calculations, and basic formula rearrangements pose no difficulty. Students who internalize the balance principle and the inverse-operation algorithm find that these more advanced structures are natural extensions rather than new concepts.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why, when solving the equation x − 8 = 14, we add 8 to both sides rather than subtracting 8. What property of equality justifies this step, and what would happen if we applied the operation to only one side?
PROBLEM 2BASIC CALCULATION
Solve for x: 7x = 49
PROBLEM 3INTERMEDIATE
Solve for x: 4(x − 3) + 2 = 22
PROBLEM 4APPLIED
A pharmacy technician must prepare a solution. The total volume needed is 500 mL, and 125 mL of saline has already been added. Each additional pour adds x mL. If 3 additional pours are needed to reach the target volume, write and solve an equation for x.
PROBLEM 5CRITICAL THINKING
A student solves 5x + 10 = 3x + 30 and gets x = 5. Without solving the equation yourself, describe two independent methods to determine whether this answer is correct, then apply one to verify or refute it.

Lesson Summary

Solving simple algebraic equations for one variable requires a systematic application of the properties of equality: the addition/subtraction property removes constant terms, while the multiplication/division property eliminates coefficients. The universal algorithm—distribute, combine like terms, isolate the variable term, solve, and verify—handles every equation type from one-step problems to multi-step equations involving parentheses or variables on both sides. Each step relies on inverse operations applied in reverse order to peel away layers surrounding the unknown.

For the HESI A2, remember to translate word problems into equations before solving, follow the reverse-order heuristic (undo addition/subtraction before multiplication/division), and always verify by substitution. These techniques form the quantitative bedrock not only for the exam but for every dosage calculation, proportion, and formula manipulation you will encounter in graduate health-science programs.

Varsity Tutors • Health Education Systems Inc (HESI) A2 Exam • Solve simple algebraic equations for one variable