document.write( "Question 893323: Decide whether you would use a permutation, a combination, or neither. Next, write the solution using permutation notation or combination notation, if possible, and, finally, answer the question.\r
\n" );
document.write( "\n" );
document.write( "A club with 28 members is to select five officers (president, vice president, secretary, treasurer, and historian). In how many ways can this be done? \n" );
document.write( "
Algebra.Com's Answer #542970 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Permutation because the 5 offices form an ordering\r\n" ); document.write( "\r\n" ); document.write( "1. president \r\n" ); document.write( "2. vice president \r\n" ); document.write( "3. secretary \r\n" ); document.write( "4. treasurer \r\n" ); document.write( "5. historian\r\n" ); document.write( "\r\n" ); document.write( "P(28,5) = 28*27*26*25*24 = 11793600\r\n" ); document.write( "\r\n" ); document.write( "Edwin \n" ); document.write( " \n" ); document.write( " |