Concept:Solve two linear equations by adding or subtracting to eliminate one variable, then substitute back.Explanation:Given: x+y=23x−y=25 Add both equations to eliminate y: (x+y)+(x−y)=23+252x=28=4x=24=2 Substitute x=2 into x−y=25: 2−y=25−y=25−2=25−24=21y=−21 Now find 2y+x: 2y+x=2(−21)+2=−1+2=1Answer:2y+x=1 So the correct option is C.