f2h
if the dice are standard, then the probability of 6 for each die will be the same as the other numbers( 1/6)
if we have 332 of 6 and one 4, the probability will be
(1/6)^332*(1/6)=(1/6)^333and it is the same as 333 of 1 =(1/6)^333
what's my mistake? could anyone help me?
The probability, when rolling 333 dice, that you get a '1' every time, or that you get a '6' every time is indeed (1/6)^333. But if you want to know the probability that you get one '4', and get a '6' on all of the 332 other dice, the probability is much larger than that, because there are many ways that can happen. If we imagine we're rolling the dice in order, we get that result if we get any of these sequences of rolls:
4, 6, 6, 6, 6, 6, 6, 6, ... 6, 6
6, 4, 6, 6, 6, 6, 6, 6, ..., 6, 6
6, 6, 4, 6, 6, 6, 6, 6, ..., 6, 6
etc
and since any of the 333 dice can display the '4', there are 333 different sequences of rolls that give us one four, and the rest sixes. Each individual sequence occurs with a probability of (1/6)^333, so the probability we get one four and the rest sixes is 333*(1/6)^333. You correctly answered a slightly different question than the one you need to answer to solve this question: you worked out the probability that you get a 4 on your first roll, then get a 6 on every other roll, but that's only one of many ways to get a single 4 and the rest 6's.
It's not the best question to illustrate the concept, because the numbers are so large. But if you think about just rolling two dice, and ask "what is the probability the sum is 2" then the answer is 1/6^2, because you need to get '1' both times, and that can only happen in one way. But if you ask "what is the probability the sum is 3?" the answer is larger (you can't just find the probability of getting a 1 then a 2), because there is more than one way to get a sum of 3: we can roll a 1 then a 2, or we can roll a 2 then a 1, and the answer is 2/36 = 1/18.
It's not really relevant to your question, but the original problem asks about a sum of 1994, which we actually don't get with 332 sixes and one 4 (that would give a sum of 1996), and we can get a sum of 1994 in quite a few ways. yashu's solution using symmetry is the fastest way to solve the problem.