Concept:
- Instead of solving for a, b, c individually, look for constants that let you combine the two given equations directly into the target expression.
- Since the equations are linear, the expression $2a+3b-3c$ can be written as a weighted sum $k_1(\text{Eq 1}) + k_2(\text{Eq 2})$ for suitable constants $k_1, k_2$.
- Once those constants are found, the answer follows from the right-hand sides of the equations alone, with no need to solve for $a$, $b$, or $c$ separately.
Step 1: Set up the target as a combination.
We want $2a+3b-3c = k_1(a-6b+6c) + k_2(6a+3b-3c)$ for some numbers $k_1,k_2$.
Matching the coefficient of $a$: $k_1+6k_2=2$.
Matching the coefficient of the block $3b-3c$: $-6k_1+3k_2=3$.
Step 2: Solve for $k_1$ and $k_2$.
From the second equation: $-2k_1+k_2=1$, so $k_2=1+2k_1$.
Substitute into the first: $k_1+6(1+2k_1)=2 \Rightarrow 13k_1=-4 \Rightarrow k_1=-\dfrac{4}{13}$.
Then $k_2=1+2\left(-\dfrac{4}{13}\right)=\dfrac{5}{13}$.
Step 3: Apply the combination to the two given right-hand sides.
Since $a-6b+6c=4$ and $6a+3b-3c=50$:
$2a+3b-3c = k_1(4)+k_2(50) = -\dfrac{4}{13}(4)+\dfrac{5}{13}(50) = -\dfrac{16}{13}+\dfrac{250}{13} = \dfrac{234}{13}$.
Step 4: Simplify.
$\dfrac{234}{13}=18$.
Final Answer: $2a+3b-3c=18$