Step 1: Set up the Identity: The given equation is:
$$\frac{3x}{(x+2)(x-1)} = \frac{A}{x+2} + \frac{B}{x-1}$$
Multiply both sides by the common denominator $(x+2)(x-1)$:
$$3x = A(x-1) + B(x+2)$$
Step 2: Solve for A and B using the substitution method: To find $B$, let $x = 1$ (which eliminates the $A$ term):
$$3(1) = A(1-1) + B(1+2)$$
$$3 = 3B \implies B = 1$$
To find $A$, let $x = -2$ (which eliminates the $B$ term):
$$3(-2) = A(-2-1) + B(-2+2)$$
$$-6 = -3A \implies A = 2$$
Step 3: Form the Ordered Pair: The values found are $A = 2$ and $B = 1$. Therefore, the ordered pair $(A, B)$ is $(2, 1)$.