We can deduce a closed formula for g(y). The idea is this product chain has terms increasing with a pattern. They are all even, thus if we divide every term by 2, we will end up with 1 * 2 * 3 * 4 ....
For example, \(g(14) = 2^7 * 1 * 2 * 3 * 4 * 5 * 6 * 7 = 2^7 * 7!\). We can take out 2, 4, and 6 from the 7! and combined all 2's to get \(2^{11}\).
We can start by plugging in some values from the answers now and check how close we are to \(4^{11} = 2^{22}\).
g(22) = 2^11 * 11!
It is important to count the 2's in layers (the formula is not needed for GMAT either, we can use this method every time we need to count multiples of a factor in a long chain)
We want to count the total number of multiples of 2's in 11!.
The even numbers 2, 4, 6, 8,10 are the first layer, that's 5 numbers with at least one multiple of 2.
The numbers 4 and 8 have another multiple of 2, that's 2 numbers with another "layer" of multiple of 2.
Finally, 8 has a 3rd layer, count an extra 2 from that.
Add up the layers now with the twos from 2^11, 11 + 5 + 2 + 1 = 19. We are missing a couple 2's but we can simply count the extra numbers now.
g(24) gives an extra 24 in the product, 24 has 3 more multiples of two. 19 + 3 = 22, bingo.
Ans: B
12bhang
g(x) is defined as the product of all even integers k such that 0 < k ≤ x. For example, g(14) = 2 × 4 × 6 × 8 × 10 × 12 × 14. If g(y) is divisible by 4^11, what is the smallest possible value for y?
(A) 22
(B) 24
(C) 28
(D) 32
(E) 44
Now, i just need help with the approach. One way is to manually count all the powers of 2 that would be sufficient.
However, i would like to use the formula for counting the power of a prime number as given in the gmat club maths book.
i.e
For n! suppose we need to find out the powers of prime number p in n!:
n/p +n/p^2 +n/p^3 +......n/p^k where p^k <n.
I think it would make no difference even though it is not a factorial in the question, as we are anyway counting only powers of 2.
My question is, while using this formula, how many powers of p(2 in this question) should we take in this case to get the value of n(y in this question).
Can it be done this way?
Please help.