6.2 Operations with Rational Numbers

Key Takeaways

  • A rational number (ℚ) is any number expressible as a quotient a/b where a and b are integers and b ≠ 0, encompassing integers, terminating decimals, and repeating decimals.
  • When adding rational numbers with identical signs, add their absolute values and retain the common sign; when adding with different signs, subtract the smaller absolute value from the larger and apply the sign of the number with the greater absolute value.
  • Subtraction is mathematically defined as adding the additive inverse: a - b = a + (-b), commonly formalized as 'keep, change, change'.
  • Multiplication and division follow sign parity rules: like signs yield a positive quotient or product, while unlike signs yield a negative result.
  • Strict adherence to order of operations (GEMS/PEMDAS) requires distinguishing between unary negation and exponentiation: -x² = -(x²) is negative, whereas (-x)² = (-x)(-x) is positive.
Last updated: September 2026

6.2 Operations with Rational Numbers

Quick Answer: The set of rational numbers ($\mathbb{Q}$) contains all values expressible as $\frac{a}{b}$, where $a$ and $b$ are integers and $b \neq 0$. Rational addition adheres to two core cases: same signs (add absolute values and keep the common sign) and different signs (subtract the lesser absolute value from the greater, keeping the sign of the larger absolute value). Subtraction is performed by adding the opposite: $a - b = a + (-b)$. Multiplication and division follow sign parity: multiplying or dividing numbers with identical signs produces a positive value, while unlike signs produce a negative value. Expressions containing signed rational numbers must strictly follow the standard order of operations.


The Set of Rational Numbers ($\mathbb{Q}$)

A rational number is any number that can be expressed as the ratio of two integers in the form:

Q={ab  |  a,bZ,  b0}\mathbb{Q} = \left\{ \frac{a}{b} \;\middle|\; a, b \in \mathbb{Z}, \; b \neq 0 \right\}

Rational numbers encompass a broad variety of familiar mathematical forms:

  • Integers: Any integer $n$ can be written with a denominator of $1$ (e.g., $-7 = \frac{-7}{1}$). Thus, $\mathbb{Z} \subset \mathbb{Q}$.
  • Terminating Decimals: Decimals that conclude after a finite sequence of digits correspond to fractions whose simplified denominators contain prime factors consisting exclusively of $2$, $5$, or both: 0.375=3751000=380.375 = \frac{375}{1000} = \frac{3}{8}
  • Repeating Decimals: Decimals that exhibit an infinitely repeating block of digits (indicated by a vinculum bar) can always be converted into equivalent integer fractions using algebraic summation: x=0.54    100x=54.54    99x=54    x=5499=611x = 0.\overline{54} \implies 100x = 54.\overline{54} \implies 99x = 54 \implies x = \frac{54}{99} = \frac{6}{11}

Numbers that cannot be expressed as the quotient of two integers—such as $\pi \approx 3.14159\dots$ or $\sqrt{2} \approx 1.41421\dots$—are irrational numbers.


Addition of Signed Rational Numbers

Under Florida B.E.S.T. standards, the addition of signed rational numbers is governed by two algorithmic rules justified by zero pairs and vector displacements on the number line.

Case 1: Identical Signs (Same Sign Rule)

When adding two numbers that have the same sign, combine their absolute magnitudes and attach the common sign:

(+a)+(+b)=+(a+b)and(a)+(b)=(a+b)(+a) + (+b) = +(|a| + |b|) \qquad \text{and} \qquad (-a) + (-b) = -(|a| + |b|)

  • Example: $(-4.6) + (-8.7) = -(|-4.6| + |-8.7|) = -(4.6 + 8.7) = -13.3$
  • Conceptual Model: If you incur an initial debt of $$4.60$ and then accumulate an additional debt of $$8.70$, your overall financial liability expands in the negative direction to $$13.30$.

Case 2: Contrasting Signs (Different Sign Rule)

When adding two numbers with opposite signs, determine which number has the greater absolute value. Subtract the smaller absolute value from the larger absolute value, and assign the sign of the addend with the larger absolute value:

(a)+(+b)=sgnab(-a) + (+b) = \operatorname{sgn} \cdot ||a| - |b||

  • Example 1: $(-17) + 25 = +(|25| - |-17|) = +(25 - 17) = +8$
  • Example 2: $(-32) + 14 = -(|-32| - |14|) = -(32 - 14) = -18$
  • Vector Number Line Model: Starting at $0$, a step of $32$ units left lands at $-32$. A subsequent step of $14$ units right cancels out $14$ units of the negative displacement, leaving the position at $-18$.

Addend 1Addend 2Arithmetic OperationResult129(12+9)2115+22+(2215)+7+820(208)123515(35+15)45\begin{array}{|c|c|c|c|} \hline \textbf{Addend 1} & \textbf{Addend 2} & \textbf{Arithmetic Operation} & \textbf{Result} \\ \hline -12 & -9 & -(12 + 9) & -21 \\ \hline -15 & +22 & +(22 - 15) & +7 \\ \hline +8 & -20 & -(20 - 8) & -12 \\ \hline -\frac{3}{5} & -\frac{1}{5} & -\left(\frac{3}{5} + \frac{1}{5}\right) & -\frac{4}{5} \\ \hline \end{array}


Subtraction: The "Add the Opposite" Theorem

In real number arithmetic, subtraction is not a separate primitive operation; it is defined as adding the additive inverse (opposite):

ab=a+(b)a - b = a + (-b)

This principle is frequently referred to in middle school classrooms as the Keep, Change, Change algorithm:

  1. Keep the first term ($a$) exactly as written.
  2. Change the subtraction operator ($-$) to an addition operator ($+$).
  3. Change the second term ($b$) to its opposite ($-b$).

Why Does Subtracting a Negative Equal Addition?

Consider the expression $8 - (-5)$. Subtracting a quantity means taking it away. If a bank ledger removes a debt of $$5$, the account balance effectively increases by $$5$:

8(5)=8+((5))=8+5=138 - (-5) = 8 + (-(-5)) = 8 + 5 = 13

Number Line Distance Formula

For any two coordinates $a$ and $b$ on a coordinate line, the non-directed distance between them is given by the absolute difference:

Distance=ab=ba\text{Distance} = |a - b| = |b - a|

  • Worked Example with Fractions: Calculate $-\frac{5}{6} - \left(-\frac{3}{4}\right)$: 56(34)=56+34=1012+912=(1012912)=112\begin{aligned} -\frac{5}{6} - \left(-\frac{3}{4}\right) &= -\frac{5}{6} + \frac{3}{4} \\[6pt] &= -\frac{10}{12} + \frac{9}{12} \\[6pt] &= -\left(\frac{10}{12} - \frac{9}{12}\right) = -\frac{1}{12} \end{aligned}

Multiplication and Division of Signed Rational Numbers

Multiplication and division of signed numbers follow uniform sign parity principles. The sign of a product or quotient depends strictly on the count of negative factors involved.

The Rules of Signs

  • Like Signs Yield Positive: (Positive)×(Positive)=Positive(Negative)×(Negative)=Positive(Positive)÷(Positive)=Positive(Negative)÷(Negative)=Positive\begin{aligned} (\text{Positive}) \times (\text{Positive}) &= \text{Positive} \\ (\text{Negative}) \times (\text{Negative}) &= \text{Positive} \end{aligned} \qquad \begin{aligned} (\text{Positive}) \div (\text{Positive}) &= \text{Positive} \\ (\text{Negative}) \div (\text{Negative}) &= \text{Positive} \end{aligned}
  • Unlike Signs Yield Negative: (Positive)×(Negative)=Negative(Negative)×(Positive)=Negative(Positive)÷(Negative)=Negative(Negative)÷(Positive)=Negative\begin{aligned} (\text{Positive}) \times (\text{Negative}) &= \text{Negative} \\ (\text{Negative}) \times (\text{Positive}) &= \text{Negative} \end{aligned} \qquad \begin{aligned} (\text{Positive}) \div (\text{Negative}) &= \text{Negative} \\ (\text{Negative}) \div (\text{Positive}) &= \text{Negative} \end{aligned}

Algebraic Proof: Why is Negative Times Negative Positive?

A rigorous proof utilizes the Distributive Property and the zero property of multiplication. We evaluate $(-1) \cdot [1 + (-1)]$:

(1)[1+(1)]=(1)0=0(-1) \cdot [1 + (-1)] = (-1) \cdot 0 = 0

Applying the distributive property across the brackets:

(1)(1)+(1)(1)=0(-1)(1) + (-1)(-1) = 0 1+(1)(1)=0-1 + (-1)(-1) = 0

Adding $+1$ to both sides of the equation establishes the identity:

(1)(1)=1(-1)(-1) = 1

Position of the Negative Sign in Fractions

In rational fraction notation, the location of the negative sign does not alter the numerical value of the quotient. The negative sign may be attached to the numerator, the denominator, or centered in front of the fraction bar:

ab=ab=ab(b0)-\frac{a}{b} = \frac{-a}{b} = \frac{a}{-b} \quad (b \neq 0)

However, a fraction with negative signs in both terms simplifies to positive:

ab=ab\frac{-a}{-b} = \frac{a}{b}


Order of Operations with Signed Rationals

When evaluating complex multi-step expressions, the standardized order of operations (GEMS: Grouping, Exponents, Multiplication/Division, Subtraction/Addition) must be strictly maintained.

StepOperational CategoryCrucial Rule1Grouping SymbolsParentheses, brackets, absolute value bars, and fraction bars2Exponents and PowersEvaluate powers; respect the base boundary carefully3Multiplication and DivisionEvaluate strictly from left to right as they appear4Addition and SubtractionEvaluate strictly from left to right as they appear\begin{array}{cll} \textbf{Step} & \textbf{Operational Category} & \textbf{Crucial Rule} \\ \hline \mathbf{1} & \text{Grouping Symbols} & \text{Parentheses, brackets, absolute value bars, and fraction bars} \\ \mathbf{2} & \text{Exponents and Powers} & \text{Evaluate powers; respect the base boundary carefully} \\ \mathbf{3} & \text{Multiplication and Division} & \text{Evaluate strictly from left to right as they appear} \\ \mathbf{4} & \text{Addition and Subtraction} & \text{Evaluate strictly from left to right as they appear} \\ \hline \end{array}

The Critical Base Disambiguation: $-x^2$ vs. $(-x)^2$

This is one of the most heavily tested pitfalls on the FAST Mathematics assessment:

  • $(-5)^2$: The parentheses group the negative sign with the base. Thus, $(-5)$ is multiplied by itself: $(-5) \times (-5) = +25$.
  • $-5^2$: The exponent ($2$) has higher operational precedence than the unary negative sign. Thus, only $5$ is squared, after which the negative sign is applied: $-(5 \times 5) = -25$.

Comprehensive Worked Problem

Problem: Evaluate the expression: 24+3(6)1532+2\frac{-2^4 + 3(-6) - |-15|}{-3^2 + 2}

Step 1: Simplify the numerator grouping.

  • Exponent: $-2^4 = -(2 \times 2 \times 2 \times 2) = -16$.
  • Multiplication: $3(-6) = -18$.
  • Absolute value: $|-15| = 15$, so $-|-15| = -15$.
  • Combining numerator terms: $-16 + (-18) - 15 = -34 - 15 = -49$.

Step 2: Simplify the denominator grouping.

  • Exponent: $-3^2 = -(3 \times 3) = -9$.
  • Addition: $-9 + 2 = -7$.

Step 3: Perform final division. NumeratorDenominator=497=+7\frac{\text{Numerator}}{\text{Denominator}} = \frac{-49}{-7} = +7


Common Exam Traps & Misconceptions

[!WARNING]

Exam Trap 1: The "Two Negatives Make a Positive" Addition Fallacy

Many students memorize the shorthand catchphrase "two negatives make a positive" and erroneously apply it to addition. When computing $(-8) + (-6)$, they write $+14$. In reality, adding two negative quantities accumulates negative debt: $(-8) + (-6) = -14$. The rule that "two negatives yield a positive" applies strictly to multiplication, division, and double-negative subtraction ($-(-b) = +b$).

[!WARNING]

Exam Trap 2: Violating Left-to-Right Precedence in Multiplication and Division

Multiplication and division share equal priority and must be solved from left to right. Consider $24 \div (-4) \times 3$. If a student incorrectly multiplies $(-4) \times 3 = -12$ first, they get $24 \div (-12) = -2$ (incorrect). The correct evaluation processes from left to right: $24 \div (-4) = -6$, followed by $(-6) \times 3 = -18$.

[!WARNING]

Exam Trap 3: Dropping Negative Signs Across Fraction Bars

When simplifying expressions such as $\frac{-8 - 16}{-4}$, students often incorrectly "cancel" the negative signs in front of $-8$ and $-4$ before simplifying the numerator. The horizontal fraction bar acts as a grouping symbol. The entire numerator must be evaluated first: $\frac{-24}{-4} = +6$.

Loading diagram...
Decision Flowchart for Operations with Signed Numbers
Test Your Knowledge

What is the evaluated value of the numerical expression: -4^2 - 3(-5) + \frac{-24}{-6} - |-7|?

A
B
C
D
Test Your Knowledge

On a coordinate line, points P and Q are located at -3 1/4 and 2 5/8, respectively. What is the distance between point P and point Q?

A
B
C
D
Test Your Knowledge

At the start of the week, a commercial fishing vessel's cold storage ledger recorded a temperature of -18.6°C. Due to a system failure, the temperature rose by 12.4°C, then dropped by 7.5°C after repairs, and finally dropped by another 4.3°C when deep freeze was activated. What was the final temperature in the storage compartment?

A
B
C
D