I don't really know how to be any more clear than my first post, but I'll try.
You do agree, I assume, that there are 216 possible combinations. In case you don't, you can calculate them as such: there are six possible outcomes upon rolling the first die. For each of those six, there are six outcomes upon rolling the second. For each of those 36, there are six outcomes upon rolling the third. Thus, there are 6*6*6 = 216 different outcomes.
Now, if you want to find the probability of "at least one six," you must recognize that it is exactly the opposite of the probability of "no sixes at all."
It turns out to be much easier to calculate the number of combinations with no sixes than it is to calculate the number of combinations with 1, 2, or 3 sixes (though Dough showed that method, also).
How many outcomes have no sixes? You roll the first die, and there are five outcomes that are not six. For each of those five outcomes, there are five outcomes upon rolling the second die that are not six. And for each of those 25 outcomes, there are five outcomes upon rolling the third die that are not six. That's 5*5*5 = 125 possible outcomes with no sixes.
The probability of getting no sixes at all is thus 125 out of 216, or ~58%. The answer to the "opposite" question, "what is the probability of at least one six," can be found by simply subtracting this probability from one.
Thus the probability is 100% - 58% = 42%.
what I need is a logical, rational, and progressive answer
The reason you can't treat the dice rolls as independent is simple:
they aren't. Your question is phrased as "what is the probability that there is
at least one six?" This means that the answer to the question depends not on a single die, but on all three simultaneously.
It doesn't matter what the second and third dice do, if the first die is a six -- thus the rolls are dependent.
A somewhat different question, "What is the probability that there will be
exactly one six?" results in independent probability, with which you seem to be familiar. The probability of exactly one six is the sum of the three ways it can happen:
<br />
\left( \frac{1}{6} \cdot \frac{5}{6} \cdot \frac{5}{6} \right)<br />
+ \left( \frac{5}{6} \cdot \frac{1}{6} \cdot \frac{5}{6} \right)<br />
+ \left( \frac{5}{6} \cdot \frac{5}{6} \cdot \frac{1}{6} \right) \approx 34 \%<br />
The question "what is the probability of exactly two sixes?" can be found by summing the three ways it can happen:
<br />
\left( \frac{1}{6} \cdot \frac{1}{6} \cdot \frac{5}{6} \right)<br />
+ \left( \frac{5}{6} \cdot \frac{1}{6} \cdot \frac{1}{6} \right)<br />
+ \left( \frac{1}{6} \cdot \frac{5}{6} \cdot \frac{1}{6} \right) \approx 7 \%<br />
The question "what is the probability of exactly three sixes?" is, as Doug said, 1 out of 216:
\frac{1}{6} \cdot \frac{1}{6} \cdot \frac{1}{6} \approx 0.5 \%
Add them together -- it's about 42%.
Hopefully you understand now how to bridge the gap between your view of the dice rolls as being independent, and the view of them actually being dependent. Note that Doug said all of this already, albeit with less gusto.
- Warren