document.write( "Question 1088487: A design of face is to be painted using a different color for the face, the eyes (both of which have to be the same color), the nose and the mouth. If 6 different colors are available, how many designs are possible?
\n" );
document.write( "a. 120
\n" );
document.write( "b. 240
\n" );
document.write( "c. 360
\n" );
document.write( "d. 720 \n" );
document.write( "
Algebra.Com's Answer #702741 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "A design of face is to be painted using a different color for the face, the eyes (both of which have to be the same color), the nose and the mouth. If 6 different colors are available, how many designs are possible? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "First choose 4 colours out of the 6 in C(6,4)=15 ways. \n" ); document.write( "Then the 4 colours can be applied to the four locations in 4!=24 ways. \n" ); document.write( "The total number of different faces is therefore 15*24=360. \n" ); document.write( " |