How do I multiply permutations? From left or from right?

1k Views Asked by At

How do I multiply permutations? From left or from right? My understanding is that I go from right to left as the permutation closest to the element acts first:

  1. I assume it's $(12)(13)(14)=(1432)$
  2. Or is it really $(12)(13)(14)=(1234)$?