The worst case scenario is:
n = #Make-Set operations
m = #Make-Set, Union, and Find-Set operations m = n + (q - 1) operations
Therefore, T(m) = and the amortized cost is per operation.
Can we do better?