e.g. PRODUCT_RULE should be able to handle this case: ``` 10^2 * 10^3 * x^a * x^b --> 10^(2 + 3) * x^(a + b) ```