Concept:Two matrices are equal when their corresponding entries are equal.Explanation:Compare the entries in the same positions.From the top-left entry: p+q=2.From the bottom-right entry: p−q=8.Add the two equations: (p+q)+(p−q)=2+8.This gives 2p=10.So, p=5.Substitute p=5 into p+q=2.5+q=2.q=2−5=−3.Thus, p=5 and q=−3.Answer:p=5, q=−3This matches option B.