<ol>
<li>There are 3 Republicans and 2 Democrats on a Senate committee. If a 3-person subcommittee is to be formed from this committee, what is the probability of selecting 2 Republicans and 1 Democrat?</li>
</ol>
<p>I view combinations as doing two permutations(simply counting).</p>
<p>For example, when finding the number of ways a subgroup of 2 can be formed from a group of 5, one can either:</p>
<p>use 5C2 = 10</p>
<p>or</p>
<p>find how many groups of 2 can be formed; 5*4 = 20
divide by the number of times a group is repeated; AB = BA;2
20/2 = 10</p>
<p>In order to find the number of times a group is repeated, one utilizes another counting principle by asking a question, “how many groups can be formed from 2 people?” = 2*1 = 2</p>
<p>Personally, understanding where combinations formula comes from helped me greatly. Utilizing nCr doesn’t yield some number that I don’t truly understand; it’s just a shortcut for doing two permutations.</p>
<p>Thank you Pwnthesat. I was thrown by this problem because I don’t think I have ever seen an actual SAT math problem require explicit knowledge of the combination formula. Thus far, the counting principle has worked wonders on every single real SAT math problem :).</p>
<p>The only time I have ever seen problems that “needed” combinatorics beyond the counting principle, the numbers involved were small enough to list. I’m thinking of that blue book problem about the plumber and the two apprentices. (Sounds like a joke – but no, they do NOT walk into a bar…) So I say start by listing, switch to the counting principle when the numbers get big and leave nCr and nPr for the level II subject test.</p>
<p>first, find the total combinations. let’s start with using 2 republicans</p>
<p>AB with X
AB with Y</p>
<p>AC with X
AC with Y</p>
<p>BC with X
BC with Y</p>
<p>now 2 democrats with 1 repub</p>
<p>XY with A
XY with B
XY with C</p>
<p>and finally, 3 republicans</p>
<p>ABC</p>
<p>the total is 10, and the question asks for the chance of 2 republicans and 1 democrat. just look back and we see there were 6 times where we could have 2 republicans with 1 democrat, so the answer is 6/10 or 3/5</p>
<p>I vividly recall that problem. Even that problem did not require combinatorics. Just use the counting principle on the two apprentices and divide by 2 because sending Tom and Bob the Plumber is the same as sending Bob and Tom.</p>
<p>Ok, a lot of you are making it really really complicated for most people who aren’t geniuses. I’d just say there are 5 people, and you need to pick 3 specific ones… That makes 3/5, and it takes less than 10 seconds to think that through</p>