Step 1: Concept
We decompose a rational function into partial fractions. We can solve for the coefficients $A$, $B$, and $C$ by multiplying through by the common denominator and substituting specific values of $x$.
Step 2: Meaning
The given equation is:
\[ 3x + 4 = A(x-2)^2 + B(x-1)(x-2) + C(x-1) \]
Step 3: Analysis
To find $A$, substitute $x = 1$:
\[ 3(1) + 4 = A(1-2)^2 \implies 7 = A(1) \implies A = 7 \]
To find $C$, substitute $x = 2$:
\[ 3(2) + 4 = C(2-1) \implies 10 = C(1) \implies C = 10 \]
To find $B$, compare the coefficient of $x^2$ on both sides:
\[ 0 = A + B \implies B = -A = -7 \]
Now, calculate $A + B + C$:
\[ A + B + C = 7 + (-7) + 10 = 10 \]
Step 4: Conclusion
The sum of the coefficients $A + B + C$ is equal to $10$.
Final Answer: (A)