document.write( "Question 622984: A committee of 12 wants to elect a President, Vice President, Secretary and Treasurer from its membership. How many different ways can this be accomplished? \n" ); document.write( "
Algebra.Com's Answer #391766 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
A committee of 12 wants to elect a President, Vice President, Secretary and Treasurer from its membership. How many different ways can this be accomplished?
\n" ); document.write( ".
\n" ); document.write( "Since \"order\" matters, think permutation:
\n" ); document.write( "12P4
\n" ); document.write( ".
\n" ); document.write( "12!/(12-4)!
\n" ); document.write( "12!/8!
\n" ); document.write( "9*10*11*12 = 11880
\n" ); document.write( "
\n" );