Answer:
All compositions are affected by the order in which they are performed
Explanation:
We have the following transformations:
-translation
-reflection
-rotation
Each of them are affected by the order in which they are performed, for example:
If we rotate we have:
(x, y) -> (y, -x).
After the reflection:
(y, -x) -> (-y, -x).
If we translated by <2, 5> and reflected through the y-axis:
After the translation, (x, y) -> (x + 2, y + 5)
In other words, all compositions are affected by the order in which they are performed