Companion to the AFOQT Retake Plan · Non‑rated Cyber

Arithmetic & Math Knowledge Study Guide

Every formula, mnemonic, and concept behind the two subtests that decide your Quantitative and Academic Aptitude composites, built directly from your Sep 4, 2026 diagnostic results. Tap "Show answer" to check any practice problem; check a concept off once it's solid.

19/25
Arithmetic Reasoning
18/25
Math Knowledge
14
Concepts
0/14
Reviewed

How to use this guide: concepts are organized by skill, not by subtest, since several (percentages, formula recall) show up in both Arithmetic Reasoning and Math Knowledge. Eight are marked PRIORITY, exactly what the diagnostic caught you missing, each with a flag explaining precisely what went wrong on that item. Six are marked LIGHT: you already have these, so they get a lighter treatment. Read the explanation, read the mnemonic until it sticks, work the example, then try the practice problems cold before revealing each answer.

Pull-Out Formula Sheet

Rebuild from memory weekly
Order of Operations
( ) → exponents → ×÷ (L→R) → +− (L→R)
GCF / LCM
GCF × LCM = the two numbers multiplied
GCF: largest shared factor (shrinks). LCM: smallest shared multiple (grows).
Percent
Part = %(decimal) × Whole
%Change = (New − Old) / Old × 100
Square Roots
x² = n → x = ±√n
Keep only the positive root if x is a length, count, or x > 0 is stated.
Ratios (a share of a whole)
1. Sum ratio numbers 2. Whole ÷ sum = 1 share 3. Share × ratio number
Unit Conversion
Convert to matching units BEFORE dividing or multiplying a rate
1 hr = 60 min  1 ton = 2,000 lb  1 ft = 12 in
Distance / Rate / Time
D = R × T
Toward each other: add speeds. Chasing: subtract speeds.
Work Rate
Workers × Days = Total Work (constant)
Linear Equations
Same operation, both sides, until x is alone
Exponent Rules
xa·xb=xa+b  xa/xb=xa-b  (xa)b=xab
Difference of Squares
(a+b)(a−b) = a² − b²
Rectangle
Perimeter = 2(l+w)  Area = l × w
Triangle
Area = ½ × base × height
Circle
Circumference = 2πr  Area = πr²
Circumference: linear (one r). Area: squared (r×r).
Pythagorean Theorem
a² + b² = c²
c = hypotenuse, opposite the right angle
Box Volume
V = l × w × h
Part 1 of 4

Number & Operations Foundations

0 / 4 reviewed

The rules that decide whether a correct calculation gets read the right way: what to compute first, which "common" number a question wants, and when a negative answer has to be thrown out.

Order of Operations

Priority

When an expression mixes several operations, work in a fixed order: parentheses/grouping first, then exponents and roots, then multiplication and division together (left to right), then addition and subtraction together (left to right). Multiplication does not outrank division, and addition does not outrank subtraction; within each pair, whichever comes first (reading left to right) goes first.

( ) Parentheses Exponents × ÷ Multiply/Divide, L→R + − Add/Subtract, L→R
Mnemonic

PEMDAS: Parentheses, Exponents, then MD and AS march left to right, side by side, never one before the other.

What tripped you up · Item 19

8 + 2×(5−3)²: the (5−3)=2 resolves first, then the exponent applies before anything else touches it: 2²=4. Only then multiply: 2×4=8. Add last: 8+8=16. Skipping the exponent, or adding before finishing it, is the exact trap.

Worked example

Simplify 6 + 3×(4−2)³÷2 → (4−2)=2 → 2³=8 → 3×8=24, 24÷2=12 → 6+12=18

Practice
a. 5 + 4 × (6−3)²
Show answer
5+4×9=5+36=41
b. (7−4)² × 2 − 6
Show answer
9×2−6=18−6=12
c. 20 − 3 × (2+2)
Show answer
20−3×4=20−12=8
d. 9 + (10−8)³ ÷ 4
Show answer
9+8÷4=9+2=11

LCM vs. GCF

Priority

GCF (Greatest Common Factor) is the largest number that divides evenly into both numbers: list factors of each and take the biggest one they share. LCM (Least Common Multiple) is the smallest number both numbers divide evenly into: list multiples of each until one matches.

Factors of 12 Factors of 18 4, 12 9, 18 1, 2, 3 6 = GCF
Shared factors overlap; the largest shared one is the GCF.
Mnemonic

Factors shrink, multiples grow. GCF goes down into both numbers; LCM is what both numbers climb up to.

What tripped you up · Item 13

Asked for the LCM of 6 and 8, the GCF (2) was given instead: the two got swapped. If unsure which one a question wants, check whether the answer should be small and divide both (GCF), or should be at least as big as the larger number (LCM).

Worked example

LCM and GCF of 12 and 18: shared factors 1,2,3,6 → GCF=6. Multiples of 12: 12,24,36… of 18: 18,36… first match 36 → LCM=36. Check: GCF×LCM = 216 = 12×18. ✓

Practice
a. GCF of 16 and 24
Show answer
8
b. LCM of 4 and 10
Show answer
20
c. GCF of 15 and 25
Show answer
5
d. LCM of 6 and 9
Show answer
18

Percentages & Percent Change

Light

"Percent of" means multiply by the decimal form. Percent change compares the size of the change to the original (old) value, never the new one.

Part of a wholePart = %(decimal) × Whole
Percent change(New − Old) ÷ Old × 100
Mnemonic

"Of" means times. "Change" always divides by where you started (the OLD value).

Worked example

A $40,000 salary rises to $46,000. Percent increase? (46,000−40,000)/40,000 = 0.15 = 15%

Practice
a. What is 35% of 220?
Show answer
220×0.35=77
b. A price drops from $80 to $68. Percent decrease?
Show answer
12/80=15%

Signed Numbers & Square Roots

Priority

Every positive number has two square roots, one positive and one negative (√49 = 7 or −7, since both 7² and (−7)² equal 49). On the AFOQT, a variable representing something real (a length, a count, a speed) cannot be negative, so when a problem states x > 0, or the quantity is physically a size, discard the negative root.

−7 ✗ rejected +7 ✓ kept (x>0)
Both square to 49. The constraint x > 0 decides which one survives.
Mnemonic

Real things aren't negative. If x is a length, count, or the problem says x > 0, keep only the positive root.

What tripped you up · Item 21

x² = 49, x > 0: both +7 and −7 solve the equation algebraically, but the stated constraint x > 0 rules out −7. The answer given was −7, the one the constraint excludes.

Worked example

Solve x² = 81, where x is a side length. x = ±9, but a side length can't be negative, so x = 9.

Practice
a. x² = 64, x > 0
Show answer
x=8
b. x² = 25 (no constraint given)
Show answer
x=±5
c. A square field has area 100 sq ft. Find the side length.
Show answer
side=10
Part 2 of 4

Ratios, Rates & Proportional Reasoning

0 / 4 reviewed

Your two highest-leverage clusters: every ratio-split problem and every rate problem that hides a unit conversion. Five of your six Arithmetic Reasoning misses live here.

Ratios & Proportions

Priority

When something is split in a ratio (like 2:3:4), treat each ratio number as one "share" of equal size. Three steps: sum the ratio numbers to find how many equal shares make up the whole; divide the whole by that sum to find the size of one share; multiply that share by whichever ratio number you need.

3 shares 2 shares 1 Vehicles Gear Supplies 6 equal shares total • $60,000 ÷ 6 = $10,000/share
Mnemonic

SUM → DIVIDE → MULTIPLY. Add the parts, split the whole, scale back up.

What tripped you up · Items 9 & 10

Item 9 (60 cadets, 5:1 pass:fail): sum=6, one share=10, failed=1×10=10. The answer given, 12, comes from dividing 60 by 5 instead of the full 6 shares. Item 10 (900 units, 2:3:4): sum=9, one share=100, largest=4×100=400. The answer given, 450, is half of 900, not 4 shares of 100.

Worked example

A $60,000 budget splits 3:2:1 among vehicles, gear, and supplies. Vehicles' share? Sum=6. One share=$10,000. Vehicles (3 shares)=$30,000.

Practice
a. 90 students split 4:5, boys:girls. Girls?
Show answer
sum=9, share=10, girls=5×10=50
b. A 200-mile trip splits 3:1, highway:city. Highway miles?
Show answer
sum=4, share=50, highway=3×50=150 mi
c. $720 splits 2:3:4 among three people. Largest share?
Show answer
sum=9, share=80, largest=4×80=$320
d. A class of 35 splits 4:3, passed:failed. How many failed?
Show answer
sum=7, share=5, failed=3×5=15

Unit Conversion Before You Divide

Priority

A rate problem (speed, price per unit, output per hour) only works if both quantities are in matching units before you divide. Convert first, then compute. Worth memorizing: 1 hour = 60 minutes, 1 ton = 2,000 pounds, 1 foot = 12 inches, 1 yard = 3 feet.

2h 18m ✗ can't divide yet ÷60 2.3 h ✓ matched units 460 ÷ 2.3 = 200 mph
Mnemonic

Convert First, Compute Second (CFCS). Never divide mismatched units.

What tripped you up · Items 8, 23, 25

Item 8: 2h18m must become 2.3h (18/60=0.3) before dividing into 460 miles; using 2.5h (a common minutes-to-decimal slip) gives the wrong 184. Item 23: 2.4 tons must become 4,800 lb (×2,000) before dividing by 8 pallets. Item 25: the altitude gained (21,000−3,000=18,000 ft) has to be computed correctly before dividing by the 1,800 ft/min climb rate.

Worked example

A machine bags 1.5 tons of flour in 45 minutes. Pounds per minute? Convert: 1.5×2,000=3,000 lb. Rate: 3,000÷45 = 66.7 lb/min.

Practice
a. 246 miles in 2h 30m. Average mph?
Show answer
2.5 hr; 246/2.5=98.4 mph
b. 3.6 tons split across 12 crates. Lb per crate?
Show answer
7,200 lb/12=600 lb
c. 1 mile in 7 min 30 sec. Mph?
Show answer
0.125 hr; 1/0.125=8 mph
d. Tank fills 1,200 gal/hr. Gallons in 1h 45m?
Show answer
1.75 hr; 1200×1.75=2,100 gal

Distance, Rate & Time

Light

Distance = Rate × Time. Cover whichever variable you're solving for to find it from the other two. Two special cases: objects moving toward each other close the gap at the sum of their speeds; one object catching up to another (same direction) closes the gap at the difference of their speeds.

D R T
Cover D to see R×T. Cover R to see D÷T. Cover T to see D÷R.
Mnemonic

Toward each other, ADD. Chasing from behind, SUBTRACT.

Worked example

Two convoys start 315 miles apart, closing at 45 mph and 30 mph. Combined speed=75 mph. Time = 315÷75 = 4.2 hours.

Practice
a. Car A leaves at 50 mph. 2 hours later, Car B leaves the same spot, same road, at 70 mph, chasing it. Hours until B catches A?
Show answer
gap=100mi, closing=20mph, 5 hours
b. Two trains 480 miles apart close at 60 mph and 80 mph. Hours until they meet?
Show answer
combined=140mph, 480/140≈3.43 hours

Work-Rate Problems

Light

If a job takes a certain number of "worker-days" to finish, that total stays constant no matter how the workers are split: Workers × Days = Total Work. More workers means fewer days, in inverse proportion.

Mnemonic

More hands, less time. Multiply what you have, divide by what you want.

Note on Item 5

You missed a 3-workers/12-days problem, but solved an equivalent one correctly elsewhere on the same test (Item 19). That pattern points to an arithmetic slip under time pressure, not a concept gap: worth a couple of clean reps to lock in the steady process below.

Worked example

5 machines finish an order in 8 days. Days for 4 machines? Total work=5×8=40 machine-days. 40÷4=10 days.

Practice
a. 3 workers paint a hangar in 12 days. Days for 4 workers?
Show answer
36 worker-days/4=9 days
b. 6 printers finish a run in 10 hours. Hours for 4 printers?
Show answer
60 printer-hrs/4=15 hours
Part 3 of 4

Algebra

0 / 2 reviewed

Clean on the diagnostic, and worth keeping that way: these are fast, mechanical points once the steps are automatic.

Solving Linear Equations & Simplifying Expressions

Light

Whatever you do to one side of an equation, do to the other, to keep it balanced. To simplify, combine "like terms" (same variable, same power) by adding or subtracting their coefficients, and distribute any number multiplied outside parentheses across every term inside.

Mnemonic

Do unto both sides. Same letter, same power, combine the numbers out front.

Worked example

Solve 4(x+3) = 2x + 18. Distribute: 4x+12=2x+18. Subtract 2x: 2x+12=18. Subtract 12: 2x=6. Divide by 2: x=3.

Practice
a. Solve: 3x − 5 = 2x + 9
Show answer
x=14
b. Simplify: 7x + 2y − 3x + 5y
Show answer
4x+7y

Exponent Rules & Basic Factoring

Light

Multiplying same-base powers: add the exponents. Dividing same-base powers: subtract the exponents. A power raised to a power: multiply the exponents. Difference-of-squares pattern: (a+b)(a−b) = a² − b², the middle terms always cancel.

Mnemonic

Multiply powers, ADD exponents. Divide powers, SUBTRACT exponents. Power of a power, MULTIPLY exponents.

Worked example

Simplify (3x⁴)(2x³)÷x². Multiply coefficients, add exponents: 6x⁷. Divide: 6x⁷÷x²=6x⁵.

Practice
a. Simplify (x⁵)(x²)
Show answer
x⁷
b. Expand (x+7)(x−7)
Show answer
x²−49
Part 4 of 4

Geometry

0 / 4 reviewed

Four of your seven Math Knowledge misses live here, and every one traces back to a formula misapplied, not a concept misunderstood. This is a formula-sheet problem: drill it fully untimed until it's automatic.

Area & Perimeter: Rectangles & Triangles

Priority

Rectangle: Perimeter = 2(length+width); Area = length × width. Triangle: Area = ½ × base × height, because any triangle is exactly half of the rectangle that encloses it (same base and height).

base ½ the box
Mnemonic

A triangle is half a box. Find base × height like a rectangle, then cut it in half.

What tripped you up · Item 7

Triangle, base 14, height 6: the ÷2 step was skipped, giving 14×6=84 (the rectangle's area) instead of 42 (the triangle's, half of it).

Worked example

Triangular sign, base 10 in, height 7 in. Area? ½×10×7=35 sq in.

Practice
a. Rectangle: length 22, width 9. Perimeter and area?
Show answer
P=2(31)=62, A=198
b. Triangle: base 16, height 5. Area?
Show answer
½×16×5=40
c. Triangle: base 9, height 12. Area?
Show answer
½×9×12=54
d. Rectangle garden 15 ft × 8 ft, fence all the way around. How much fencing?
Show answer
2(23)=46 ft

Circles: Circumference & Area

Priority

Circumference (distance around) = 2πr, or πd. Area (space inside) = πr². The common mix-up: circumference is linear (just r, doubled), area is squared (r×r).

r πr²
belt around = 2πr • rug inside = πr²
Mnemonic

Circumference is a belt (2πr, wraps around once). Area is a rug (πr², covers the floor, squared).

What tripped you up · Items 20 & 23

Item 20 (circumference, r=7) dropped the factor of 2: πr=22 instead of 2πr=44. Item 23 (area, r=5) used the circumference-style formula: π×r=15.7 instead of πr²=78.5, squaring the radius first.

Worked example

Circular hatch, radius 4 ft (π≈3.14). Circumference=2×3.14×4=25.12 ft. Area=3.14×4²=50.24 sq ft.

Practice (π≈3.14 unless noted)
a. Radius 10, circumference?
Show answer
2×3.14×10=62.8
b. Radius 6, area?
Show answer
3.14×36=113.04
c. Radius 14, circumference (π≈22/7)?
Show answer
2×22/7×14=88
d. Radius 3, area?
Show answer
3.14×9=28.26

The Pythagorean Theorem

Priority

In any right triangle, the two shorter sides (legs, a and b) and the longest side (hypotenuse, c, opposite the right angle) follow a²+b²=c². Square both legs, add them, then take the square root of the sum to find the hypotenuse (or rearrange to find a missing leg).

a b c
Mnemonic

Legs squared, added, then rooted. The hypotenuse is always the longest side, across from the right angle.

What tripped you up · Item 11

Legs 6 and 8: the answer given, 48, looks like 6×8, not the theorem at all. The right move: √(6²+8²) = √100 = 10.

Worked example

A ramp's base is 9 ft and it rises 12 ft. Ramp length? √(9²+12²)=√225=15 ft.

Practice
a. Legs 5 and 12. Hypotenuse?
Show answer
√169=13
b. Legs 9 and 12. Hypotenuse?
Show answer
√225=15
c. Hypotenuse 13, one leg 5. Other leg?
Show answer
√144=12

Volume

Light

For a rectangular box, Volume = length × width × height: the area of the base "stacked up" to the given height.

l h w
Mnemonic

Area of the floor, times how tall it stands.

Worked example

Storage crate 6 ft × 4 ft × 3 ft. Volume? 6×4×3=72 cu ft.

Practice
a. Box: 8 × 5 × 4. Volume?
Show answer
160
b. Box: 10 × 10 × 2. Volume?
Show answer
200