Asif123 wrote:
A set consists of consecutive integers from 11 to 35. What is the probability that the product of two numbers, picked from this set one after the other without replacement, is an even number?
a. 13/50
b. 17/50
c. 23/50
d. 37/50
e. 41/50
There are 25 integers from 11 to 35 inclusive
13 of those integers are ODD, and 12 are EVEN
There are three different ways to get an even product:
1) 1st # is even and 2nd # is even
2) 1st # is even and 2nd # is odd
3) 1st # is odd and 2nd # is even
So, we get...
P(product is even) = P(1st # is even
AND 2nd # is even
OR 1st # is even
AND 2nd # is odd
OR 1st # is odd
AND 2nd # is even)
= P(1st # is even
AND 2nd # is even)
+ P(1st # is even
AND 2nd # is odd)
+ P(1st # is odd
AND 2nd # is even)
= [P(1st # is even)
x (2nd # is even)]
+ [P(1st # is even
x P(2nd # is odd)]
+ [P(1st # is odd)
x P(2nd # is even)]
= [12/25
x 11/24]
+ [12/25
x 13/24)]
+ [13/25
x 12/24]
= 11/50
+ 13/50
+ 13/50
= 37/50
Answer: D
Cheers,
Brent