Question 411257
A reading list contains 20 articles. How many ways are there to choose 3 articles from the list?
Sol'n:
This problem is involving a combination, 
so,N = nCr = n!/(n-r)!r!
 n=20, r=3
N =C(20,3)= 1,140 ways ----answer

^_^