Difficulty: Medium
Correct Answer: 12
Explanation:
Problem Restatement
Find the highest guaranteed divisor among the choices for 6n2 + 6n when n is any natural number.
Given / Factorization
6n2 + 6n = 6n(n + 1)
Concept / Approach
Step-by-Step Reasoning
6n(n + 1) = (2 × 3) × n(n + 1)n(n + 1) contributes at least one factor 2Hence overall divisibility includes 2 × 2 × 3 = 12
Common Pitfalls
Final Answer
12
Discussion & Comments