, I am pretty sure there is something really really wrong with my understanding, but can you please help. I approached it as,
Last digit should be even. For the first three it is irrespective whether they are odd or even.
Case 1 : Last digit is 2. Then for the first digit there are 8 possible options.
I know this is giving me a value >1, and of course this is wrong, so could you please explain the flaw in my understanding. Thank you
Shivang29
Nine cards numbered from 1 to 9 are placed in an empty bowl. Four cards are drawn from the bowl one-by-one without replacement to form a four-digit number (first card gives the thousands digit, second card gives the hundreds digit, third card gives the tens digit and fourth card gives the units digit). What it the probability that the four-digit number is even?
A. \(\frac{1}{9}\)
B. \(\frac{2}{9}\)
C. \(\frac{3}{9}\)
D. \(\frac{4}{9}\)
E. \(\frac{5}{9}\)
I am not sure I understand the reasoning.
if we do it the long way and determine all possible numbers as 9*8*7*6 then try to find all possible combinations that would allow for a number to still be even.
Example:
OddOddOddEven
OddOddEvenEven
OddEvenEvenEven
EvenEvenEvenEven
we would get 1344 possible ways and when divided by all the possible outcomes we get 2/3.
Am I missing something obvious?
You should get 4/9 with any
correct method. You are missing couple of cases there:
Odd - Odd - Odd - Even = 5/9 * 4/8 * 3/7 * 4/6 = 5/63
Even - Odd - Odd - Even = 4/9 * 5/8 * 4/7 * 3/6 = 5/63
Odd - Even - Odd - Even = 5/9 * 4/8 * 4/7 * 3/6 = 5/63
Odd - Odd - Even - Even = 5/9 * 4/8 * 4/7 * 3/6 = 5/63
Even - Even - Odd - Even = 4/9 * 3/8 * 5/7 * 2/6 = 5/126
Even - Odd - Even - Even = 5/126
Odd - Even - Even - Even = 5/126
Even - Even - Even - Even = 4/9 * 3/8 * 2/7 * 1/6 = 1/126
The sum = 4/9.