document.write( "Question 143575: Cassandra has six different colored bracelets. In how many ways can she wear three bracelets at a time? \n" ); document.write( "
Algebra.Com's Answer #104495 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Cassandra has six different colored bracelets. In how many ways can she wear three bracelets at a time? \n" ); document.write( "----------- \n" ); document.write( "# of sets of three: 6C3 = 6*5*4/1*2*3 = 20 \n" ); document.write( "-------------- \n" ); document.write( "orders in which the three can be worn = 3*2*1 = 6 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |