document.write( "Question 1034405: A club has 12 members.\r
\n" ); document.write( "\n" ); document.write( "1. In how many ways can the club choose a president, a vice president, and a secretary?
\n" ); document.write( "2. In how many ways can the club choose a committee that has four members?
\n" ); document.write( "

Algebra.Com's Answer #649335 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
1) 12*11*10 = 1320 ways
\n" ); document.write( "2) 12C4 = 12!/(12-4)!4! = 12*11*10*9 / 4*3*2*1 = 495 ways
\n" ); document.write( "
\n" );