Concept:Convert each mixed number into an integer part plus one half. Then sum all integer parts separately and all half parts separately.Explanation:Each term is of the form n21​=n+21​.So the sum is: (1+21​)+(11+21​)+(111+21​)+(1111+21​).First, add the four halves: 4×21​=2.Next, add the whole numbers: 1+11+111+1111=1234.Total sum = 1234+2=1236.Answer:A. 1236