This is a combination question. Combination has to do with selection. For example if r objects are to be selected from n pool of oblects, this can be done in nCr number of ways.
nCr = n!/(n-r)r!
According to the question, if a radio show can only play 10 records out of 12 records available, this can be done in 12C10 number of ways.