document.write( "Question 892595: In how many ways can a chairperson and a vice chairperson be selected from a committee of 25 senators?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #540629 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 25 ways to pick the chairperson.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After you pick one person, you cannot pick him/her again for the vice chairperson. So you have 25-1 = 24 people left.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That means you have 25*24 = 600 ways to pick two people. \n" ); document.write( " |