document.write( "Question 1171754: Suppose we want to choose 5 objects, without replacement, from 14 distinct objects.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(a) How many ways can this be done, if the order of the choices is taken into consideration?
\n" ); document.write( "
\n" ); document.write( "(b) How many ways can this be done, if the order of the choices is not taken into consideration?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #796654 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "a) 14P5 = 14!/(14-5)!
\n" ); document.write( "b) 14C5 = 14!/((14-5)!5!)
\n" ); document.write( "
\n" );