Concept:Use the elimination method to remove one variable and solve the two linear equations.Explanation:The given equations are:3x−2y=10x+3y=7Multiply the first equation by 3:9x−6y=30Multiply the second equation by 2:2x+6y=14Add these two equations to eliminate y:9x+2x−6y+6y=30+1411x=44Divide both sides by 11:x=4Substitute x=4 into x+3y=7:4+3y=73y=3Divide both sides by 3:y=1Answer:x=4 and y=1This matches option D.