document.write( "Question 1988: You have five people running for class president.
\n" );
document.write( "How many different ways can their names be placed on the ballot expressed in algebraic terms? \n" );
document.write( "
Algebra.Com's Answer #797 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! first person can be placed in 5 positions. \n" ); document.write( "Once that is done, the second person has 4 positions free. \n" ); document.write( "Third has 3 positions \n" ); document.write( "Fourth has 2 \n" ); document.write( "and fifth person has just one position.\r \n" ); document.write( "\n" ); document.write( "so, number of permutations are 5x4x3x2x1 which is called 5!, or 5-factorial\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon \n" ); document.write( " |