For finding the inverse of a product of matrices, reverse the order and invert each matrix:
(AB)−1=B−1A−1
For (PQ)−1:
(PQ)−1=Q−1P−1
This matches (III)
For (P−1Q)−1:
(P−1Q)−1=Q−1(P−1)−1
=Q−1P
This matches (I)
For (PQ−1)−1:
(PQ−1)−1=(Q−1)−1P−1
=QP−1
This matches (II)
For (P−1Q−1)−1:
(P−1Q−1)−1=(Q−1)−1(P−1)−1
=QP
This matches (IV)
The matching is:
(A) → (III)
(B) → (I)
(C) → (II)
(D) → (IV)