0

I know $a*b=b*a$ is called commutative, $a*(b*c) = (a*b)*c$ is associative. What about $a*b/c=a/c*b$?

Display Name
  • 2,715

1 Answers1

2

This is the associative property (and perhaps the commutative property as well, if you worry that $\dfrac bc = \dfrac1c\cdot b = b\cdot\dfrac1c$). You have $$a\cdot\frac bc = a\cdot\left(\frac1c\cdot b\right) = (a\cdot\frac1c)\cdot b =\frac ac \cdot b.$$

Ted Shifrin
  • 115,160