Concept:Solving a pair of linear equations using the elimination method eliminates one variable to find the other.Explanation:The given equations are:3x−2y=7 ... (1)x+2y=−3 ... (2)Add equation (1) and equation (2) to eliminate y.(3x+x)+(−2y+2y)=7+(−3)4x=4x=1Substitute x=1 into equation (2):1+2y=−32y=−4y=−2Thus, the solution is x=1 and y=−2.Answer:x=1, y=−2Correct option: A.