Difficulty: Easy
Correct Answer: 24
Explanation:
Introduction / Context:
The mean proportional (geometric mean) x between a and b satisfies a : x = x : b, or x^2 = a * b. This is a standard concept in ratio and proportion and geometric mean computations.
Given Data / Assumptions:
Concept / Approach:
Compute the product a * b and then take the positive square root, since a and b are positive.
Step-by-Step Solution:
x^2 = 9 * 64 = 576.x = sqrt(576) = 24.
Verification / Alternative check:
Check proportionality: 9 : 24 = 3 : 8 and 24 : 64 = 3 : 8, confirming correctness.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
24
Discussion & Comments