rs+t will be divisible by 2 if it is EVEN. rs+t can be even in two ways:
If rs = odd and t = odd, rs+t = odd + odd = even. Here, rs can be odd only when both r and s are odd. Even if one of r/s is even, rs will be even.
If rs = even and t = even, rs + t = even + even = even. Here, rs can be even if at least one of r/s is even.
From statement I alone, r is divisible by 3 and s is even.
So, r can be either odd or even; however, s is even, so rs will definitely be even. But, we do not have any data about t. Statement I alone is insufficient. Answer options A and D can be eliminated. Possible answer options are B, C or E.
From statement II alone, t is divisible by 3. This means that t is odd or even. But we do not have any data about rs. Statement II alone is insufficient. Answer option B can be eliminated. Possible answer options are C or E.
Combining statements I and II, we have the following:
From statement I,we know that rs is even. From statement II,we know that t is either even or odd. Therefore, even after combining the statements, we cannot conclusively say whether rs+t is even or odd and hence cannot say whether it is divisible by 2.
The combination of statements is insufficient. Answer option C can be eliminated.
The correct answer option is E.
Hope that helps!