document.write( "Question 281377: If you have 4 bathing suits, 5 towels, and 2 bathing caps. How many different combinations of 1 of each can you make? \n" ); document.write( "
Algebra.Com's Answer #204385 by subudear(62)![]() ![]() ![]() You can put this solution on YOUR website! We have to pick 1 item from each to make different combination. \n" ); document.write( "So total combinations will be\r \n" ); document.write( "\n" ); document.write( "=C(4,1)*C(5,1)*C(2,1) \n" ); document.write( "=4*5*2 \n" ); document.write( "=40\r \n" ); document.write( "\n" ); document.write( "So there are 40 combinations to have 1 item of each type. \n" ); document.write( " |