Concept:Solving a pair of linear equations by elimination.Explanation:Given equations:y+2x=4 ...(1)y−3x=−1 ...(2)Subtract equation (2) from equation (1):(y+2x)−(y−3x)=4−(−1)y+2x−y+3x=4+15x=5x=55=1Substitute x=1 into equation (1):y+2(1)=4y+2=4y=4−2=2Therefore, x+y=1+2=3Answer:3 Option A.