document.write( "Question 388358: If a man has eight pens. Four are black, three are blue, and one is red. How many different ways can the man choose one pen of each color to put in his pocket and carry around with him?
\n" );
document.write( "b)how many ways can the man line up or arrange the eight pens on his desk? \n" );
document.write( "
Algebra.Com's Answer #274700 by gotpork1(3)![]() ![]() ![]() You can put this solution on YOUR website! I'm out of practice in data, but hopefully I can help\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a)How many different ways can the man choose one pen of each color to put in his pocket and carry around with him?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since it asked for 1 of each color, we must find the possible ways for each seperate color\r \n" ); document.write( "\n" ); document.write( "Black: 4P1 \n" ); document.write( "Blue: 3P1 \n" ); document.write( "Red: 1P1\r \n" ); document.write( "\n" ); document.write( "Since the events are non mutually exclusive, we need to find the solutions for black AND blue AND red: \n" ); document.write( "=(4P1)*(3P1)*(1P1) \n" ); document.write( "=(4)*(3)*(1) \n" ); document.write( "=12\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b)how many ways can the man line up or arrange the eight pens on his desk?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Because the 8 pens are not unique elements, and we are looking for the amount of unique ways to arrange, we have to consider how many of each color there are in our solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total ways of arranging : = 8! or 40320 \n" ); document.write( "ways of arranging red: 1 \n" ); document.write( "ways of arranging blue: 3! or 6 \n" ); document.write( "ways of arranging black: 4! or 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So when we are writing the final equation, we get something like this\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |