document.write( "Question 636931: A particular level of a tower defense game requires you to place 10 towers that enemies will attempt to pass in order. There are 3 red towers, 5 grey towers, and 2 green towers to choose from for this level. How many different arrangements of towers are possible?\r
\n" );
document.write( "\n" );
document.write( "My thinking is 3! * 5! * 2! Am I on the right track?\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance for any assistance. \n" );
document.write( "
Algebra.Com's Answer #401304 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A particular level of a tower defense game requires you to place 10 towers that enemies will attempt to pass in order. There are 3 red towers, 5 grey towers, and 2 green towers to choose from for this level. How many different arrangements of towers are possible? \n" ); document.write( "My thinking is 3! * 5! * 2! Am I on the right track? \n" ); document.write( "----- \n" ); document.write( "If the towers of the same color are distinguishable you get \n" ); document.write( "3! = 6 ways to arrange the color groups \n" ); document.write( "3! ways to arrange the red \n" ); document.write( "5! ways to arrange the grey \n" ); document.write( "2! ways to arrange the green \n" ); document.write( "Total arrangements: 6*3!*5!*2! = 8640 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "--- \n" ); document.write( "If those of the same color are not distinguishable the answer \n" ); document.write( "would be 10!/(3!*5!*2!) = 2520 arrangements \n" ); document.write( "------------------------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |