document.write( "Question 1115877: A painter has 12 colors of paint available. When painting a house, the painter needs to choose a main color, trim color, accent color and siding color, and all of the must be different from one another. How many ways are there for the painter to pick colors for the house ? \r
\n" );
document.write( "\n" );
document.write( "My work :\r
\n" );
document.write( "\n" );
document.write( "12P4 = 11880
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #730706 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "12P4 if it is important which color is for which application -- that is, if for example one color is fine for a trim color but not for the main color. \n" ); document.write( "But if any of the colors can be used for any application, then this is a combination instead of a permutation, so 12C4 = 495. \n" ); document.write( " |