document.write( "Question 1176489: a dress shop owner has 8 new dresses that she wants to display in the window. If the display window has 5 mannequins, in how many ways can she dress them up? \n" ); document.write( "
Algebra.Com's Answer #803560 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! Order matters, so we are talking about permutations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(8!)/((8 - 5)!) = 8 * 7 * 6 * 5 * 4 = 6,720 ways \n" ); document.write( " |