document.write( "Question 146542: an artist has on hand 9 different colors. she wants to select 3 colors to make a flag. how many ways can she select the colors? \n" ); document.write( "
Algebra.Com's Answer #106985 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! It doesn't matter the order she chooses. \n" ); document.write( "Red Blue Green is the same as Green Blue Red \n" ); document.write( "C(9,3) = 9!/(9 - 3)!3! = 9!/6!3! = 84 \n" ); document.write( " |