Concept:Solving a pair of linear equations to find the values of x and y, then evaluating (y−x).Explanation:Given equations are:4x+2y=16 ... (i)6x−2y=4 ... (ii)Add equations (i) and (ii):(4x+6x)+(2y−2y)=16+410x=20x=2Substitute x=2 into equation (i):4(2)+2y=168+2y=162y=8y=4Therefore,y−x=4−2=2Answer:(y−x)=2Correct option: B. 2