document.write( "Question 481599: SUPPOSE A DESIGNER HAS A PALETTE OF 16 COLORS TO WORK WITH, AND WANTS TO DESIGN A FLAG WITH 5 VERTICAL STRIPES. HOW MANY POSSIBLE FLAGS CAN BE CREATED. \n" ); document.write( "
Algebra.Com's Answer #329732 by jorel1380(3719) You can put this solution on YOUR website! Assuming all the stripes are to be of different colors: \n" ); document.write( "16C5=16x15x14x13x12x11x10!/5x4x3x2x10!=4x3x14x13x2x11= \n" ); document.write( "48,048 different color combinations.. \n" ); document.write( " |