For any integers m and n where n>1 , which expressions are equivalent to a m/n

To express a m/n in terms of integers, we can use the following equivalent expressions:

1. (a/n) * m
This expression implies dividing a by n first, and then multiplying the result by m.

2. (m * a) / n
This expression implies multiplying m by a first, and then dividing the result by n.

3. (m/n) * a
This expression implies dividing m by n first, and then multiplying the result by a.

4. (a * m) / n
This expression implies multiplying a by m first, and then dividing the result by n.

Note: In all of the above expressions, n should be greater than 1 to avoid division by zero.