Bunuel
The lowest integer that has both positive integers x and y as its factors can be written in the form of \(8^a*9^b*15^c*14^d\). If x can be written as \(2^a*3^{(2b+c)}*5^c*7^{(d-1)}\), where a, b, c and d are positive integers, what are the possible number of values that y can take ?
A. \((2b+c+1)d\)
B. \((2b+c+1)(c+1)\)
C. \((a+1)(b+1)(c+1)(d+1)\)
D. \((a+ 1)(2b+c+1)(c+1)d\)
E. \((3a+ d + 1)(2b+c+1)(c+1)(d +1)\)
Are You Up For the Challenge: 700 Level QuestionsRewriting the LCM as a proper prime factorization, we find
\(\\
\text{LCM(}x, y\text{)} = (8^a)(9^b)(15^c)(14^d) = (2^3)^a (3^2)^b (3 \times 5)^c (2 \times 7)^d = (2^{3a}) (3^{2b}) (3^c)(5^c)(2^d)(7^d) = (2^{3a + d} )(3^{2b + c})(5^c)(7^d)\\
\)
If this is the LCM of x and y, then y must be a divisor of this number, so the only prime factors of y can be 2, 3, 5 and 7.
We know
\(\\
x = (2^a)(3^{2b + c})(5^c)(7^{d-1})\\
\)
When we find the LCM of x and y, for each prime base, we'll choose the larger exponent. So in the prime factorization of y, we must have precisely \(2^{3a + d}\) and \(7^d\), because those exponents appear in the LCM but smaller exponents appear in the prime factorization of x. The exponents on 3 and 5, however, are identical in the prime factorization of x and in the LCM, so x is giving us all the 3's and 5's that we need. So in the prime factorization of y, as long as the exponents on the "3" and on the "5" are less than or equal to 2b + c and c, respectively, we'll get the correct exponents on "3" and on "5" when we find the LCM. So in the prime factorization of y, we have 2b + c + 1 options for the exponent on "3" (we add one because the exponent can be zero), and similarly c + 1 options for the exponent on the "5". Multiplying our choices, there are (2b + c + 1)(c + 1) possibilities in total, and B is the answer.