Concept:For a square matrix with non-zero determinant, A−1=∣A∣1adjA.Explanation:Let A=1+pqq0p1+pqq0p1.First compute the determinant by expanding along the first row:∣A∣=(1+pq)1+pqqp1−pq0p1.This simplifies to ∣A∣=(1+pq)(1+pq−pq)−pq=(1+pq)−pq=1.Since ∣A∣=1=0, the inverse exists.The adjoint of A is the transpose of the cofactor matrix, which is:adjA=1−qq2−p1+pq−(q+pq2)p2−(p+p2q)1+pq+p2q2.Therefore, A−1=11adjA=adjA.Answer:A−1=1−qq2−p1+pq−(q+pq2)p2−(p+p2q)1+pq+p2q2.Hence, the correct option is C.