I have the following question on distributive property. If I multiply $3$ to the given expression $\frac{1}{3}\pi r^2h$.
Question: $3\cdot\frac{1}{3}\pi r^2h$
Based on what I understand for distributive property, I should take $3$ and multiply by every single term in the expression and I should expect $3\cdot\frac{1}{3} + 3\pi + 3r^2 + 3h$
However i did a check against Microsoft Mathematics is return the following answer $\pi r^2h$
Why is it so?
The distributive property reflects the interaction of two different operations: $$a\cdot(b+c)=ab+ac$$shows multiplication distributing over addition.
If your expression involves the same operation - so everything is multiplied - the key property is the associative law $$(ab)c=a(bc)$$ or $$(a+b)+c=a+(b+c)$$ for addition. This allows the brackets to be removed.
The other law which applies quite frequently to a single operation is the commutative law, which allows the order of elements to be changed eg$$ab=ba \text{ or } a+b=b+a$$
Your expression involves only multiplication, so the distributive law does not apply. You can use the associative law to bracket the first two items together and multiply them first $$3\cdot \frac 13=1$$ and that is all the simplification you can do.