Concept:Matrix multiplication followed by equating corresponding entries to solve for x.Explanation:Multiply the 2×2 matrix by the column vector.(372x)(32)=(7×2+x×33×2+2×3)This equals (2912).The top entry gives 6+6=12, which is correct.The bottom entry gives 14+3x=29.So 3x=29−14=15.Thus x=315=5.Answer:x=5, which is option A.