A math expression has changed from one form to another and I need to know what has happened during that step:
- from (3x + 10x) + 2y to x(3 + 10) + 2y
we have two different answers: one says it is a result of a distributive operation and another says it is a result of an associative operation.
which one is correct, distributive or associative?
- from x(13) + 2y to 13x + 2y
which one is correct, distributive or commutative?
thanks,
$(3x+10x)=(x3+x10)$ by Commutative and $(x3+x10)=x(3+10)$ by distributive.
But also: $(3x+10x)=(3+10)x$ by distributive and $(3+10)x=x(3+10)$ by commutative
The same is for the $x(13)$(In this case we may include that $a+0=a$ and that $a\cdot0=0$ for all $a$)
Associative is only in the case of $f(f(a,b),c)=f(a,f(b,c))$.
For example saying that $(a+b)+c=a+(b+c)$ is by associative: $f(a,b)=a+b$ so $f(f(a,b),c)=(a+b)+c$ that is equal to $a+(b+c)=f(a,f(b,c))$.