<p>There is a clear-cut way, but I would not say that it is preferable. I believe that, for all SAT questions dealing with combinations, permutations, probability, etc., this method is unnecessary–i.e., you can bang them all out just like the first poster did. I am going to explain a more mathematical way of doing this. Please do not feel obliged to read or to learn this. I mean it. It isn’t necessary. But I’m going to explain it anyway in case anyone is curious:</p>
<p>Since there are 5 choices (the first number must be 4, so we have 5, 6, 7, 8, and 9) and 3 available slots (the hundreds, tens, and ones place), we do 5C3 (“5 choose 3”). The value of 5C3, which is 10, refers to the number of combinations possible for n=5 items to be taken r=3 items at a time. (nCr is a function on a typical scientific/graphing calculator, such as the TI-83; you input the first number, 5, which represents n, activate MATH > PRB > nCr, and then plug in the second number, 3, which represents r. It should look like this: “5 nCr 3.” Press ENTER and you’ll see that the answer is 10. You can also do it algebraically by using the equation n!/[(n-r)! * r!]. 5C3 = 5!/[(5-3)! * 3!] = (5<em>4</em>3<em>2</em>1)/[(2<em>1)</em>(3<em>2</em>1)] = 120/12 = 10.)</p>
<p>The reason we do 5C3 (combination) and not 5P3 (permutation) is because order matters. If we have abcde (5 letters), and we are given a set of 3 letters, {a, b, c}, we can only arrange them one way: abc; bac, acb, cba, and cab do not count. Similarly, for the original problem we were talking about, if we are given the set {5,6,8}, we can only arrange them one way: in numerical order: 4568. We cannot arrange them any other way. Thus, we use combinations. If we CAN arrange them in any way, we use nPr (this function is right above the nCr function). For example:</p>
<p>The permutations of a, b, and c, taken two at a time, are:</p>
<p>ab, ba,
ac, ca, and
bc, cb</p>
<p>We see that we can rearrange the letters within each respective set {ab}, {ac}, and {bc}. Since there are 3 letters, and since they are taken 2 at a time, 3P2 should yield 6 (there are 6 permutations, as listed above). It indeed does.</p>
<p>The combinations of a, b, and c, taken two at a time, are:</p>
<p>ab,
ac, and
bc</p>
<p>3C2 = 3 combinations.</p>