Addu.23
But let us check how other options fit in.
(A) 5.......Let a=7 and b=11, then both 15a and 40b are divisible by 5.
(B) 4a......4 is not a factor of 15, so 4a will not be a factor of 15a.
(C) 5(a - b)....a=2 and b=1, will make it 5
(D) 40b......if a=40b, then 15a and 40b have the common divisor 40b
(E) 15a...... if b=15a, then 15a and 40b have the common divisor 15a
B
I have major confusion with the explanation of D & E options. If A/B can be assumed then in option B 'a' in 4a can be assumed as 40. That would negate B option too right?
BunuelNo. If 4a = 40, then a = 10, meaning 15a = 60 and 4a = 40. Since 40 is not a divisor of 60, it cannot be the greatest common divisor of 15a and 40b.
If a and b are positive integers, which of the following CANNOT be the greatest common divisor of 15a and 40b?(A) 5(B) 4a(C) 5(a - b)(D) 40b(E) 15a
The greatest common divisor (GCD) of 15a and 40b must, of course, divide both 15a and 40b. Glancing at the options, we can quickly rule out option B because it isn't a divisor of 15a. This is clear since 15a/4a = 15/4, which is not an integer. Since there can only be one correct answer, B must be it.
Now, if we want to verify the other options:
For \(15a = 3 * 5 * a\) and \(40b = 2^3 * 5 * b\), the GCD is found by taking the common prime factors in their lowest powers between the two expressions.
(A) 5
If a = b = 1, then 15a = 15 and 40b = 40. The GCD of 15 and 40 is indeed 5.
(C) 5(a - b)
If a = 3 and b = 2, then 15a = 45 and 40b = 80. The GCD of 45 and 80 is 5(a - b) = 5.
(D) 40b
If a = 40b, then 15a = 3 * 5 * a = 2^3 * 3 * 5^2 * b. The GCD of 2^3 * 3 * 5^2 * b and 2^3 * 5 * b, is 2^3 * 5 * b = 40b.
(E) 15a
If b = 15a, then 40b = 2^3 * 5 * b = 2^3 * 3 * 5^2 * a. The GCD of 3 * 5 * a and 2^3 * 3 * 5^2 * a, is 3 * 5 * a = 15a.
Answer: B.
Similar questions to practice:
Hope it helps.