Let be the set of all positive integers such that the least common multiple of and is , and the greatest common divisor of and is a prime number. What is the sum of all possible values of in set ?
- A18
- B45
- 63Answer
- D72
- E153
Answer
63
To find the sum of all possible values of , we first analyze the prime factorizations: and . The least common multiple of and is , meaning must be of the form where and . Testing the candidate values against the condition that must be a prime number (where ) reveals that only (with GCF of ) and (with GCF of ) satisfy the conditions. The sum of these values is .
Step-by-Step Solution
Key Concept
Determining possible values of an unknown integer using prime factorization constraints from least common multiple (LCM) and greatest common divisor (GCD) conditions.