5.5 Fractions, Rational Expressions, and Non-Calculator Computation

Key Takeaways

  • Adding or subtracting fractions requires a common denominator; multiplying and dividing never does, which is the single most common source of fraction errors.
  • Dividing by a fraction is multiplying by its reciprocal, and this rule extends unchanged to algebraic rational expressions.
  • A rational expression is simplified by factoring the numerator and denominator completely and cancelling common factors, never common terms.
  • Any value that makes a denominator zero is excluded from the domain, and the exam tests this as an explicit restriction.
  • Complex fractions collapse fastest by multiplying every term in the numerator and denominator by the least common denominator of the inner fractions.
Last updated: August 2026

5.5 Fractions, Rational Expressions, and Non-Calculator Computation

Core Principle: No calculator is permitted anywhere on the ASVAB. Mathematics Knowledge gives you about 124 seconds per scored item, which is generous — but only if fraction arithmetic is automatic. Candidates rarely lose MK points to hard concepts; they lose them to a common denominator applied where it did not belong, or a factor cancelled that was really a term.


1. The Four Fraction Operations

OperationRuleWorked example
AdditionConvert to a common denominator, then add numerators only$\frac{3}{4} + \frac{2}{5} = \frac{15}{20} + \frac{8}{20} = \frac{23}{20}$
SubtractionSame requirement$\frac{5}{6} - \frac{1}{4} = \frac{10}{12} - \frac{3}{12} = \frac{7}{12}$
MultiplicationNo common denominator. Multiply straight across, cancelling first$\frac{3}{8} \times \frac{4}{9} = \frac{1}{2} \times \frac{1}{3} = \frac{1}{6}$
DivisionMultiply by the reciprocal of the divisor$\frac{5}{6} \div \frac{10}{3} = \frac{5}{6} \times \frac{3}{10} = \frac{1}{4}$

The number one fraction error on the ASVAB: finding a common denominator before multiplying. It is unnecessary, it wastes 30 seconds, and it usually produces an unreduced answer that does not appear among the options.

Cancel before you multiply. In $\frac{3}{8} \times \frac{4}{9}$, the 4 and 8 share a factor of 4, and the 3 and 9 share a factor of 3. Reducing first turns a three-digit multiplication into $\frac{1}{2} \times \frac{1}{3}$.

Mixed numbers must be converted before any operation. $3\frac{2}{5} = \frac{(3 \times 5) + 2}{5} = \frac{17}{5}$. Attempting to multiply mixed numbers directly is a reliable way to generate a wrong answer that still looks plausible.


2. Fraction, Decimal, and Percent Fluency

These conversions appear constantly in both MK and Arithmetic Reasoning, and knowing them cold saves whole minutes.

FractionDecimalPercentFractionDecimalPercent
$1/2$0.550%$1/8$0.12512.5%
$1/3$$0.\overline{3}$33⅓%$3/8$0.37537.5%
$2/3$$0.\overline{6}$66⅔%$5/8$0.62562.5%
$1/4$0.2525%$7/8$0.87587.5%
$3/4$0.7575%$1/6$$0.1\overline{6}$16⅔%
$1/5$0.220%$1/9$$0.\overline{1}$11⅑%

Comparing fractions without decimals — cross multiplication. To decide whether $\frac{7}{12}$ or $\frac{5}{9}$ is larger, cross multiply: $7 \times 9 = 63$ against $5 \times 12 = 60$. The larger product sits above the larger fraction, so $\frac{7}{12} > \frac{5}{9}$. This takes about four seconds and is exact.


3. Rational Expressions: Fractions with Variables

A rational expression is a quotient of two polynomials, such as $\dfrac{x^2 - 9}{x^2 + 5x + 6}$. Every fraction rule above carries over unchanged; the only new requirement is that you must factor first.

Simplifying

  1. Factor the numerator completely.
  2. Factor the denominator completely.
  3. Cancel factors that appear in both.

x29x2+5x+6=(x3)(x+3)(x+2)(x+3)=x3x+2\frac{x^2 - 9}{x^2 + 5x + 6} = \frac{(x-3)(x+3)}{(x+2)(x+3)} = \frac{x-3}{x+2}

Cancel factors, never terms. In $\dfrac{x + 4}{4}$ you cannot cancel the fours, because the 4 in the numerator is a term joined by addition, not a factor joined by multiplication. Only quantities multiplied across the entire numerator and denominator may be cancelled. This is the most heavily tested trap in the whole topic.

Domain restrictions

Division by zero is undefined, so any value of the variable that makes an original denominator zero is excluded. In the example above, $x^2 + 5x + 6 = (x+2)(x+3)$, so $x \neq -2$ and $x \neq -3$ — and the restriction $x \neq -3$ survives even though the $(x+3)$ factor cancelled. Exclusions are read from the expression before simplification.

Multiplying and dividing

Factor everything, invert the divisor if you are dividing, then cancel across the whole product:

x24x+5÷x+22x+10=(x2)(x+2)x+5×2(x+5)x+2=2(x2)\frac{x^2 - 4}{x + 5} \div \frac{x + 2}{2x + 10} = \frac{(x-2)(x+2)}{x+5} \times \frac{2(x+5)}{x+2} = 2(x-2)

Adding and subtracting

Here a common denominator is required, exactly as with numeric fractions:

3x+2x+1=3(x+1)x(x+1)+2xx(x+1)=3x+3+2xx(x+1)=5x+3x(x+1)\frac{3}{x} + \frac{2}{x+1} = \frac{3(x+1)}{x(x+1)} + \frac{2x}{x(x+1)} = \frac{3x + 3 + 2x}{x(x+1)} = \frac{5x+3}{x(x+1)}

When subtracting, distribute the minus sign across the entire second numerator. Writing $\frac{a - b + c}{d}$ where the intended value was $\frac{a - (b + c)}{d}$ is the second most common error in this topic.


4. Complex Fractions

A complex fraction has fractions inside its numerator, its denominator, or both. Two reliable methods exist; the second is faster.

Method 1 — treat the main bar as division:

2349=23÷49=23×94=32\frac{\frac{2}{3}}{\frac{4}{9}} = \frac{2}{3} \div \frac{4}{9} = \frac{2}{3} \times \frac{9}{4} = \frac{3}{2}

Method 2 — multiply top and bottom by the LCD of the inner fractions. For

1+1x11x2\frac{1 + \frac{1}{x}}{1 - \frac{1}{x^2}}

the inner LCD is $x^2$. Multiplying every term above and below by $x^2$ clears all inner fractions at once:

x2+xx21=x(x+1)(x1)(x+1)=xx1\frac{x^2 + x}{x^2 - 1} = \frac{x(x+1)}{(x-1)(x+1)} = \frac{x}{x-1}

Method 2 scales to expressions with three or four inner fractions where Method 1 becomes unmanageable.


5. Non-Calculator Arithmetic Shortcuts

ShortcutRuleExample
Multiply by 5Multiply by 10, halve it$48 \times 5 = 480 \div 2 = 240$
Divide by 5Double it, divide by 10$ 340 \div 5 = 680 \div 10 = 68$
Multiply by 25Multiply by 100, divide by 4$36 \times 25 = 3600 \div 4 = 900$
Squares near 50$(50 \pm n)^2 = 2500 \pm 100n + n^2$$53^2 = 2500 + 300 + 9 = 2809$
Difference of squares$a^2 - b^2 = (a-b)(a+b)$$41^2 - 39^2 = 2 \times 80 = 160$
Percent swap$a%$ of $b$ equals $b%$ of $a$16% of 25 = 25% of 16 = 4

Estimate before you compute. If an item asks for $\frac{7}{8}$ of 512 and the options are 56, 448, 512, and 576, you know instantly that the answer is slightly below 512 — only 448 qualifies, and you never had to multiply. On a no-calculator test, checking the magnitude of your answer against the option spread is the cheapest error-detection tool you have.

Test Your Knowledge

Simplify completely and state the excluded values: (x² − 16) / (x² − x − 12).

A
B
C
D
Test Your Knowledge

A candidate simplifies (x + 6)/6 to x by cancelling the sixes. Why is this incorrect?

A
B
C
D
Test Your Knowledge

Evaluate (3/8) × (4/9) ÷ (1/6).

A
B
C
D
Test Your Knowledge

Simplify the complex fraction (1 + 1/x) / (1 − 1/x²), assuming x is neither 0, 1, nor −1.

A
B
C
D