Concept:Solving simultaneous linear equations using the elimination method.Explanation:Given the equations:3x−5y=9(1)6x−4y=12(2)Multiply equation (1) by 2 so that both equations have the same coefficient of x.6x−10y=18Subtract equation (2) from this new equation:(6x−10y)−(6x−4y)=18−12−6y=6y=−1Substitute y=−1 into equation (1):3x−5(−1)=93x+5=93x=4x=34Answer:x=34 and y=−1 This matches option D.