<p>To compute a simple probability where all outcomes are equally likely, divide the number of “successes” by the total number of outcomes.</p>
<p>The total number of outcomes is 6*5=30 (I used the counting principle here).</p>
<p>5 of these outcomes are successes - (1,2), (2,3), (3,4), (4,5), (5,6).</p>
<p>So the probability is 5/30 = 1/6.</p>
<p>Remarks:</p>
<p>(1) There are at least 3 ways to compute the total: </p>
<p>(a) by listing all the possibilities - </p>
<p>(1,2), (1,3), (1,4), (1,5), (1,6)
(2,1), (2,3), (2,4),…
…</p>
<p>(b) Using the counting principle as I did above (the counting principle says that if one event is followed by a second independent event, the number of possibilities is multiplied).</p>
<p>(c) Using a permutation - in this case the total is 6P2. This computation can be done right on your calculator. We use a permutation here, and NOT a combination, because if you choose two cards in a different order you get a different possibility - for example (1,2) and (2,1) are different possibilities (in fact, (1,2) is a “success” whereas (2,1) is a “failure”).</p>