3.3 Averages, Weighted Averages & Statistical Word Problems

Key Takeaways

  • The fundamental arithmetic mean formula Mean = Sum / N transforms into the high-speed AFQT 'Sum Triangle' equation: Sum = Mean * N.
  • Weighted averages must be used whenever combining groups of unequal sizes, using Weighted Mean = Sum(Weight_i * Value_i) / Sum(Weight_i).
  • Target average problems are solved by equating the required total sum (Target Mean * Total N) with the sum of existing scores plus the unknown variable x.
  • The median is the middle value of an ordered dataset (or average of two middle values if N is even), while the mode is the most frequently occurring value.
  • Range measures total dispersion (Max - Min) and is highly sensitive to extreme outliers, whereas the median remains unaffected by extreme values.
Last updated: July 2026

3.3 Averages, Weighted Averages & Statistical Word Problems

Quick Answer: The key to solving 90% of AFQT average problems is converting means into total sums using $\text{Sum} = \text{Mean} \times N$. When combining groups of different sizes, never take a simple average of the averages; instead, calculate the weighted average by dividing total combined points by total combined count.

Statistical word problems on the AFQT Arithmetic Reasoning subtest evaluate a candidate's ability to manipulate central tendency metrics—mean, median, mode, and range—under realistic operational scenarios.


The Arithmetic Mean and the "Sum Triangle"

The arithmetic mean (commonly called the average) is defined as the sum of a set of numerical values divided by the total number of values ($N$).

Mean=Sum of All ValuesN\text{Mean} = \frac{\text{Sum of All Values}}{N}

The Master Transformation: $\text{Sum} = \text{Mean} \times N$

On the AFQT, you will rarely be asked to simply add four numbers and divide. Instead, exam questions give you an average and ask you to find a missing value, an added score, or a target requirement.

SumMeanN\begin{array}{c} \text{Sum} \\ \hline \text{Mean} \quad \vert \quad N \end{array}

By focusing on the Total Sum, you can solve complex multi-step average problems without getting bogged down in algebraic confusion.


Missing Value / Target Average Problems

A classic AFQT question provides a series of initial test scores or measurements and asks what score is required on the final evaluation to achieve a target overall average.

Step-by-Step Worked Example: Target Qualification Score

Problem: A soldier completes four qualification rifle shoots with scores of 78, 84, 88, and 92. What score must the soldier achieve on the fifth and final shoot to attain an overall average score of 87?

Step 1: Calculate the Target Total Sum Required

  • Target Mean = 87
  • Total number of tests $N = 5$ Required Total Sum=87×5=435 points\text{Required Total Sum} = 87 \times 5 = 435 \text{ points}

Step 2: Calculate the Current Sum of Completed Tests

Current Sum=78+84+88+92=342 points\text{Current Sum} = 78 + 84 + 88 + 92 = 342 \text{ points}

Step 3: Subtract Current Sum from Required Sum

Required Score on 5th Test=435342=93\text{Required Score on 5th Test} = 435 - 342 = 93

The soldier must score 93 on the fifth shoot to achieve an overall 87 average.


Weighted Averages (Combining Unequal Groups)

A common pitfall on the AFQT is taking the simple average of two group averages when the groups contain different numbers of items. This yields an incorrect result.

The Weighted Average Rule: When combining groups of unequal sizes $N_1$ and $N_2$, you must weight each average by its respective group size.

Weighted Mean=(N1×Mean1)+(N2×Mean2)++(Nk×Meank)N1+N2++Nk\text{Weighted Mean} = \frac{(N_1 \times \text{Mean}_1) + (N_2 \times \text{Mean}_2) + \dots + (N_k \times \text{Mean}_k)}{N_1 + N_2 + \dots + N_k}


Step-by-Step Worked Example: Combined Company Test Scores

Problem: Company Alpha has 30 soldiers who scored an average of 80% on a tactical exam. Company Bravo has 20 soldiers who scored an average of 90% on the same exam. What is the combined average score for all 50 soldiers across both companies?

Step 1: Identify the Common Pitfall

Taking the simple average $\frac{80 + 90}{2} = 85%$ is INCORRECT because Company Alpha has more soldiers than Company Bravo. The combined average must be closer to 80% than 90%.

Step 2: Compute Total Points for Each Group

Company Alpha Total Points=30 soldiers×80%=2,400 points\text{Company Alpha Total Points} = 30 \text{ soldiers} \times 80\% = 2,400 \text{ points} Company Bravo Total Points=20 soldiers×90%=1,800 points\text{Company Bravo Total Points} = 20 \text{ soldiers} \times 90\% = 1,800 \text{ points}

Step 3: Compute Combined Total Points and Total Soldiers

Combined Points=2,400+1,800=4,200 points\text{Combined Points} = 2,400 + 1,800 = 4,200 \text{ points} Combined Count=30+20=50 soldiers\text{Combined Count} = 30 + 20 = 50 \text{ soldiers}

Step 4: Divide Combined Points by Combined Count

Weighted Mean=4,20050=84%\text{Weighted Mean} = \frac{4,200}{50} = 84\%

The true combined average score is 84%.


Dynamic Averages: Adding or Removing Data Points

AFQT questions often describe a scenario where a group's average changes because a new member joins or an existing member leaves.

Step-by-Step Worked Example: New Team Member Weight

Problem: A 6-member search-and-rescue team has an average weight of 180 pounds. When a 7th member joins the team, the team's average weight increases to 184 pounds. What is the weight of the new 7th member?

Step 1: Find the Initial Total Weight ($N = 6$)

Initial Total Weight=6×180=1,080 lbs\text{Initial Total Weight} = 6 \times 180 = 1,080 \text{ lbs}

Step 2: Find the New Total Weight ($N = 7$)

New Total Weight=7×184=1,288 lbs\text{New Total Weight} = 7 \times 184 = 1,288 \text{ lbs}

Step 3: Find the Difference

Weight of 7th Member=1,2881,080=208 lbs\text{Weight of 7th Member} = 1,288 - 1,080 = 208 \text{ lbs}

The new member weighs 208 pounds.


Descriptive Statistics: Median, Mode, and Range

In addition to the arithmetic mean, AFQT questions test your mastery of other key statistical measures.

Statistical MetricDefinitionComputational Rule
MeanArithmetic average$\text{Sum} / N$
MedianExact physical middle valueSort values first! If $N$ is odd, select middle element. If $N$ is even, take average of two middle elements.
ModeMost frequent valueIdentify number with highest frequency count (can be unimodal, bimodal, or no mode).
RangeTotal spread of data$\text{Maximum Value} - \text{Minimum Value}$

Step-by-Step Worked Example: Full Statistical Profile

Problem: Consider the following recorded completion times (in minutes) for 8 recruits on an obstacle course: $14, 11, 18, 11, 15, 22, 11, 18$. Find the Mean, Median, Mode, and Range.

Step 1: Always Sort the Data First!

Unsorted: $14, 11, 18, 11, 15, 22, 11, 18$ Sorted: $11, 11, 11, 14, 15, 18, 18, 22$ ($N = 8$)

Step 2: Calculate Mean

Sum=11+11+11+14+15+18+18+22=120\text{Sum} = 11 + 11 + 11 + 14 + 15 + 18 + 18 + 22 = 120 Mean=1208=15 minutes\text{Mean} = \frac{120}{8} = 15 \text{ minutes}

Step 3: Calculate Median

Since $N = 8$ (even), the median is the average of the 4th and 5th terms in the sorted list:

  • 4th term = $14$
  • 5th term = $15$ Median=14+152=14.5 minutes\text{Median} = \frac{14 + 15}{2} = 14.5 \text{ minutes}

Step 4: Calculate Mode

The value $11$ appears 3 times (more than any other value), so the Mode is 11 minutes.

Step 5: Calculate Range

Range=MaxMin=2211=11 minutes\text{Range} = \text{Max} - \text{Min} = 22 - 11 = 11 \text{ minutes}


AFQT Exam Traps and Shortcuts

  1. Forgetting to Sort for Median: Never attempt to pick the middle number of a list before sorting it in ascending order.
  2. Outlier Sensitivity Trap: The mean and range are heavily affected by extreme outliers, whereas the median and mode remain resilient.
  3. Deviation Balancing Method: The sum of deviations from the mean always equals zero ($\sum (x_i - \text{Mean}) = 0$). You can use this to quickly verify missing score calculations.
Test Your Knowledge

A student scored 82, 88, 91, and 85 on four exams. What score must the student earn on the fifth exam to achieve an overall average score of 88?

A
B
C
D
Test Your Knowledge

Platoon A has 15 recruits with an average height of 68 inches. Platoon B has 25 recruits with an average height of 72 inches. What is the weighted average height for all 40 recruits?

A
B
C
D
Test Your Knowledge

What is the median of the following set of scores: 18, 27, 12, 33, 25, 14, 29?

A
B
C
D