document.write( "Question 1192395: How many ways can a group of six golfers tee off in succession?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #824355 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many ways can a group of six golfers tee off in succession? \n" ); document.write( "======================= \n" ); document.write( "The 1st is one of 6. \n" ); document.write( "Then 1 of 5, 1 of 4, etc. \n" ); document.write( "----> 6*5*4*3*2*1 = 6! (called 6 factorial) = 720 ways \n" ); document.write( " |