document.write( "Question 38039: Evaluate C (10, 4) \n" ); document.write( "
Algebra.Com's Answer #23533 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Any number of n things taken r at a time is C(n, r) and equals \n" ); document.write( "C(n, r) = n! / r!(n-r)! \n" ); document.write( "So here \n" ); document.write( "C(10, 4) = 10! / 4!(10-4)! = 10 * 9 * 8 * 7 / 4 * 3 * 2 * 1 = 210 \n" ); document.write( " |