This is how I proceeded from here
since y is 1 the sum of b+e has to be 11. 7+4 = 11 or 8+3 =11 (6+5 is also 11 but we have used 6 already in a different place)
2bc
de6
x1z
Case 1
b->8 e->3
Digits available : 0,1,2,3,4,5,6,7,8,9
Digits used if I took b->8 e->3 would be
1,2,3,6,8
Digits remaining-> 0,4,5,7,9
There will be a 1 carryover from b+e addition so carryover 1+ 2(a) + some one digit number(d) has to be x. Only 4 and 7 possible
but the rest of the addition process given in the problem will fall apart with 0,5,9 remaining.
Eliminate. Not possible
Case 2
This has to be it
b->7 e->4
P.S:
I remembered Stuart's golden words that in a DS question there will be something common between the 2 choices for the variables involved (i.e they will never contradict each other). For eg: If one choice said z is negative the other choice will not say z is positive
Since f-c=3 also matched my case 2 I confidently went with A)
May be there is a better way to decipher this!

Good problem!