IBEW: ELECTRICAL TRAINING ALLIANCE APTITUDE TEST • ALGEBRA & FUNCTIONS

Simplify Polynomials

Master combining like terms, distributing, and reducing polynomial expressions to ace the IBEW aptitude exam.

Historical Context & Motivation

Long before modern electricians calculated voltage drops across parallel circuits, mathematicians wrestled with a fundamental challenge: how to express complex relationships between quantities in a form that is both compact and useful. The word polynomial comes from the Greek poly (many) and the Latin nomen (name or term), literally meaning "many terms." Simplifying these expressions—collecting terms, reducing redundancy—has been a cornerstone of algebra for centuries, allowing engineers and tradespeople alike to turn unwieldy formulas into practical tools.

In the electrical trades, polynomial simplification appears every time you combine resistances in series, compute total wattage across multiple loads, or balance a panel schedule. Understanding how to reduce an expression to its simplest form is not merely academic—it is the algebraic backbone of efficient circuit analysis and a key skill tested on the IBEW Electrical Training Alliance Aptitude Test.

~300 BCE
Euclid's Geometric Algebra
Euclid used geometric constructions to solve problems equivalent to modern polynomial equations, representing unknowns as line segments and products as areas.
~825 CE
Al-Khwārizmī's Al-Jabr
The Persian mathematician al-Khwārizmī published systematic methods for combining like terms and balancing equations, giving us the word "algebra" itself.
1591
Viète's Symbolic Notation
François Viète introduced the use of letters for known and unknown quantities, making polynomial simplification recognizable in its modern symbolic form.
1800s
Industrial Applications
With the rise of electrical engineering during the Second Industrial Revolution, polynomial algebra became essential for modeling circuits, power distribution, and load calculations.

The central question this lesson addresses is straightforward but critical: given a polynomial expression with multiple terms, exponents, and operations, how do you systematically reduce it to the fewest possible terms while preserving its mathematical meaning? Mastering this skill will let you move quickly and accurately through the algebra portion of the IBEW aptitude test.

Core Principles & Definitions

Before you can simplify a polynomial, you need a solid grasp of the vocabulary and rules that govern these expressions. A polynomial is a sum of one or more terms, where each term is a product of a numerical coefficient and one or more variables raised to non-negative integer exponents. For example, 3x² − 5x + 7 is a polynomial with three terms. Simplifying means rewriting such an expression so that no two terms share the same variable-and-exponent combination—in other words, all like terms have been combined.

1

Like Terms

Terms that share identical variable parts (same variables raised to the same exponents). Example: 4x² and −2x² are like terms; 4x² and 4x are not.
2

Distributive Property

The rule a(b + c) = ab + ac allows you to remove parentheses by multiplying each term inside by the factor outside. This is the first step when simplifying expressions with grouping symbols.
3

Commutative & Associative Properties

Addition is commutative (a + b = b + a) and associative (a + (b + c) = (a + b) + c), so you can rearrange and regroup terms freely to pair up like terms.
4

Degree & Standard Form

The degree of a polynomial is the highest exponent on its variable. Standard form lists terms from highest degree to lowest, e.g., 5x³ + 2x² − x + 4.
KEY TAKEAWAY
Think of simplifying a polynomial like organizing a tool bag. You might have three 10-mm sockets scattered among wrenches and screwdrivers. "Combining like terms" is the equivalent of grouping all the 10-mm sockets together—same tool, same size—so you can count them at a glance. Terms with matching variable parts get consolidated; everything else stays separate.

Visual Explanation — Anatomy of a Polynomial

The diagram below dissects the polynomial 3x² + 5x − 2x² + 4 − x + 7 into its component parts. Each term is color-coded by its variable-and-exponent signature so you can immediately see which terms are "like" and ready to be combined. This kind of visual sorting is exactly the mental process you should follow on the aptitude test.

The expression 3x² + 5x − 2x² + 4 − x + 7 is sorted by like terms (violet for x² terms, cyan for x terms, amber for constants) and then combined. The simplified result is x² + 4x + 11 in standard form.

Notice the dashed borders on −2x² and −x in the original expression. These indicate terms that carry a negative coefficient—a detail that is easy to overlook under test pressure. When you combine 3x² and −2x², you subtract: 3 − 2 = 1, giving x². Likewise, 5x − x yields 4x. Finally, the two constants 4 and 7 add to 11. The fully simplified polynomial, written in descending degree order, is x² + 4x + 11.

Mathematical Framework

Simplifying polynomials relies on a small set of algebraic properties that you already use intuitively. Formalizing them helps you move quickly and avoid sign errors. The three operations you will use most are distributing, combining like terms, and applying exponent rules when multiplying terms.

DISTRIBUTIVE PROPERTY
a(b + c) = ab + ac
Multiply the factor outside the parentheses by every term inside. This removes grouping symbols.
COMBINING LIKE TERMS
axⁿ + bxⁿ = (a + b)xⁿ
When two terms share the same variable raised to the same power, add (or subtract) their coefficients. The variable part stays unchanged.
PRODUCT RULE FOR EXPONENTS
xᵃ × xᵇ = xᵃ⁺ᵇ
When multiplying terms with the same base, add the exponents. For instance, x² × x³ = x⁵. This rule is critical when you distribute a monomial across a polynomial.
POWER RULE FOR EXPONENTS
(xᵃ)ᵇ = xᵃᵇ
When raising a power to another power, multiply the exponents. Example: (x²)³ = x⁶.
⚠️ Watch the Signs
The most common mistake on the IBEW aptitude test is mishandling a negative sign in front of parentheses. Remember: −(a + b) means −1 × (a + b) = −a − b. Both signs inside flip. Double-check by distributing the −1 to every term.

Step-by-Step Simplification Process

When faced with any polynomial simplification problem, follow a consistent sequence. The flowchart below lays out the decision process you should internalize for the test. After the diagram, a reference table shows common polynomial types and the specific techniques each one requires.

Follow this flowchart for every simplification problem: distribute first (if needed), identify like terms, combine coefficients, and arrange in standard form (descending degree).
Common polynomial expression types and the techniques required to simplify them.
Expression TypeExampleKey Technique
No parentheses4x² + 3x − x² + 7Combine like terms directly
Monomial × Polynomial3x(2x − 5)Distribute, then combine
Subtraction of polynomials(3x + 4) − (x − 2)Distribute −1 across second polynomial
Binomial × Binomial (FOIL)(x + 3)(x − 2)Multiply First, Outer, Inner, Last; then combine
Multi-step mixed2(x² + 3x) − 4x(x − 1)Distribute each group, then combine all like terms

Worked Example

Let's walk through a multi-step simplification that mirrors the kind of problem you'll encounter on the IBEW aptitude test. Suppose you need to simplify the expression:

PROBLEM
3(2x² − 4x + 1) − 2(x² − 3x − 5)
This involves distributing two separate constants and then combining like terms across the entire expression.
Simplify 3(2x² − 4x + 1) − 2(x² − 3x − 5)
1
Step 1 — Distribute the First FactorMultiply 3 by every term inside the first set of parentheses: 3 × 2x² = 6x², 3 × (−4x) = −12x, 3 × 1 = 3. The first group becomes 6x² − 12x + 3.
6x² − 12x + 3
2
Step 2 — Distribute the Second Factor (Watch the Negative)The minus sign in front of 2 means you are distributing −2. So: −2 × x² = −2x², −2 × (−3x) = +6x, −2 × (−5) = +10. The second group becomes −2x² + 6x + 10. Notice both interior negative signs flipped to positive.
−2x² + 6x + 10
3
Step 3 — Write the Expanded ExpressionCombine the results from Steps 1 and 2 into a single expression without parentheses:
6x² − 12x + 3 − 2x² + 6x + 10
4
Step 4 — Identify and Combine Like TermsGroup by variable part. The x² terms: 6x² − 2x² = 4x². The x terms: −12x + 6x = −6x. The constants: 3 + 10 = 13.
4x² − 6x + 13
5
Step 5 — Verify Standard FormThe polynomial 4x² − 6x + 13 is already in standard form because the terms are arranged in descending order of degree (2, 1, 0). This is your final answer.
Final Answer: 4x² − 6x + 13

Common Errors & How to Avoid Them

Polynomial simplification is procedurally straightforward, but under the time pressure of the IBEW aptitude test, certain errors crop up repeatedly. The table below catalogs the most frequent mistakes along with specific strategies to prevent them. Knowing these pitfalls in advance is worth as much as knowing the rules themselves.

The five most common polynomial simplification errors and how to avoid them.
Common ErrorExamplePrevention Strategy
Forgetting to distribute to all terms2(x + 3) → 2x + 3 (wrong; should be 2x + 6)Draw an arrow from the outside factor to every term inside. Count the arrows.
Sign errors with subtraction−(x − 4) → −x − 4 (wrong; should be −x + 4)Rewrite the leading minus as '−1 ×' and distribute to each term.
Combining unlike terms3x² + 2x → 5x² (wrong; different exponents)Circle or underline the variable-and-exponent part first; only combine matching circles.
Adding exponents when combining like terms3x² + 2x² → 5x⁴ (wrong; should be 5x²)Exponents only add when you multiply bases. When adding terms, the exponent stays the same.
Not writing final answer in standard form7 + 3x − x² instead of −x² + 3x + 7After combining, rearrange by decreasing exponent before marking your answer.
KEY TAKEAWAY
In electrical work, misreading a wire gauge or mixing up a 20-amp breaker with a 30-amp breaker can have serious consequences. The same discipline applies to algebra: confusing x² with x, or dropping a negative sign, will give you the wrong answer just as surely. Build the habit of checking every sign and verifying that terms are truly alike before combining them.

Connection to Advanced Topics

Simplifying polynomials is the gateway to nearly every other algebraic skill you will need as an electrician and as a student in an IBEW apprenticeship program. Once you can reliably combine like terms and distribute, you are ready to tackle factoring, solving polynomial equations, and working with rational expressions. The table below shows how the skills in this lesson connect to more advanced topics you will encounter in training.

How polynomial simplification skills connect to advanced algebra and real-world electrical work.
This Lesson's SkillAdvanced Topic It Leads ToElectrical Trade Application
Combining like termsSolving linear and quadratic equationsCalculating total resistance in series circuits
Distributing a monomialFactoring polynomials (reverse distribution)Deriving power formulas (P = IV, P = I²R)
FOIL / binomial multiplicationQuadratic formula and completing the squareComputing area of conduit cross-sections
Exponent rulesScientific notation and exponential growth/decayWorking with large and small electrical units (kW, mA)

On the IBEW aptitude test specifically, you will not be asked to perform advanced factoring or solve quadratic equations, but the examiners do expect you to simplify expressions quickly and accurately. Every second you save on a simplification problem is a second you can apply to more complex word problems later in the test. Think of this lesson as building the foundation—once the foundation is solid, everything built on top of it is more stable.

Practice Problems

Work through these five problems in order. They progress from foundational understanding to applied reasoning, mirroring the range of difficulty you may face on the IBEW aptitude test. Try each one on paper before reading the answer.

PROBLEM 1CONCEPTUAL
Are the terms 5x²y and −3x²y like terms? What about 5x²y and 5xy²? Explain why or why not.
PROBLEM 2BASIC CALCULATION
Simplify: 7x³ − 4x + 2x³ + 9x − 5
PROBLEM 3INTERMEDIATE
Simplify: 4(2x² − 3x + 1) − 3(x² + 2x − 4)
PROBLEM 4APPLIED
An electrician is computing the total cost (in dollars) of wire for two jobs. Job A requires (3x + 8) feet at $2 per foot. Job B requires (x − 3) feet at $5 per foot. Write a simplified polynomial expression for the total cost.
PROBLEM 5CRITICAL THINKING
Simplify: x(x + 4) − 2x(x − 3) + (x + 1)(x − 1). After simplifying, determine the degree of the resulting polynomial and explain whether the expression could ever equal zero for a positive value of x.

Lesson Summary

Simplifying polynomials is a foundational algebra skill that requires you to distribute factors across parenthetical groups using the rule a(b + c) = ab + ac, identify like terms (terms with identical variable-and-exponent signatures), combine their coefficients through addition or subtraction, and present the result in standard form with terms arranged from the highest degree to the lowest. The product rule for exponents (xᵃ × xᵇ = xᵃ⁺ᵇ) governs what happens when you multiply variable terms, while the combining-like-terms rule (axⁿ + bxⁿ = (a + b)xⁿ) governs addition.

For the IBEW Electrical Training Alliance Aptitude Test, remember three things above all: distribute the negative sign to every term when subtracting a polynomial, never combine terms with different exponents, and keep exponents unchanged when adding like terms. Practice these steps until they are automatic, and you will handle the algebra section with confidence and speed.

Varsity Tutors • IBEW: Electrical Training Alliance Aptitude Test • Simplify Polynomials