document.write( "Question 146145: how would i do this? Indicate the formula for the following conditions
\n" ); document.write( "C(n,r)=
\n" ); document.write( "

Algebra.Com's Answer #106697 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
The combination of n things taken r at-a-time is given by:
\n" ); document.write( "\"C%5Bn%2Cr%5D+=+n%21%2Fr%21%28n-r%29%21\"
\n" ); document.write( "N.B. ! = factorial.
\n" ); document.write( "
\n" );