document.write( "Question 366931: How many ways can we select a president, vice-president and secretary from a group of eight people?
\n" );
document.write( " I used 8C3 and came up with 56. Is this correct? \n" );
document.write( "
Algebra.Com's Answer #261550 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You are correct if ordered didn't matter, but order actually does matter (since the positions are different)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you should use 8 P 3 instead. \n" ); document.write( " |