lnm87
For any positive integer n greater than 1, n! denotes the product of all the integers from 1 to n, inclusive.
If A is a positive integer such that the greatest number that divides both \(A^3\) and 13! is 448, which of the following can be the value of A?
A. 14
B. 56
C. 140
D. 196
E. 448
The greatest common divisor (GCD) of \(A^3\) and \(13!\) is 448
\(448 = 4 * 112 = 4 * 4 * 28 = 4 * 4 * 4 * 7 = 2^6 * 7\)
Observe that \(13!\) has only \(7^1\) as factor
Also, highest power of \(2\) in \(13! = [13/2] + [13/4] + [13/8] = 6 + 3 + 1 = 10\) (where \([n]\) denotes the
greatest integer less than or equal to \(n\))
Since \(2^6 * 7\) is the GCD of \(A^3\) and \(13!\), we can conclude that
\(2^6 * 7\) must be a factor of \(A^3\)Thus, we have:
1. \(A^3\) must NOT have the power of 2 greater than 6 (since 13! has power of 2 as 10, if \(A^3\) had a power of 2 greater than 6, the GCD would also have a power of 2 greater than 6) => Highest power of 2 in A must be 2 i.e. A is a multiple of \(2^2\) (not more than that) ... (i)
2. \(A^3\) must have \(7^3\) as a factor as well (it is the cube of a number), implying \(A\) is a multiple of \(4 * 7\) i.e. \(28\) ... (ii)
Working with options:
A. \(A = 14\) ---- not possible since A should be a multiple of 28 ---> from (ii)
B. \(A = 56 = 2^3 * 7\) ---- Violates (i)
C. \(A = 140 = 2^2 * 7 * 5\) ---- If A is a multiple of 5, and since 13! is also a multiple of 5, the GCD would have 5 as a factor ---- Violates given info
D. \(A = 196 = 2^2 * 7^2\) ---- Satisfies both (i) and (ii). Note: even though A has a factor \(7^2\), \(13!\) has a factor only \(7^1\), hence GCD would still have \(7^1\) as factor
E. \(A = 448 = 2^6 * 7\) ---- Violates (i)
Answer D