document.write( "Question 1116459: 4. Decide whether the problem requires combinations or permutations to find the answer. Then solve the problem:
\n" );
document.write( "Your school newspaper has an editor-in-chief and an assistant editor-in-chief. The staff of the newspaper has 12 students. In how many ways can students be chosen for these two positions?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #731375 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Order is important; editor-in-chief and assistant editor-in-chief are distinct positions. So you need permutations. \n" ); document.write( "12 choices for one office, then 11 choices for the second, for a total of 12*11=132 ways. \n" ); document.write( " |