We know the following about N:
a) The 2nd digit must be even, so that it is divisible by 2
b) But the 2nd digit cannot be zero, else the difference of the digits is the same as one of the digits of N
c) The first digit then must be odd, otherwise both digits of N/2 are less than the respective digits in N, so neither can be their sum
d) But the 1st digit cannot be 1, because N/2 has two digits
d) The sum of the digits must be less than 10
Then, the only candidates for N are:
And only 34 works:
N N/2 Sum of digits of N
32 16 5
34 17 7 -- Only one whose sum is a digit in N/2
36 18 9
52 26 7
54 27 9
72 36 9