document.write( "Question 1008403: 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 and how many itineraries are possible? show solution. \n" ); document.write( "
Algebra.Com's Answer #624299 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( " |