0

I'm really having some trouble on this problem:

Find the number of distinct variants that the functions have.

I'm working with the following function (technically an expression) $$x_1x_2x_3^2$$

From what I read, a variant is basically another way of re-expressing a function by permuting their variables. Two variants are said to be distinct variants if they differ as functions over $\mathbb{C}$. I'm looking at this problem and it turns out that there are $3$ distinct variants here (odd problem so I looked in the back of the book). I thought it was only $1$ but why is it $3$? Can someone explain it to me? My textbook didn't provide any concrete examples as of how to approach these kinds of problems.

1 Answers1

2

Notice there are six (possibly redundant) variants if you look at all the permutations of the variables:

$$x_1x_2x_3^2$$ $$x_1x_3x_2^2$$ $$x_2x_1x_3^2$$ $$x_2x_3x_1^2$$ $$x_3x_1x_2^2$$ $$x_3x_2x_1^2.$$

Notice that some of these are redundant though, i.e.: $$x_3x_2x_1^2 = x_2x_3x_1^2$$ $$x_1x_2x_3^2 = x_2x_1x_3^2$$ $$x_1x_3x_2^2 = x_3x_1x_2^2$$

Thus, there are no more than three distinct variants. It is easy to check that there are no more "redundancies" between the remaining three variants and thus those three are distinct.

benguin
  • 3,846