Let's analyze the problem. Last year, Luis invested $x$ dollars, half at 8% and half at 12%. The total interest earned last year was:
$$
\frac{x}{2} \cdot 0.08 + \frac{x}{2} \cdot 0.12 = 0.04x + 0.06x = 0.10x
$$
This year, let \(f\) be the fraction of \(x\) dollars invested at 12%, so \($x \cdot f$\) is invested at 12%, and \($x \cdot (1-f)$\) is invested at the lower rate. We want the total interest earned this year to be the same as last year, which is \($0.10x$\).
Statement (1): The lower rate is now 6%. So, we have:
$$
x(1-f) \cdot 0.06 + xf \cdot 0.12 = 0.10x
$$
Dividing by \(x\), we get:
$$
0.06(1-f) + 0.12f = 0.10 \\
0.06 - 0.06f + 0.12f = 0.10 \\
0.06f = 0.04 \\
f = \frac{0.04}{0.06} = \frac{4}{6} = \frac{2}{3}
$$
So, we can find the fraction. Statement (1) is sufficient.
Statement (2): The total amount of interest earned from the two investments last year was $3,000. This means $0.10x = 3000$, so \(x\) = 30000$. However, we don't know the new lower interest rate, so we cannot determine the fraction \(f\). Statement (2) is insufficient.
Therefore, the answer is A.