Six classmates are exchanging souvenirs among each other in the graduation party after Gaokao. For each pair of two students, they can exchange once at most. For each round of exchange, the two students send each other a souvenir.
Given that these classmates have performed rounds of exchange, what is the number of classmates that have received exactly souvenirs?
Have a look at my problem set: SAT 1000 problems
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This is like joining 6 dots with 13 lines and seeing how many dots are connected to only four lines using brute force. It took me quite a long time to find the second possibility :P