4.3 Basic Algebra: Linear Equations, Systems of Equations & Inequalities
Key Takeaways
- Order of operations (PEMDAS/GEMDAS) demands strict left-to-right evaluation within equal-priority tiers (multiplication/division, addition/subtraction), while negative signs preceding parentheses require full sign distribution.
- Linear equations in one variable are resolved through a systematic 4-phase protocol: clearing grouping symbols, clearing fractional denominators using the LCD, consolidating variable terms, and isolating the unknown.
- Systems of two linear equations are efficiently solved via substitution when a variable has a unit coefficient (±1) or via elimination when coefficients can be scaled to additive inverses, modeling mixed equipment and personnel counts.
- Linear inequalities mirror linear equations in manipulation with one critical exception: multiplying or dividing across an inequality by a negative value reverses the inequality symbol.
- Factoring identities—especially the Difference of Two Squares (a² - b² = [a - b][a + b]) and trinomial factoring—enable rapid mental evaluation of complex squared numbers and roots without long-hand multiplication.
4.3 Basic Algebra: Linear Equations, Systems of Equations & Inequalities
Operational Imperative: Algebraic reasoning is the mathematical engine of tactical problem-solving. From establishing fire-support coordination lines to computing payload distributions across military air transports, commissioned officers must formulate symbolic equations from verbal problem stems and isolate unknowns with rapid precision. Under the AFPSAT's 72-second-per-item pace, candidates must avoid common algebraic sign errors and employ factoring shortcuts to outpace conventional scratchpad calculation.
Order of Operations (PEMDAS/GEMDAS) & Algebraic Sign Discipline
Mathematical expressions must be evaluated according to the universally established operational hierarchy. In military testing, the acronym PEMDAS (Parentheses, Exponents, Multiplication, Division, Addition, Subtraction) or GEMDAS (Grouping symbols, Exponents, Multiplication, Division, Addition, Subtraction) governs precedence:
1. [G/P] Grouping Symbols: Parentheses (), brackets [], braces {}, and fraction bars
2. [E] Exponents & Roots: Powers (x²) and radicals (√x), evaluated left-to-right
3. [M/D] Multiply & Divide: EQUAL PRIORITY — evaluated strictly from LEFT TO RIGHT
4. [A/S] Add & Subtract: EQUAL PRIORITY — evaluated strictly from LEFT TO RIGHT
The Left-to-Right Priority Trap in Multiplication and Division
A frequent trap on aptitude exams is evaluating multiplication ahead of division simply because the letter "M" precedes "D" in PEMDAS. Multiplication and division possess identical operational rank. They must be executed strictly in order of appearance from left to right:
- Correct: Evaluate $18 \div 3 = 6$ first, then multiply: $6 \times 4 = 24$.
- Incorrect Trap: Evaluating $3 \times 4 = 12$ first, yielding $18 \div 12 = 1.5$.
Similarly, addition and subtraction hold equal rank and must be resolved from left to right:
Negative Sign Distribution & Parenthetical Traps
Sign errors account for more than 40% of missed algebra questions on the AFPSAT. Three rules must be strictly observed:
- Distinction between $-x^2$ and $(-x)^2$:
- In the expression $-4^2$, the exponent applies only to the base 4: $-(4 \times 4) = -16$.
- In the expression $(-4)^2$, the exponent applies to the negative integer: $(-4) \times (-4) = +16$.
- Distributing Negative Signs Across Parentheses: When a subtraction sign or negative coefficient precedes a grouped polynomial, every term inside the parentheses must change its sign:
- Fraction Bars Act as Grouping Symbols: In the expression $\frac{6x - 4}{2}$, the division applies to every term in the numerator: $\frac{6x}{2} - \frac{4}{2} = 3x - 2$.
Solving Single-Variable Linear Equations: The 4-Step Protocol
A linear equation in one variable is an equation of the form $ax + b = c$ (where $a \ne 0$). Solving the equation means isolating the variable $x$ so that its coefficient is $+1$.
The 4-Step Systematic Protocol
- Clear Grouping Symbols: Apply the distributive property to eliminate all parentheses, brackets, and negative prefixes.
- Clear Fractions and Decimals: Multiply every single term on both sides of the equation by the Least Common Denominator (LCD) of all fractions present. If decimals are present, multiply by $10, 100,$ or $1,000$.
- Collect Variable Terms: Use addition or subtraction to collect all terms containing the unknown variable onto one side of the equation, and move all constant terms to the opposite side.
- Isolate the Variable: Divide or multiply both sides by the numerical coefficient of the variable.
Worked Linear Equation Demonstration
Solve for $x$:
- Step 1: Identify LCD. Denominators are 4 and 6. The LCD is 12.
- Step 2: Clear fractions by multiplying every term by 12:
- Step 3: Distribute carefully (watching the negative sign on $-2$):
- Step 4: Combine like terms:
Special Solution Cases
- Conditional Equation: Has exactly one valid root (e.g., $x = 5$).
- Identity (Infinitely Many Solutions): Variables cancel out, resulting in a true equality (e.g., $0 = 0$ or $4 = 4$). Any real number is a valid solution.
- Contradiction (No Solution): Variables cancel out, resulting in a false mathematical statement (e.g., $0 = 7$). No value of $x$ satisfies the equation.
Systems of Two Linear Equations in Two Variables
A system of linear equations comprises two equations with two unknown variables (typically $x$ and $y$). On military entrance tests, these systems model logistical resource allocations, vehicle fleet compositions, and troop pay distributions.
The Two Core Solution Methods
1. The Substitution Method (Optimal when a coefficient is $\pm 1$)
- Isolate one variable in whichever equation has a coefficient of $+1$ or $-1$.
- Substitute that algebraic expression into the other equation in place of the isolated variable.
- Solve the resulting single-variable equation.
- Back-substitute the numerical value to find the remaining variable.
2. The Elimination / Addition Method (Optimal when coefficients are $> 1$)
- Multiply one or both equations by non-zero constants so that the coefficients of one variable become additive opposites (e.g., $+6x$ and $-6x$, or $+10y$ and $-10y$).
- Add the two equations together vertically to eliminate that variable.
- Solve the remaining single-variable equation.
- Back-substitute to find the second variable.
Setting Up Systems from Military Scenarios: The "Wheels and Vehicles" Problem
Scenario: A motorized logistics depot houses 35 total vehicles, composed exclusively of 4-wheeled light utility trucks and 6-wheeled transport carriers. An inventory inspection logs a total of 170 road wheels mounted on these 35 vehicles (excluding spare tires). How many 6-wheeled transport carriers are in the depot?
- Define variables:
- Let $u = \text{number of 4-wheeled utility trucks}$.
- Let $t = \text{number of 6-wheeled transport carriers}$.
- Set up the system of equations:
- Solve via Elimination: Multiply the vehicle count equation by $-4$ to eliminate $u$:
- Add the modified equation to the wheel count equation: -4u - 4t &= -140 \\ + \quad 4u + 6t &= \phantom{-}170 \\ \hline 2t &= 30 \implies t = 15 \end{aligned}$$
- Determine $u$: $u = 35 - 15 = 20$.
- Verification: $20$ trucks have $20 \times 4 = 80$ wheels; $15$ carriers have $15 \times 6 = 90$ wheels. Total wheels = $80 + 90 = 170$. There are exactly $15$ six-wheeled carriers.
Linear Inequalities & The Cardinal Sign Reversal Rule
An inequality specifies that one mathematical expression is greater than ($>$), less than ($<$), greater than or equal to ($\ge$), or less than or equal to ($\le$) another. Solving linear inequalities follows the exact balancing rules of linear equations, with one vital, non-negotiable exception:
The Cardinal Rule of Inequalities: Whenever you multiply or divide both sides of an inequality by a negative number, you MUST reverse (flip) the inequality symbol ($<$ becomes $>$, $>$ becomes $<$, $\le$ becomes $\ge$, and $\ge$ becomes $\le$).
Why does this rule exist? Consider the true statement: $2 < 5$.
- Multiply both sides by $-1$: $-2$ and $-5$.
- On the number line, $-2$ lies to the right of $-5$. Thus, $-2 > -5$.
- If you fail to reverse the symbol, you produce the false statement $-2 < -5$.
Worked Inequality Problem
Solve for $x$:
- Subtract 7 from both sides: $-4x \le 20$.
- Divide both sides by $-4$ (FLIP the inequality symbol from $\le$ to $\ge$):
Graphing Inequalities on a Number Line
- Strict Inequalities ($<$ or $>$): Graphed using an open (unfilled) circle at the boundary number, indicating that the boundary itself is excluded from the solution set.
- Inclusive Inequalities ($\le$ or $\ge$): Graphed using a solid (filled) circle at the boundary number, indicating that the boundary itself is included in the solution set.
- Shading Direction: Shade to the left for less than ($<$ or $\le$); shade to the right for greater than ($>$ or $\ge$).
Compound Inequalities
- Conjunction ("AND"): Solves for the intersection of two conditions, written as a double inequality: $a < x \le b$. Values must satisfy both conditions simultaneously. Example: $-3 \le 2x + 1 < 9 \implies -4 \le 2x < 8 \implies -2 \le x < 4$.
- Disjunction ("OR"): Solves for the union of two conditions ($x < -2 \text{ OR } x \ge 5$). The solution set consists of numbers satisfying either condition (graphed as two separate rays pointing away from each other).
Factoring Foundations & Quadratic Equation Mechanics
A quadratic equation is a second-degree polynomial equation of the standard form $ax^2 + bx + c = 0$ (where $a \ne 0$). On the AFPSAT, quadratics appear as factoring problems or geometry/area calculations.
Special Factoring Identities
Mastering these three algebraic factoring patterns allows candidates to factor polynomials and perform rapid mental calculations in seconds:
-
Difference of Two Squares: Mental Math Application: Evaluate $65^2 - 35^2$ without squaring large numbers manually: Example: Factor $4x^2 - 49 \implies (2x - 7)(2x + 7)$.
-
Perfect Square Trinomials: Example: Factor $x^2 + 10x + 25 = (x + 5)^2$. Example: Factor $x^2 - 14x + 49 = (x - 7)^2$.
Factoring Trinomials of the Form $x^2 + bx + c$
To factor $x^2 + bx + c = (x + p)(x + q)$:
- Find two integers $p$ and $q$ such that their product equals $c$ ($p \times q = c$) and their algebraic sum equals $b$ ($p + q = b$).
- Rewrite the expression as $(x + p)(x + q)$.
Worked Example: Factor $x^2 - 5x - 24$.
- Find factors of $-24$ that sum to $-5$.
- Factors of $-24$: $(1, -24), (2, -12), (3, -8)$.
- Notice $3 + (-8) = -5$. Thus, $p = 3$ and $q = -8$.
- Factored form: $(x + 3)(x - 8)$.
Solving Quadratics via the Zero Product Property
If $(x - p)(x - q) = 0$, then either $(x - p) = 0$ or $(x - q) = 0$, giving roots $x = p$ and $x = q$.
The Quadratic Formula & Discriminant Analysis
When a quadratic cannot be factored easily by inspection, use the Quadratic Formula: The expression under the radical is the Discriminant ($\Delta = b^2 - 4ac$), which reveals the nature of the roots:
- $\Delta > 0$: Two distinct real roots. (If $\Delta$ is a perfect square, the roots are rational).
- $\Delta = 0$: Exactly one real root (a repeated/double root: $x = -b / [2a]$).
- $\Delta < 0$: No real roots (roots are complex/imaginary).
Strategic Test-Taking Heuristics: Back-Solving & Substitution
When complex algebraic manipulation threatens to exceed your 72-second time limit, deploy two strategic testing tactics:
1. Back-Solving (Plugging in Answer Choices)
In single-variable equations where setting up the algebra is convoluted, test the provided answer choices directly into the equation stem:
- Because answer choices are typically arranged in ascending numerical order, always test Choice C (the middle value) first.
- If Choice C produces a result that is too small, eliminate Choice C, A, and B (if the equation is directly proportional); test Choice D.
- If Choice C produces a result that is too large, eliminate Choice C, D, and E; test Choice B.
- Back-solving from the center guarantees reaching the correct option in a maximum of two trials.
2. Number Substitution for Abstract Algebraic Expressions
When an AFPSAT question asks which expression is equivalent to an abstract algebraic identity (e.g., "Which expression is equivalent to $\frac{x^2 - 9}{x + 3}$?"):
- Substitute a small, convenient integer for the variable (e.g., let $x = 2$ or $x = 4$).
- Avoid using 0 or 1, as they produce identical values across exponents ($0^1 = 0^2$, $1^1 = 1^2$) and can lead to division by zero.
- Evaluate the question stem with your chosen integer to establish a target value.
- Substitute the same integer into the four answer choices; the option yielding the target value is the correct answer.
Master Summary of Algebraic Laws, Sign Rules & Traps
The following reference table summarizes the essential laws, sign conventions, and common traps tested in the algebraic section of the AFPSAT:
| Concept / Rule | Formal Algebraic Law | Plain English Meaning | Common Examinee Error / Trap | Correct Exam Execution |
|---|---|---|---|---|
| Distributive Law | $a(b + c) = ab + ac$ | Factor outside parentheses multiplies every term inside | Forgetting to multiply the second term: $3(x + 4) = 3x + 4$ | Multiply all terms: $3(x + 4) = 3x + 12$ |
| Negative Distribution | $-(b - c) = -b + c$ | A negative sign in front reverses all interior signs | Dropping the sign change: $-(2x - 7) = -2x - 7$ | Reverse every sign: $-(2x - 7) = -2x + 7$ |
| Inequality Sign Reversal | If $x < y$ and $c < 0$, then $cx > cy$ | Multiplying/dividing by negative flips the inequality | Leaving symbol unchanged: $-3x \ge 12 \implies x \ge -4$ | Flip the symbol: $-3x \ge 12 \implies x \le -4$ |
| Difference of Squares | $a^2 - b^2 = (a - b)(a + b)$ | Difference of two squared terms factors into conjugate binomials | Confusing with square of difference: $a^2 - b^2 = (a - b)^2$ | $(a - b)(a + b)$, whereas $(a - b)^2 = a^2 - 2ab + b^2$ |
| Order of Operations | PEMDAS / GEMDAS | Multiplication and division have equal rank; left-to-right | Evaluating multiplication before division: $12 \div 4 \times 3 = 1$ | Left-to-right priority: $12 \div 4 \times 3 = 3 \times 3 = 9$ |
| Negative Exponents | $-x^2 \ne (-x)^2$ | Exponent binds only to base; parentheses bind negative sign | Assuming $-5^2 = +25$ | $-5^2 = -25$, while $(-5)^2 = +25$ |
| Zero Product Property | If $ab = 0$, then $a = 0$ or $b = 0$ | If product is zero, at least one factor must be zero | Dividing by variable and losing roots: $x^2 = 5x \implies x = 5$ | Factor: $x(x - 5) = 0 \implies x = 0 \text{ or } x = 5$ |
| Fraction Denominator Clearing | If $\frac{x}{a} + \frac{y}{b} = c$, multiply by $\text{LCD}(a, b)$ | Eliminate fractions early to convert equation into whole integers | Multiplying only the fraction terms and forgetting the constant $c$ | Multiply every term on both sides by the LCD |
A motorized infantry brigade motor pool houses a combined total of 42 operational vehicles, consisting exclusively of four-wheeled light tactical utility vehicles (KM450s) and six-wheeled heavy transport trucks (KM250s). A logistics inspection logs a combined total of 204 road wheels mounted on these 42 vehicles (excluding spare tires). How many six-wheeled heavy transport trucks are in the motor pool?
Solve for x in the following linear inequality: 5 - 3(2x - 4) ≥ 41.
During a forward base fortification project, an army combat engineer calculates the difference in blast clearance surface areas between two concentric circular safety perimeters given by the formula ΔA = π(R² - r²), where the outer perimeter radius R = 73 meters and the inner perimeter radius r = 27 meters. Utilizing the Difference of Two Squares factoring identity (a² - b² = [a - b][a + b]) to eliminate manual long-multiplication of large squares, what is the exact numerical value of (73² - 27²)?