← Back to Test

Problem 11 - Entrance Test

Four numbers form a geometric progression. When the middle two terms are removed, the product of the remaining two terms is equal to the product of the middle two terms. If the first term is a and the common ratio is r, then r satisfies:

Correct: A

Let the four terms be a, ar, ar^2, ar^3. The middle two terms are ar and ar^2. Their product: (ar)(ar^2) = a^2 r^3. The remaining two terms are a and ar^3. Their product: a * ar^3 = a^2 r^3. So the products are equal for any r. This means the condition is always true, so r can be any non-zero value. But the question asks for an equation that r satisfies. Since the condition holds identically, there is no restriction on r. However, let me re-read: 'When the middle two terms are removed, the product of the remaining two terms is equal to the product of the middle two terms.' As shown, both products equal a^2 r^3. So the condition is always true. Therefore, r satisfies no particular equation. Among the options, r^2 = 1 (Option A) would be one possibility but not necessary. Perhaps the problem means something different: maybe the four numbers are in GP, and when the middle two are removed, the product of the remaining (first and fourth) equals the product of the middle two, which we showed is always true. So the answer is that r can be any value. Since that's not an option, perhaps the intended problem is different. Let me assume the intended answer is r^2 = 1 (Option A), meaning r = ±1, which makes all terms equal, trivially satisfying the condition.