IBEW: ELECTRICAL TRAINING ALLIANCE APTITUDE TEST • ALGEBRA & FUNCTIONS

Identify Number Sequences — Identify arithmetic number sequences.

Learn to recognize constant-difference patterns that appear throughout electrical theory and the IBEW aptitude exam.

Historical Context & Motivation

The study of arithmetic sequences is one of the oldest topics in mathematics, stretching back thousands of years to civilizations that needed reliable methods for counting, measuring, and distributing resources. Ancient builders, surveyors, and craftspeople — people whose work was remarkably similar to modern trades — recognized that many practical problems follow a pattern of constant, predictable change. Whether calculating the number of bricks in each row of a stepped wall or tallying the cost of successive lengths of copper wire, the underlying idea is the same: each term in the sequence grows (or shrinks) by the same fixed amount.

Understanding this concept is directly relevant to the IBEW Electrical Training Alliance (ETA) Aptitude Test, which evaluates your ability to spot numerical patterns quickly and accurately. The Algebra & Functions portion of the exam regularly presents sequences and asks you to identify the rule, find a missing term, or predict the next value. Mastering arithmetic sequences gives you a reliable, systematic approach to these problems rather than relying on guesswork.

c. 1800 BCE
Babylonian Clay Tablets
Babylonian scribes recorded arithmetic progressions on cuneiform tablets to solve problems involving equal distributions of grain and labor — the earliest known written examples of sequences with a constant difference.
c. 300 BCE
Euclid's Elements
The Greek mathematician Euclid formalized properties of proportional sequences in his treatise, laying groundwork for the distinction between arithmetic and geometric progressions.
c. 1800 CE
Gauss and the Summation Legend
Carl Friedrich Gauss reportedly summed the integers 1 through 100 as a schoolboy by recognizing the arithmetic structure of the sequence, demonstrating that pattern recognition can transform tedious computation into elegant reasoning.
1941–Present
IBEW Apprenticeship Testing
The IBEW and its training alliance adopted standardized aptitude assessments that include number-sequence identification, ensuring incoming apprentices possess the pattern-recognition skills essential for electrical calculations.

The central question this lesson addresses is straightforward: Given a list of numbers, how do you determine whether the pattern is arithmetic, and how do you use that knowledge to find unknown terms? Answering this question confidently will sharpen both your test performance and your on-the-job mathematical reasoning.

Core Principles & Definitions

Before diving into calculations, you need a clear vocabulary. An arithmetic sequence (also called an arithmetic progression) is a list of numbers in which the difference between every pair of consecutive terms is always the same. That constant gap is called the common difference and is typically represented by the letter d. Recognizing these core components lets you quickly classify any sequence and predict its behavior.

1

Term (aₙ)

Each individual number in the sequence. The subscript n indicates its position: a₁ is the first term, a₂ the second, and so on.
2

Common Difference (d)

The fixed value obtained by subtracting any term from the term that follows it: d = aₙ₊₁ − aₙ. If d is positive the sequence increases; if negative it decreases.
3

First Term (a₁)

The starting value of the sequence. Combined with d, it uniquely determines every subsequent term.
4

General (nth) Term Formula

The formula aₙ = a₁ + (n − 1) × d lets you jump directly to any term without listing all the preceding ones — critical for efficiency on a timed test.
5

Constant-Difference Test

Compute the difference between each pair of consecutive terms. If every difference equals the same value, the sequence is arithmetic. If even one differs, it is not.
KEY TAKEAWAY
Think of an arithmetic sequence like pulling wire off a spool in equal measured cuts. If every cut is exactly 3 feet long, you know exactly how much wire you'll have after any number of cuts — the total grows by the same fixed length each time. That fixed cut length is the common difference, and the total length at any point is the nth term.

Visual Explanation

A well-constructed diagram transforms the abstract idea of a "constant difference" into something you can see at a glance. The diagram below plots two arithmetic sequences on a number line and highlights the equal-sized jumps between terms. Notice how the jumps form a staircase of identical height — that visual uniformity is the signature of an arithmetic sequence.

Sequence A (cyan) increases by +3 each step, while Sequence B (violet) decreases by −5 each step. The uniformly sized arcs between consecutive terms are the visual hallmark of an arithmetic sequence.

In the diagram above, every arc between consecutive dots is the same width within a given sequence. If you ever encounter a sequence where one arc would be noticeably wider or narrower than the others, you know immediately that the sequence is not arithmetic. This quick visual check mirrors exactly what you should do on the aptitude test: subtract consecutive terms, confirm the differences match, and move on with confidence.

Mathematical Framework

The power of arithmetic sequences lies in their simple, predictable algebra. Two formulas cover virtually every question the ETA aptitude test can throw at you. The first lets you find any individual term; the second lets you sum a run of terms. Both derive directly from the concept of a constant common difference.

NTH TERM OF AN ARITHMETIC SEQUENCE
aₙ = a₁ + (n − 1) × d
Where aₙ = the value of the nth term, a₁ = the first term, n = the position number (1, 2, 3, …), and d = the common difference.

The reasoning behind this formula is direct. Starting at a₁, you add d once to get the second term, twice to get the third term, and so on. By the time you reach position n, you have added d a total of (n − 1) times. This is why the exponent on d is (n − 1) rather than n — you don't add anything to reach the first term itself.

COMMON DIFFERENCE (SOLVING FOR d)
d = aₙ − aₙ₋₁
Subtract any term from the term immediately following it. If the result is the same for every pair, the sequence is arithmetic and that result is d.
SUM OF THE FIRST n TERMS
Sₙ = (n / 2) × (a₁ + aₙ)
Where Sₙ = the sum of the first n terms. This is Gauss's approach: pair the first and last term, the second and second-to-last, and so on — each pair sums to (a₁ + aₙ), and there are n/2 such pairs.
💡 Test Tip
On the IBEW aptitude test, you typically need to identify the pattern and find a missing or next term — not sum entire sequences. Focus your practice on the nth-term formula and the constant-difference test. If you can reliably compute d and plug into aₙ = a₁ + (n − 1) × d, you will handle the vast majority of sequence questions.

Arithmetic vs. Non-Arithmetic Sequences

On the aptitude test, you will encounter sequences that look arithmetic but may not be. The essential skill is distinguishing a true arithmetic pattern from other common sequence types such as geometric sequences (constant ratio instead of constant difference), quadratic sequences (the differences themselves form an arithmetic sequence), and Fibonacci-type sequences (each term is the sum of the two preceding terms). The table below gives you a quick diagnostic.

Quick diagnostic: only arithmetic sequences pass the constant-difference test.
Sequence TypeExampleKey TestDifferences
Arithmetic4, 9, 14, 19, 24Subtract consecutive terms+5, +5, +5, +5 ✓ constant
Geometric3, 6, 12, 24, 48Divide consecutive terms+3, +6, +12, +24 ✗ not constant
Quadratic1, 4, 9, 16, 25Subtract, then check 2nd differences+3, +5, +7, +9 ✗ not constant (but 2nd diffs are +2, +2, +2)
Fibonacci-type1, 1, 2, 3, 5, 8Check if each term = sum of prior two+0, +1, +1, +2, +3 ✗ not constant
This decision flowchart mirrors the exact process you should follow on the exam. Start by computing differences, check for constancy, and branch accordingly.

The flowchart makes the process systematic. On exam day, when time pressure can lead to second-guessing, having a fixed procedure — compute differences, check constancy, apply formula — keeps you efficient and accurate. If the differences are not constant, do not force an arithmetic interpretation; instead, look for the next most common pattern, which on the ETA test is usually a geometric sequence (constant ratio) or a simple quadratic pattern (constant second differences).

Worked Example

Let's walk through a problem in the style you might encounter on the IBEW aptitude test. The key is to follow the systematic steps from the flowchart and apply the nth-term formula.

Find the 20th Term of an Arithmetic Sequence
1
Step 1 — Read and Record the Given SequenceThe sequence is: 7, 13, 19, 25, 31, … The question asks: What is the 20th term?
2
Step 2 — Compute Consecutive DifferencesSubtract each term from the one following it: 13 − 7 = 6, 19 − 13 = 6, 25 − 19 = 6, 31 − 25 = 6. Every difference equals 6, confirming this is an arithmetic sequence.
d = 6
3
Step 3 — Identify a₁ and nThe first term is a₁ = 7. We want the 20th term, so n = 20.
a₁ = 7, n = 20
4
Step 4 — Substitute into the nth-Term FormulaApply aₙ = a₁ + (n − 1) × d: a₂₀ = 7 + (20 − 1) × 6 = 7 + 19 × 6 = 7 + 114.
5
Step 5 — Calculate the Final Answera₂₀ = 7 + 114 = 121. The 20th term of the sequence is 121.
a₂₀ = 121
Verification Shortcut
A quick sanity check: the 5th term is 31, and you've added 15 more increments of 6 to reach the 20th term (15 × 6 = 90). So a₂₀ = 31 + 90 = 121. This confirms the answer and takes only seconds.

Strengths, Limitations & Common Pitfalls

The arithmetic-sequence model is beautifully simple, but simplicity can lead to overconfidence. Recognizing both where it excels and where it breaks down will prevent costly errors on the test.

Strengths and common pitfalls when working with arithmetic sequences on timed exams.
StrengthsLimitations / Pitfalls
Only two values (a₁ and d) define the entire sequence — fast to work with under time pressure.Assumes constant change; does not model exponential growth, decay, or oscillating patterns.
The nth-term formula lets you jump to any term directly without listing all intermediate terms.Off-by-one errors are the #1 mistake: remember it's (n − 1), not n, multiplied by d.
Easy to verify — just check that all differences are equal.With only 3–4 given terms, a coincidence could mimic an arithmetic pattern; always check every available difference.
Works with positive, negative, and fractional common differences.Negative d values can trip you up if you forget to subtract rather than add. Keep track of signs carefully.
KEY TAKEAWAY
Think of the (n − 1) factor like wiring outlets on a circuit: the first outlet is at the starting point of the run, and you only add spacing between outlets. With 20 outlets, there are only 19 gaps. Confusing the number of gaps with the number of outlets is exactly the off-by-one error that costs test-takers points.

Connection to Advanced Sequence Theory

Arithmetic sequences are the gateway to a broader family of patterns that appears throughout mathematics, engineering, and the skilled trades. Once you understand the constant-difference model, you are well positioned to tackle related concepts, whether on a more advanced certification exam or in real-world electrical calculations.

Arithmetic vs. geometric sequences — the two most common types on aptitude tests.
FeatureArithmetic SequenceGeometric Sequence
Defining operationConstant addition (d)Constant multiplication (r)
General termaₙ = a₁ + (n − 1)daₙ = a₁ × r⁽ⁿ⁻¹⁾
Graph shapeStraight line (linear)Exponential curve
Trade applicationEqual spacing of outlets, conduit lengths, pay scales with fixed raisesCompound interest on tool investments, signal attenuation in cable runs
Identification testConstant differencesConstant ratios

If you plot an arithmetic sequence on a graph — with term position on the horizontal axis and term value on the vertical — the points fall on a straight line. The slope of that line is exactly d, the common difference. This connection between arithmetic sequences and linear functions is a powerful bridge: if you are comfortable with slope-intercept form (y = mx + b), you already intuitively understand arithmetic sequences, where m corresponds to d and b corresponds to a₁ − d. That insight can help you on ETA questions that mix sequence identification with linear-equation reasoning.

Practice Problems

Work through the following five problems in order. Each one builds on the skills developed in the previous sections. Try to solve each problem before reading the answer.

PROBLEM 1CONCEPTUAL
Is the sequence 12, 17, 22, 27, 32 arithmetic? Explain how you know, and state the common difference if it is.
PROBLEM 2BASIC CALCULATION
Given the arithmetic sequence 3, 8, 13, 18, …, find the 15th term.
PROBLEM 3INTERMEDIATE
An arithmetic sequence has a₃ = 14 and a₇ = 30. Find the common difference d and the first term a₁.
PROBLEM 4APPLIED
An electrician installs outlets along a wall. The first outlet is 18 inches from the edge, and each subsequent outlet is spaced exactly 48 inches from the previous one. What is the distance from the edge to the 9th outlet?
PROBLEM 5CRITICAL THINKING
Consider the sequence 5, 12, 21, 32, 45, … Is it arithmetic? If not, investigate its first differences and determine what type of pattern governs the sequence. Then predict the 6th term.

Lesson Summary

An arithmetic sequence is a list of numbers in which each term differs from the previous one by a fixed amount called the common difference (d). To identify one, apply the constant-difference test: subtract every consecutive pair of terms and verify that all results are equal. Once confirmed, use the nth-term formula aₙ = a₁ + (n − 1) × d to jump directly to any term in the sequence without listing all intermediate values.

Guard against the most common pitfall — the off-by-one error — by remembering that the multiplier on d is (n − 1), not n, because the first term itself requires zero additions. If the differences between terms are not constant, the sequence is not arithmetic; check for geometric (constant ratio) or quadratic (constant second differences) patterns instead. Mastering this systematic approach will equip you to handle every sequence question on the IBEW Electrical Training Alliance Aptitude Test with speed and confidence.

Varsity Tutors • IBEW: Electrical Training Alliance Aptitude Test • Identify Number Sequences — Identify arithmetic number sequences.