14.1 Prime and Composite Numbers, Factors, Multiples & Integer Arithmetic
Key Takeaways
- A prime number is an integer strictly greater than 1 that possesses exactly two distinct positive divisors (1 and itself); composite numbers have more than two distinct positive factors, while 1 is categorized as neither prime nor composite to safeguard the Fundamental Theorem of Arithmetic.
- The Fundamental Theorem of Arithmetic states that every integer greater than 1 is either prime or can be uniquely represented as a product of prime factors; prime factorizations allow systematic calculation of the Greatest Common Factor (GCF) using shared minimum exponents and the Least Common Multiple (LCM) using maximum exponents.
- Divisibility tests provide rapid, mental identification of factors without division: terminal digit tests evaluate divisibility for 2, 5, and 10; last-group digit tests evaluate 4 (last two digits) and 8 (last three digits); and digit-sum tests evaluate 3 and 9.
- Integers encompass whole numbers, their negative additive inverses, and zero; absolute value quantifies the undirected distance between a number and zero on a continuous number line.
- Signed arithmetic operations are grounded in conceptual models: subtraction is formally defined as adding the additive inverse (a - b = a + (-b)), and can be concretely demonstrated in the classroom using two-color counter zero pairs and directed vector arrows on a number line.
Prime and Composite Numbers, Factors, Multiples & Integer Arithmetic
Number theory and signed numbers form the bedrock of algebraic reasoning in elementary and middle grades mathematics. Developing a deep conceptual understanding of these systems requires moving beyond rote rules and memorized mnemonics to examine the mathematical structures governing factors, multiples, and operations with directed numbers.
Prime and Composite Numbers
The classification of natural numbers begins with understanding divisors and multiplicative building blocks.
Definitions and the Special Status of 1
- A prime number is a natural number strictly greater than 1 that has exactly two distinct positive divisors: 1 and itself. Examples include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, and 31. The number 2 is unique as the only even prime number; every subsequent even number is divisible by 2 and therefore composite.
- A composite number is a natural number strictly greater than 1 that has more than two distinct positive divisors. Examples include 4, 6, 8, 9, 10, 12, 14, 15, and 16. Composite numbers can always be decomposed into smaller whole-number factors.
- The number 1 is neither prime nor composite. By mathematical definition, a prime number must possess exactly two distinct positive factors. The number 1 has only one positive factor (itself). If 1 were classified as a prime, the Fundamental Theorem of Arithmetic would be violated, because prime factorizations would lose their uniqueness (e.g., 12 = 2² × 3 = 1 × 2² × 3 = 1² × 2² × 3).
Prime Factorization
The Fundamental Theorem of Arithmetic establishes that every integer greater than 1 is either prime itself or can be factored into a unique product of prime numbers, up to the order of the factors. Two primary visual and algorithmic methods help elementary learners construct prime factorizations:
- Factor Trees: Students break a composite number into any two factor branches until every terminating branch ends in a prime number. For example, factoring 72 might begin with 8 × 9. The 8 branches into 2 × 4 (and 4 into 2 × 2), while 9 branches into 3 × 3. The resulting prime factorization is 2 × 2 × 2 × 3 × 3 = 2³ × 3².
- Upside-Down Division (Ladder / Cake Method): Students divide the composite number by the smallest prime factor, placing the quotient beneath, and repeating until the final quotient is prime: The prime factorization of 120 is 2³ × 3 × 5.
Greatest Common Factor (GCF) and Least Common Multiple (LCM)
Understanding the distinction between factors and multiples is essential for solving fraction operations, proportional reasoning tasks, and real-world grouping problems.
- A factor is a whole number that divides evenly into another whole number with no remainder. Factors of a positive integer are finite and less than or equal to that integer.
- A multiple is the product of a given whole number and any integer. Multiples of a non-zero integer are infinite and greater than or equal to that integer (for positive integers).
- The Greatest Common Factor (GCF)—also called the greatest common divisor—is the largest positive integer that divides two or more given integers without a remainder.
- The Least Common Multiple (LCM) is the smallest positive integer that is a multiple of two or more given integers.
Determining GCF and LCM Using Prime Factorizations
Consider finding the GCF and LCM of 72 and 120:
- 72 = 2³ × 3²
- 120 = 2³ × 3¹ × 5¹
To find the GCF, identify the prime factors common to both factorizations and take the lowest exponent for each shared prime factor:
To find the LCM, collect every prime factor that appears in either factorization, taking the highest exponent for each:
Venn Diagram Representation
In a two-circle Venn diagram where Circle A represents the prime factors of 72 and Circle B represents the prime factors of 120:
- The intersection contains the shared prime factors: three 2s and one 3 (2 × 2 × 2 × 3 = 24, which is the GCF).
- The unique region of Circle A contains the remaining 3.
- The unique region of Circle B contains the remaining 5.
- The union of all prime factors in both circles equals the LCM: 24 × 3 × 5 = 360.
- Notice the fundamental relationship: GCF(a, b) × LCM(a, b) = a × b. Here, 24 × 360 = 8,640, and 72 × 120 = 8,640.
Divisibility Rules
Divisibility rules allow students to quickly test whether an integer is divisible by another integer without performing long division. These rules are rooted in the structure of the base-ten place-value system.
| Divisor | Divisibility Rule | Mathematical Rationale / Proof Concept | Example & Non-Example |
|---|---|---|---|
| 2 | The last digit is even (0, 2, 4, 6, 8). | In base ten, every place value of tens or greater (10, 100, 1,000) is a multiple of 10, and 10 = 2 × 5. Thus, all higher places are already divisible by 2; only the ones digit determines divisibility. | 4,578 is divisible (ends in 8).<br>3,491 is not divisible (ends in 1). |
| 3 | The sum of the digits is divisible by 3. | Since 10 = 9 + 1, 100 = 99 + 1, and 1,000 = 999 + 1, each base-ten power leaves a remainder of 1 when divided by 3. A number can be written as multiples of 9 plus the sum of its digits; since multiples of 9 are divisible by 3, the entire number is divisible by 3 if and only if its digit sum is. | 471: 4 + 7 + 1 = 12 (12 ÷ 3 = 4, so yes).<br>526: 5 + 2 + 6 = 13 (no). |
| 4 | The number formed by the last two digits is divisible by 4. | 100 is divisible by 4 (100 = 4 × 25). Therefore, every place value from hundreds upward is an exact multiple of 4. Only the value of the last two digits (tens and ones) determines divisibility. | 7,324: last two digits 24 (24 ÷ 4 = 6, so yes).<br>5,818: last two digits 18 (18 ÷ 4 = 4.5, so no). |
| 5 | The last digit is 0 or 5. | Every place value of ten or greater is divisible by 10, and 10 is divisible by 5. The ones place must be a multiple of 5 (0 or 5). | 895 is divisible (ends in 5).<br>892 is not divisible (ends in 2). |
| 6 | The number is divisible by both 2 and 3. | 6 is composite with prime factorization 2 × 3. Because 2 and 3 are relatively prime (GCF(2,3) = 1), a number must satisfy both the rule for 2 (even) and the rule for 3 (digit sum). | 342: even (ends in 2), sum 3+4+2=9 (divisible by 3), so yes.<br>344: even, sum 3+4+4=11 (no). |
| 8 | The number formed by the last three digits is divisible by 8. | 1,000 is divisible by 8 (1,000 = 8 × 125). Therefore, all thousands, ten-thousands, and higher places are divisible by 8. Only the last three digits need verification. | 15,816: last three digits 816 (816 ÷ 8 = 102, so yes).<br>14,814: 814 (814 ÷ 8 = 101.75, so no). |
| 9 | The sum of the digits is divisible by 9. | Similar to 3: 10 = 9 + 1, 100 = 99 + 1, 1,000 = 999 + 1. Each place value leaves a remainder of 1 when divided by 9. The number is divisible by 9 if and only if the sum of its digits is a multiple of 9. | 2,835: 2 + 8 + 3 + 5 = 18 (18 ÷ 9 = 2, so yes).<br>7,144: 7 + 1 + 4 + 4 = 16 (no). |
| 10 | The last digit is 0. | Every place value of tens or greater is a multiple of 10. The ones place must contribute 0. | 4,590 is divisible.<br>4,595 is not divisible. |
Integers and Absolute Value
An integer is any member of the set ℤ = {…, -3, -2, -1, 0, 1, 2, 3, …}, comprising the natural numbers, their negative opposites, and zero. Zero is an integer that is neither positive nor negative; it serves as the neutral origin or reference point on a number line.
Opposite Numbers and Additive Inverses
Two numbers are opposites (or additive inverses) if they are situated at equal distances from zero on opposite sides of a number line. The sum of any number and its additive inverse is always zero: a + (-a) = 0. For instance, the opposite of +7 is -7, and the opposite of -12 is -(-12) = +12.
Absolute Value as Distance
The absolute value of an integer, denoted by vertical bars |x|, is defined geometrically as the undirected distance between x and 0 on a number line: Because distance cannot be negative, absolute value is always non-negative: |-8| = 8, |+8| = 8, and |0| = 0. In elementary classrooms, teachers emphasize that absolute value answers "how far?" rather than "in which direction?"
Real-World Contexts for Integers
- Temperature: Degrees above zero (+15°C) vs. degrees below zero (-5°C). A drop of 8 degrees from -2°C is modeled as -2 - 8 = -10°C.
- Elevation: Meters above sea level (+1,200 m) vs. meters below sea level (-45 m). Sea level represents 0.
- Financial Balance: Credits/deposits (+$250) vs. debits/charges/debt (-$75). An overdrawn bank account having a negative balance represents financial debt.
Integer Arithmetic: Rules, Conceptual Models, and Zero Pairs
Students frequently struggle with signed arithmetic when taught only mechanical rules like "two negatives make a positive." Instruction must anchor these operations in concrete models.
Concrete Model 1: Two-Color Counters and Zero Pairs
Two-color counters use yellow to represent positive units (+1) and red to represent negative units (-1). A pair consisting of one yellow counter and one red counter has a combined value of 0, known as a zero pair:
- Integer Addition with Counters:
- Same Signs: To add (-3) + (-4), place 3 red counters and 4 red counters together. Total: 7 red counters, or -7.
- Different Signs: To add (+5) + (-3), place 5 yellow counters and 3 red counters together. Pair up 3 yellow counters with 3 red counters to form 3 zero pairs. Remove the zero pairs. Exactly 2 yellow counters remain, giving +2.
- Integer Subtraction as "Taking Away" Using Zero Pairs:
- Subtraction asks us to remove counters. When subtracting a negative from a positive, such as (+3) - (-2), the student starts with 3 yellow counters. The problem requires taking away 2 red counters, but there are no red counters present.
- The student adds two zero pairs (2 yellow and 2 red counters) to the workspace without altering the net value of +3. The collection now contains 5 yellow and 2 red counters.
- The student removes the 2 red counters. Exactly 5 yellow counters remain, showing concretely that (+3) - (-2) = +5.
Concrete Model 2: The Number Line Vector Model
On a horizontal number line:
- Position: Numbers represent locations relative to 0.
- Sign of Number: Positive points to the right; negative points to the left.
- Operation: Addition means facing the positive direction and moving forward (or moving in the direction of the vector). Subtraction means reversing direction (turning around 180°) or moving backward.
- For (-2) - (+5): Start at -2. Face positive (right). Subtraction dictates turning around to face left. Walk forward 5 units. You land at -7.
- For (-2) - (-5): Start at -2. Face negative (left). Subtraction dictates reversing direction to face right (or walking backward 5 steps while facing left). You land at +3.
Formal Sign Rules for Arithmetic
- Addition:
- If signs are identical: Add their absolute values and retain the common sign: (-6) + (-9) = -(6 + 9) = -15.
- If signs differ: Subtract the smaller absolute value from the larger absolute value, and apply the sign of the number with the larger absolute value: (+14) + (-20) = -(20 - 14) = -6.
- Subtraction as Adding the Opposite:
- Subtraction is formally defined as adding the additive inverse: a - b = a + (-b).
- Examples: 7 - 12 = 7 + (-12) = -5; -8 - (-5) = -8 + 5 = -3.
- Multiplication and Division:
- Like signs yield a positive quotient or product: (+) × (+) = (+) and (-) × (-) = (+). Division follows identical sign rules.
- Conceptual justification for (-) × (-): Look at the pattern as the first factor decreases by 1: 3 × (-4) = -12, 2 × (-4) = -8, 1 × (-4) = -4, 0 × (-4) = 0. Decreasing the first factor by 1 increases the product by 4. Thus, (-1) × (-4) = +4 and (-2) × (-4) = +8.
- Unlike signs yield a negative product or quotient: (+) × (-) = (-) and (-) × (+) = (-).
Classroom Scenarios and Error Analysis
Elementary and intermediate students exhibit predictable misconceptions during early encounters with number theory and integers:
- Confusing Factors and Multiples: A student states that "18 is a factor of 6" because they recognize a basic multiplication fact linking 6, 3, and 18. The teacher must emphasize that factors are divisors that "break down" a number (less than or equal to the target), whereas multiples "grow" the number through whole-number multiplication (6 × 3 = 18, so 18 is a multiple of 6, while 6 is a factor of 18).
- Misinterpreting the Minus Sign in Subtraction: When computing -6 - 9, a student subtracts 6 from 9 to get +3, or argues that "two minuses make a plus" to conclude the answer is +15. The teacher clarifies that "two minuses make a plus" applies only to subtracting a negative number (e.g., -(-9) = +9) or multiplying two negatives, not to subtracting a positive quantity from a negative quantity. Modeling -6 - 9 as adding -6 + (-9) = -15 on a number line resolves this confusion.
- Absolute Value as a Sign-Changer: A student asserts that |+5| = -5 because they mistakenly believe absolute value means "change the sign to its opposite." The teacher intervenes by returning to the number line definition: absolute value measures physical distance from zero, which is inherently non-negative.
A fourth-grade student claims that the number 1 must be a prime number 'because its only factor is 1, which means it is only divisible by 1 and itself.' How should the teacher respond to clarify this concept?
A school baker is assembling snack packs containing both granola bars and juice boxes. Granola bars come in boxes of 12, and juice boxes come in packs of 18. The baker wants to buy the smallest equal number of granola bars and juice boxes with none left over. Which mathematical concept should the baker apply, and what is the resulting quantity of each item?
During an introductory integer unit, a teacher demonstrates the subtraction problem 2 - (-3) using yellow (+1) and red (-1) two-color counters. Which step correctly models this operation using zero pairs?