Concept:Each letter is coded by its position in the alphabet, and the code for a word is the sum of those positions.Explanation:F is the 6th letter, so F=6 matches.M=13, A=1, T=20, and 13+1+20=34 matches MAT=34.For CAR: C=3, A=1, R=18.Sum = 3+1+18=22.Answer:22