The Fraction needs to be an integer first and then we can think about it being Positive even integer.
To make the Fraction integer there are 2 necessary conditions, i) a >= c , ii) b >= d
To make the Fraction an even integer the necessary condition is, i) a > c , since anything multiplied by an even integer (2) is even.
Statement 1 : Even though the statement ensures that the fraction might be even, it doesn't assure that the fraction will be an integer since no information about b >= d has been provided. Therefore, the statement is insufficient.
Statement 2 : b = c + d doesn't necessarily ensure that b >= d. Please note that a,b,c,d are integers and not positive integers. Lets say if 'c' and 'd' are negative integers, then b < d, for example, b = (-3) + (-2) = -5. This statement also doesn't provide any information about whether a >= c or not. Therefore, the statement is insufficient.
Together : Again b = c + d doesn't necessarily ensure that b >= d; an example has been given above. Even though now we know a > c , but the relation between 'b' and 'd' is still unknown to us, and all the scenarios are possible : b>d, b=d, b<d.
Therefore, both these statements together are insufficient and hence the answer is Option E.