<p>These types of combinatorics/ “all possible outcome” problems can be usually done two ways on the SAT’s. </p>
<p>For example, if the questions asked something like, “If there are 5 teams, and if each team plays exactly one game with every other team, how many total games are played?” you can use the two methods to get the answer. (The question you asked is no different than the question I just stated).</p>
<p>Approach 1: Use combinations. In order to have a match, we need to make 2 selections. I can pick any of the five teams as my first selection, and any of the remaining four as my second selection. So far I have 5*4= 20 matches. However, the order doesn’t matter, since team A playing team B is the same as team B playing team A, so we have to divide by 2 to get 10 total matches.</p>
<p>Approach 2: We can systematically count. First team must play 4 games (since it cannot play itself). Second team will play 3 games (since it has already played with the first team), etc. so the answer is 4+3+2+1=10.</p>
<p>In context of the original question, to define a line we need to make 2 selections. Any of the six points can be selected first, and any of the remaining five can be selected second. Since AB is the same line as BA, simply divide by 2. I’m sure you can now apply the second method to this question.</p>
<p>Ask yourself these three questions and you’ll never get a combinatorics (SAT level, at least) wrong:</p>
<ol>
<li>How many selections am I making?</li>
<li>How many objects am I picking from?</li>
<li>Does order matter?</li>
</ol>
<p>The distinction between combinations and permutations is dependent upon the third questions. If order matters, its called permutations; and if order doesn’t matter (in which case, you’ll be over counting so you must divide by something) its called combinations.</p>