document.write( "Question 1087587: A box contains six balls, each a different color. In how many orders can four balls be selected from the box? \n" ); document.write( "
Algebra.Com's Answer #701911 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "A box contains six balls, each a different color. In how many orders can four balls be selected from the box? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "If order is not important, then number of ways \n" ); document.write( "=C(6,4)=6!/(4!2!)=15 \n" ); document.write( "If order is important, then number of ways \n" ); document.write( "=P(6,4)=6!/((6-2)!)=360 \n" ); document.write( " \n" ); document.write( " |