Concept:The product of two matrices P and Q is equal to matrix R. Equate the corresponding entries of PQ and R to find the unknown x.Explanation:Compute the matrix product PQ.PQ=(324x)(1−234)Multiply rows of P by columns of Q.Entry (1,1): 3(1)+4(−2)=3−8=−5Entry (1,2): 3(3)+4(4)=9+16=25Entry (2,1): 2(1)+x(−2)=2−2xEntry (2,2): 2(3)+x(4)=6+4xTherefore, PQ=(−52−2x256+4x).Given PQ=R=(−5−82526).Equate entry (2,1): 2−2x=−8So, −2x=−10, which gives x=5.Verify with entry (2,2): 6+4x=26⇒4x=20⇒x=5.Both entries confirm the same value.Answer:x=5, which is option D.