Prime Number: A natural number greater than 1 that has exactly two distinct positive divisors: 1 and itself.
Composite Number: A natural number greater than 1 that has more than two positive divisors.
- Check divisibility by all prime numbers up to √n
- If n is divisible by any of these primes, it's composite
- If not divisible by any, it's prime
√17 ≈ 4.12, so we only need to test divisibility by primes up to 4
Primes to test: 2, 3
17 ÷ 2 = 8 remainder 1 → Not divisible by 2
Since 17 is odd, it's not divisible by 2
17 ÷ 3 = 5 remainder 2 → Not divisible by 3
Sum of digits: 1 + 7 = 8, not divisible by 3
Since 17 is not divisible by any prime up to √17, it is prime
17 is a prime number because its only divisors are 1 and 17.
• Square Root Rule: Only check primes up to √n
• Divisibility Tests: Check division with remainder
• Prime Definition: Exactly two divisors (1 and itself)
Factors: Numbers that divide evenly into another number.
Composite Number: Has more than two factors.
Find factor pairs: 1×24, 2×12, 3×8, 4×6
From factor pairs: 1, 2, 3, 4, 6, 8, 12, 24
24 has 8 factors (more than 2), so it's composite
Each factor divides 24 without remainder: 24÷1=24, 24÷2=12, etc.
24 is composite because it has 8 factors: 1, 2, 3, 4, 6, 8, 12, 24.
• Systematic Approach: Find factor pairs to avoid missing any
• Composite Definition: More than two factors
• Verification: Each factor must divide evenly
Prime Factorization: Expressing a number as a product of prime numbers.
Exponential Form: Using exponents to show repeated prime factors.
60 ÷ 2 = 30 → 2 is a factor
30 ÷ 2 = 15 → 2 is a factor again
15 ÷ 3 = 5 → 3 is a factor
5 is prime → 5 is our last factor
60 = 2 × 2 × 3 × 5 = 2² × 3 × 5
The prime factorization of 60 is 2² × 3 × 5.
• Division Method: Divide by smallest prime factors
• Prime Recognition: Stop when quotient is prime
• Exponential Form: Group repeated factors
Prime Number: Natural number > 1 with exactly 2 divisors (1 and itself)
Composite Number: Natural number > 1 with more than 2 divisors
Prime Factorization: Expressing a number as a product of primes
- Identify the number: Determine if you're checking primality or finding factors
- Apply appropriate method: Square root method for primality, factor tree for factorization
- Follow systematic steps: Check divisibility systematically
- Verify results: Multiply factors to check accuracy
• Prime Check: Test divisibility by primes ≤ √n
• Factor Count: Prime numbers have exactly 2 factors
• Even Numbers: All even numbers > 2 are composite
• Sum of Digits: If sum divisible by 3, number divisible by 3
• Ending in 5: All multiples of 5 except 5 itself are composite
Factor Tree: A visual representation showing how a number breaks down into prime factors.
Exponential Form: Using exponents to show repeated multiplication of the same prime.
72 ÷ 2 = 36 → 2 is a factor
36 ÷ 2 = 18 → 2 is a factor again
18 ÷ 2 = 9 → 2 is a factor again
9 ÷ 3 = 3 → 3 is a factor
3 is prime → 3 is our final factor
72 = 2 × 2 × 2 × 3 × 3 = 2³ × 3²
The prime factorization of 72 is 2³ × 3².
• Systematic Division: Always divide by smallest available prime
• Counting Repetitions: Group identical prime factors
• Verification: 2³ × 3² = 8 × 9 = 72 ✓
Area of Rectangle: Length × Width = Area
Constraint: Both dimensions must be prime numbers
1×48, 2×24, 3×16, 4×12, 6×8
Pairs with primes: 2×24 (2 is prime), 3×16 (3 is prime)
2×24: 2 is prime but 24 is composite
3×16: 3 is prime but 16 is composite
No factor pair consists of two prime numbers
Prime factors of 48: 2⁴ × 3, so 48 = 2×2×2×2×3
No way to group into two primes
There are no possible dimensions where both length and width are prime numbers because no factor pair of 48 consists of two prime numbers.
• Area Formula: Length × Width = Area
• Systematic Listing: Find all factor pairs
• Prime Verification: Check each factor for primality
Prime Number: A natural number greater than 1 that has exactly two distinct positive divisors: 1 and itself.
Composite Number: A natural number greater than 1 that has more than two positive divisors.
Prime Factorization: Expressing a number as a unique product of prime numbers.
- For Primality Testing: Check divisibility by primes up to √n
- For Factorization: Use systematic division by smallest primes
- For Verification: Multiply factors to ensure original number
- For Applications: Consider constraints and number properties
• Square Root Rule: Only test primes ≤ √n for primality
• Even Numbers: All even numbers > 2 are composite
• Sum of Digits: If sum divisible by 3, number divisible by 3
• Ending in 5: All multiples of 5 except 5 itself are composite
• Fundamental Theorem: Every composite number has a unique prime factorization