.
For positive numbers a, b, and c, if 2ab = 1, 3bc = 2, and 4ca = 3, what is the value of a + b + c ?
(A) 29/12
(B) 9/4
(C) 25/12
(D) 23/12
(E) 7/4
~~~~~~~~~~~~~~~~
The solution by @math_tutor is correct, but can make you shudder.
I will show you an elegant, simple and fine STANDARD solution to this
and similar problems, which will make you more than happy.
From the given info, we have these equations
ab = (1)
bc = (2)
ac = (3)
Multiply all these three equations (their left sides and their right sides separately). You will get
a^2*b^2*c^2 = = ,
or
(a*b*c)^2 = .
Take the square root of both sides. Since "a", "b", and "c" are positive, it gives you
a*b*c = . (4)
At this point, you may find "a", "b" and "c" separately.
To find "a", divide (4) by (2);
To find "b", divide (4) by (3);
To find "c", divide (4) by (1).
You will get a = = ; b = = ; c = = 1.
Now a + b + c = + + 1 = + + = + = . ANSWER
Solved.
---------------
Memorize this method and use it for other similar problems.