I've a problem whose solution is also stated below. I can't understand the explanation.
There are two disks ,one smaller than the other, are each divided into 20 congruent sectors.
In the larger disk,10 of the sectors are chosen arbitrarily and painted red; the other 10 sectors are painted blue.
In the smaller disk, each sector is painted either red or blue with no stipulations on the number of the red and blue sectors.
The small disk is then placed on the larger disk s.t. their centers coincide.
Show that it is possible to align the two disks s.t. the no. of sectors of the small disk whose color matches the corresponding sector of the large disk is atleast 10.
The steps how to proceed is as follows:
$\texttt1.$ fix the large disk in place, then there are 20 possible positions for the smaller disk such that each sector of the smaller disk is contained in the larger disk.
$\texttt2.$ now count the total no. of color matches over all 20 possible positions of the disk. Since, the large disk has 10 sectors of each of 2 colors,each sector of small disk will match in color the corresponding sector of large disk in exactly 10 of 20 possible positions.
Thus, total no. of color matches over all positions = $20\times10$ . Average no. of color matches per position = $(20\times 10)$$\mathbin{/} 20$. Hence, $\exists$ some position with atleast 10 color matches.
What I can't understand is the main step $2$,in particular why are we multiplying with 10 to get all positions of same matches ?
Please help.