3. from a set of 10 cards numbered 1 to 10, two cards are drawn at random without replacement. what is the…

3. from a set of 10 cards numbered 1 to 10, two cards are drawn at random without replacement. what is the probability that: 3a both numbers are even? probability = enter your next step here
Answer
Explanation:
Step1: Identify even numbers
Numbers 1 - 10: even numbers are 2,4,6,8,10. So 5 even numbers.
Step2: Calculate total ways to draw 2 cards
Using combination formula ( C(n,k)=\frac{n!}{k!(n - k)!} ), total ways ( C(10,2)=\frac{10!}{2!8!}=\frac{10\times9}{2\times1}=45 ).
Step3: Calculate ways to draw 2 even cards
Ways to choose 2 from 5 even: ( C(5,2)=\frac{5!}{2!3!}=\frac{5\times4}{2\times1}=10 ).
Step4: Find probability
Probability = favorable / total = ( \frac{10}{45}=\frac{2}{9} ).
Answer:
(\frac{2}{9})