Concept:Multiply the matrix P by the column vector Q, then compare the resulting vector with the given expression to solve for k.Explanation:First compute PQ by multiplying the 2×2 matrix with the 2×1 column vector.PQ=(2−431)(86)Row 1: (2)(6)+(3)(8)=12+24=36Row 2: (−4)(6)+(1)(8)=−24+8=−16Thus, PQ=(−1636).Given PQ=k(−2045), so (−1636)=k(−2045).Compare the first components: 36=45k.Hence, k=4536=54.Check with the second component: −16=k(−20), so k=−20−16=54, which matches.Answer:C. 54