BeavisMan
What is the numerical value of 1/a + 1/b + 1/c ?
(1) a + b + c = 1
(2) abc = 1
See notes below
This question comes from the Kaplan GMAT Advanced 2009 - 2010 edition, question #3 on page 350. Kaplan's explanation is not very thorough - it says that there are 3 unknowns and 2 equations, thus multiple solutions are possible. It took me 20 minutes of trial and error to understand the answer. Can anyone offer a methodical explanation?
Also, does the GMAT ever provide a set of equations to which there is no solution? What would the answer be if that were the case, (E)?
We have:
a + b + c = 1 ... (i)
abc = 1 ... (ii)
Simple logic: There are 3 unknowns and 2 equations => We cannot solve for a, b and c => We cannot determine the value of (1/a + 1/b + 1/c)
Counter logic: Often, we don't really need to determine the values of a, b, c and still can determine the value of an expression. For example, had the question been to determine the value of (1/ab + 1/bc + 1/ac), we can easily get the answer by combining the statements.
Hence, we need to do some analysis:
Assuming a, b, c are positive and using AM ≥ GM for (i):
(a + b + c)/3 ≥ (a * b * c)^(1/3)
=> (a + b + c)/3 ≥ (a * b * c)^(1/3)
=> (a * b * c)^(1/3) ≤ 1/3
=> abc ≤ 1/27
Clearly, this contradicts with the second statement: abc = 1
This leads to 2 possibilities:
Two of the terms of a, b, c are negative (note - we cannot have only one negative)
OR
a, b, c are complex numbers (beyond the scope of GMAT)
Considering the first case: We can at best simplify as follows:
a = 1 - b - c
Thus, abc = 1 implies: (1 - b - c) * bc = 1
=> (b^2) * c + b * (c^2 - c) + 1 = 0
Which is a quadratic in 'b' and CAN have multiple real solutions => there are many such values of a, b, c possible.
A couple of such values I obtained:
Say a = 2 => b + c = 1 - a = -1 and bc = 1/a = 1/2
=> 1/b + 1/c = (b + c)/bc = -2
=> 1/a + 1/b + 1/c = 1/2 - 2 = -3/2
Say a = 3 => b + c = 1 - a = -2 and bc = 1/a = 1/3
=> 1/b + 1/c = (b + c)/bc = -6
=> 1/a + 1/b + 1/c = 1/3 - 6 = -17/3
Thus, the value of 1/a + 1/b + 1/c is NOT unique - Not sufficient
Answer E
Note: This is NOT going to be asked in the GMAT - don't lose your sleep over it