document.write( "Question 411257: A reading list contains 20 articles. How many ways are there to choose 3 articles from the list? \n" ); document.write( "
Algebra.Com's Answer #289120 by rfadrogane(214)\"\" \"About 
You can put this solution on YOUR website!
A reading list contains 20 articles. How many ways are there to choose 3 articles from the list?
\n" ); document.write( "Sol'n:
\n" ); document.write( "This problem is involving a combination,
\n" ); document.write( "so,N = nCr = n!/(n-r)!r!
\n" ); document.write( " n=20, r=3
\n" ); document.write( "N =C(20,3)= 1,140 ways ----answer\r
\n" ); document.write( "\n" ); document.write( "^_^
\n" ); document.write( "
\n" );