There are two ways to go about such questions. The fool proof way is to subtract the unfavourable probability from 1.
Method 1: Listing and adding favourable cases.There are four possibilities
X = Even; Y = Odd -----> XY = Even
X = Odd; Y = Even -----> XY = Even
X = Even; Y = Even -----> XY = EvenX = Odd; Y = Odd -----> XY = Odd3 out of the 4 cases are favourable. Hence, the probability is 3/4.
Alternatively, You could also try to do a little math and solve the following way:P(x=even) = \(\frac{1}{2}\) = P(x=odd)
P(y=odd) = \(\frac{1}{2}\) = P(y=even)
P(xy = even) = P(x=odd; y=even) + P(x=even; y=odd) + P(x=even; y=even)
P(xy = even) = \(\frac{1}{2}*\frac{1}{2} + \frac{1}{2}*\frac{1}{2} + \frac{1}{2}*\frac{1}{2}\)
P(xy = even) = \(\frac{1}{4} + \frac{1}{4} + \frac{1}{4}\)
P(xy = even) = \(\frac{3}{4}\)
Method 2: Subtracting the unfavourable probability from 1.P(xy = odd) = P(x=odd; y=odd)
P(xy = odd) = \(\frac{1}{2*1/2}\)
P(xy = odd) = \(\frac{1}{4}\)
P(xy=even) = 1 - P(xy=odd)
P(xy=even) = \(1 - \frac{1}{4}\)
P(xy=even) = \(\frac{3}{4}\)