Question

Difficulty: MediumDivisibility, Factors, and Multiples

If kk is a positive integer such that kk is a multiple of 66 and a factor of 120120, how many possible values are there for kk?

  1. A
    4
  2. 6Answer
  3. C
    8
  4. D
    12
  5. E
    16

Answer

6
The correct answer is 6. First, express 120 in prime factored form as 23×31×512^3 \times 3^1 \times 5^1. Any factor of 120 has the form 2a×3b×5c2^a \times 3^b \times 5^c where 0a30 \le a \le 3, 0b10 \le b \le 1, and 0c10 \le c \le 1. To also be a multiple of 6 (21×312^1 \times 3^1), kk must contain at least one factor of 2 and at least one factor of 3. This restricts aa to 1, 2, or 3 (3 possibilities), bb to 1 (1 possibility), and cc to 0 or 1 (2 possibilities). The total number of valid values for kk is 3×1×2=63 \times 1 \times 2 = 6.

Step-by-Step Solution

1
Find the prime factorization of 120 and 6
120=23×31×51120 = 2^3 \times 3^1 \times 5^1 and 6=21×316 = 2^1 \times 3^1
Prime factorization allows us to express divisibility constraints in terms of exponent bounds.
2
Determine the exponent constraints for k=2a×3b×5ck = 2^a \times 3^b \times 5^c
For kk to be a factor of 120, 0a30 \le a \le 3, 0b10 \le b \le 1, and 0c10 \le c \le 1. For kk to be a multiple of 6, a1a \ge 1 and b1b \ge 1. Thus: 1a31 \le a \le 3, b=1b = 1, 0c10 \le c \le 1.
Combining factor and multiple requirements yields the exact set of possible exponents.
3
Calculate the total number of combinations for (a,b,c)(a, b, c)
Number of choices for aa is 3 (1, 2, or 3). Number of choices for bb is 1 (must be 1). Number of choices for cc is 2 (0 or 1). Total possible values = 3×1×2=63 \times 1 \times 2 = 6.
By the fundamental counting principle, multiplying the number of choices for each exponent gives the total number of valid integers kk.

Key Concept

Determining the number of factors of an integer that meet specific divisibility constraints using prime factorization.
Rate this question