<p>Pc has a nice solution there, but just for completeness I’ll try to clarify what I did. Let’s do a simpler problem first:</p>
<p>The student band consists of tubas and kazoos. Overall, 9 students can play the tuba, and 13 students can play the kazoo. If six of the students can play both instruments, how many students are in the student band?</p>
<p>Here, if you add the number of students that play tuba and the number of students that play kazoo you get 9 + 13 = 21. But you’ve counted the ones that play both twice, so you need to subtract them off once: 21 - 6 = 15.</p>
<p>The above solution leads to the following simple formula:</p>
<p>(A or B) = A + B - (A and B)</p>
<p>I suggest you also draw a Venn diagram of the above situation to increase your understanding.</p>
<p>Now, the generalization of this formula to 3 things is what I used above:</p>
<p>(A or B or C) = A + B + C - (A and B) - (A and C) - (B and C) + (A and B and C)</p>
<p>Clearly A = 9, B = 13, C = 20, and (A and B and C) = 6. </p>
<p>The other 3 are not set in stone, because those extra 2 can be anywhere (the problem isn’t specific abut which 2 instruments are played). So let’s just assume that the extra 2 are both tuba and kazoo.</p>
<p>Then (A and B) = 8, (A and C) = 6, and (B and C) = 6.</p>
<p>Thus we have: </p>
<p>(A or B or C) = A + B + C - (A and B) - (A and C) - (B and C) + (A and B and C)
= 9 + 13 + 20 - 8 - 6 - 6 + 6 = 28.</p>
<p>I don’t think I need to explain this further - Pc 's explanation of what is going on conceptually is very good. But again, it would be a good idea for you to draw a Venn diagram to get a deeper understanding of the situation, and to see why this formula works.</p>
<p>By the way, a problem of this level is very rare on the SAT, and if it appears it is a Level 5 problem.</p>