You can put this solution on YOUR website! The student has C(10,8) ("10 choose 8") also written 10C8 (usually the 10 and 8 are subscripted) or
--
The formula is:
nCr = n! / ((n-r)!*r!)
where n! = n*(n-1)*(n-2)*…*3*2*1
—
You will usually get a lot of cancellation in finding C(n,r) as the n! / r! part (or n! / (n-r)! part) cancels a lot of the multiplications (the closer r is to n or the closer n-r is to n, the MORE cancellations you will get). To see this in this problem, note that 10! = 10*9*(8!) so we can write: