KSBGC
What is the value of \(0.1 + 0.1^{\frac{1}{m}} + 0.1^{\frac{1}{n}}\)?
(1) \(\frac{1}{m}+ \frac{1}{n} = \frac{4}{3}\)
(2) mn = 3.
Since we have m and n as exponents in two separated terms from the equation, and those terms are being added together (so we cannot "merge" them like if they were being multiplied), we will need to figure out a way to find both \(m\) as well as \(n\).
(1) gives us one equation with 2 variables. This is not enough to solve for both of them, and thus is insufficient.
(2) gives us, again, one equation with 2 variables. Insufficient.
(1) + (2) gives us two equations for two variables, which can be solved. \(\frac{1}{m}+ \frac{1}{n} = \frac{m + n}{mn} = \frac{4}{3}\).
From this, \(m+n = 4\), and \(m = (4 - n)\).
\(m * n = 3\)
\((4 - n) * n = 3\)
\(n^2 - 4n + 3 = 0\)
\(n = 3\) or \(n = 1\).
If n = 3, m = 1. On the other hand, if n = 1, m = 3.
Now, since the terms to the power of \(\frac{1}{m}\) and \(\frac{1}{n}\) are both at the same base (\(0.1\)), it doesn't matter whether \((m,n) = (1,3)\) or \((m,n) = (3,1)\). Both will give the same final result, and this means that (1) and (2) together are sufficient.
Answer is C.