Question

Difficulty: MediumProperties of Integers and Divisibility

Let xx be a positive integer. If the expression x2+3xx^2 + 3x is divisible by 66, which of the following statements MUST be true?

  1. xx is divisible by 33Answer
  2. B
    xx is divisible by 66
  3. C
    xx is an even integer
  4. D
    xx is an odd integer
  5. E
    x+1x + 1 is a prime number

Answer

xx is divisible by 33
Factoring x2+3xx^2 + 3x yields x(x+3)x(x+3). For any integer xx, one of xx or x+3x+3 is even and the other is odd, so their product x(x+3)x(x+3) is always divisible by 22. For the product to also be divisible by 33, either xx or x+3x+3 must be divisible by 33. Because xx and x+3x+3 differ by 33, x+3x+3 is a multiple of 33 if and only if xx is a multiple of 33. Thus, xx must be divisible by 33.

Step-by-Step Solution

1
Factor the given algebraic expression
x2+3x=x(x+3)x^2 + 3x = x(x + 3)
Factoring allows us to analyze the parity and prime factors of each component separately.
2
Analyze parity (divisibility by 2)
If xx is even, x+3x+3 is odd \Rightarrow product is even. If xx is odd, x+3x+3 is even \Rightarrow product is even.
The expression x(x+3)x(x+3) is guaranteed to be divisible by 22 for all integers xx.
3
Analyze divisibility by 3
For x(x+3)x(x+3) to be divisible by 33, at least one factor must be divisible by 33. Since x+3x(mod3)x+3 \equiv x \pmod 3, x+3x+3 is divisible by 33 if and only if xx is divisible by 33.
Since divisibility by 22 is always satisfied, divisibility by 66 requires x(x+3)x(x+3) to be divisible by 33, which requires xx to be a multiple of 33.

Key Concept

Divisibility properties of factored integer expressions and modular arithmetic
Estimated Time:1m 15s
Rate this question