ashishgarg0027
Hi
Bunuel,
chetan2u,
I approached this problem differently but didn't get the answer. Can you help me identify flaws in my approach?
4 dice are rolled. Number of pairs we can make out of 4 dices = 4C2 = 6.
Now, each pair can get a multiple of 4 in 15 different ways. [(1,4), (2,2), (2,4), (2,6), (3,4), (4,1), (4,2), (4,3), (4,4), (4,5), (4,6), (5,4), (6,2), (6,4), (6,6)]
Now, for each pair, to get a multiple of 4, probability = 15/36 = 5/12.
For 6 pairs, probability = (5/12)^6
This is the answer that i am getting. Let me know where i am making a mistake!
Thanks,
Ashish Garg
Ashish,
You are having repetitions in your calculations.
When we say any pair out of four means the events are dependent. But by taking each pair separately, you are taking them independent events.
Take an example with smaller set
Three coins have 1 and 2 written on opposite sides. Same question, ways pair will get a multiple of 4.
Only one way: when all show 2. => \(P=\frac{1}{2^3}\)
By taking each pair individually: (1,1),(1,2),(2,1),(2,2) so one way out of four=> Each pair probability =1/4, so three pairs will give \((\frac{1}{4})^3\)