document.write( "Question 1008406: Your company will have a year-end outing in Palawan for five days. The organizing committee plans to have these activities during the outing; 2 days for island hopping; 1 day for a visit to Puerto Princesa Underground River; and another 2 consecutive days for team building and other fun activities. list all the possible itineraries for the company's outing. does the arrangement of the itineraries matter in the enjoyment of the employees? is there any method or device to find the different itineraries? show solution and explain. \n" ); document.write( "
Algebra.Com's Answer #624296 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! This is like asking how many different five-letter arrangements can be made from the letters A, A, B, C, and C. Call island hopping A, Puerto visit B, and team building C.\r \n" ); document.write( "\n" ); document.write( "You find this by calculating \n" ); document.write( "5!/(2!)(2!) = 30 different ways to have an itinerary.\r \n" ); document.write( "\n" ); document.write( "Listing them should not be difficult, just a bit time-consuming...start by listing \n" ); document.write( "AABCC \n" ); document.write( "ABACC \n" ); document.write( "ABCAC \n" ); document.write( "ACABC \n" ); document.write( "ACACB \n" ); document.write( "etc. \n" ); document.write( "There should be thirty in all. \n" ); document.write( " |