Since the order of the books chosen doesn't matter, we use the combination formula to find the number of possible selections. Recall that a combination of k items from a set of n items is given by .
In this problem, n = 8 and k = 3. So the number of possible selections is . Thus the answer is 56.
<span>The student has 6,720 selections to choose from. Because order doesn’t matter, the problem is a combinations function. It is solved by dividing the factorial of 8 by the factorial of 3. So (8*7*6*5*4*3*2*1)/(3*2*1)</span>