document.write( "Question 1028462: In Major League Baseball, there are five teams in the Eastern
\n" );
document.write( "Division of the National League: Atlanta, Florida, New York,
\n" );
document.write( "Philadelphia, and Washington. How many different orders of finish
\n" );
document.write( "are there for these five teams? How many different orders of
\n" );
document.write( "finish are possible for the first four positions?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #643554 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Any of 5 teams can finish first. \n" ); document.write( "That leaves 4 possibilities for second. \n" ); document.write( "That leaves 3 for third. \n" ); document.write( "That leaves 2 for fourth. \n" ); document.write( "And one for last.\r \n" ); document.write( "\n" ); document.write( "So the total possibilities are 5*4*3*2*1 = 120 ways they can finish. \n" ); document.write( "The same would be true for the first four positions since there would only be one left for last. \n" ); document.write( " |