document.write( "Question 935980: The question is: Four students are running in an election for class representative on the student council. In how many different ways can the four names be listed on the ballot? \r
\n" );
document.write( "\n" );
document.write( "Since there are four students to pick from and there's one position, the notation for this should be 4P1= 4!/(4-1)!= 4. However the answer states that there are 24 ways, how do you yield that answer and why? \n" );
document.write( "
Algebra.Com's Answer #569370 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The 1st is 1 of 4. \n" ); document.write( "Then 1 of 3, then 2, etc \n" ); document.write( "--> 4*3*2*1 = 24 \n" ); document.write( " \n" ); document.write( " |