College Mathematics
Properties of Numbers and Number Theory

Overview

This topic explores the foundational properties of numbers and key principles from number theory. You'll learn about types of numbers, divisibility, prime factorization, greatest common divisors (GCD), least common multiples (LCM), and the basic laws that govern arithmetic operations. These concepts are crucial for understanding how numbers behave and relate to each other.

Key Concepts and Rules

Step-by-Step Example

Problem: Find the GCD and LCM of 18 and 24.

Step 1: Prime factorization:
18 = 2 × 3 × 3 = 2 × 3²
24 = 2 × 2 × 2 × 3 = 2³ × 3

Step 2: GCD: Multiply common prime factors with lowest exponents:
GCD = 2¹ × 3¹ = 6

Step 3: LCM: Multiply all prime factors with highest exponents:
LCM = 2³ × 3² = 72

Answer:
GCD = 6
LCM = 72

Quick Tip

When working with GCD and LCM, use prime factor trees or lists to keep track of exponents — and remember: GCD takes the lowest powers, LCM takes the highest.