document.write( "Question 179060: 11. Find the number of ways that four flags can be displayed on a flag pole, one above the other, if ten different flags are available. \n" ); document.write( "
| Algebra.Com's Answer #134024 by stanbon(75887)      You can put this solution on YOUR website! Find the number of ways that four flags can be displayed on a flag pole, one above the other, if ten different flags are available. \n" ); document.write( "--------------------------- \n" ); document.write( "Order makes a difference: \n" ); document.write( "10P4 = 10!/(10-4)! = 10*9*8*7 = 5040 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |