I did it this way:
You need EVEN+EVEN or ODD+ODD to have an even result.
X = 2 even numbers (4,8) and 1 odd number (5)
Y = 2 odd numbers (1,-1) and 1 even number (2)
You know that you want consecutive events (draw one number from X and then one number of Y)
1. Probability of EVEN+EVEN = (2/3)*(1/3) - you have 2 out of 3 in set X that are even (4,8) and 1 out of 3 in set Y that are even (2). Since the events happen "at the same time" or one after the other, you multiply them (you need one even from set X AND one from set Y)
2. Probability of ODD+ODD = (1/3)*(2/3) - you have 1 out of 3 that is odd in set X and 2 that are odd in set Y that are odd
Sum both (you need EVEN+EVEN OR ODD+ODD, so you sum them)
(2/9)+(2/9) = 4/9
------------------------------------------------------------------------------------------------------------
Kudos if this was helpful, please (: