document.write( "Question 1083579: A work is done by 66 workers not all of them have the same capacity to work. Every day exactly 2 workers, do the work with no pair of workers working together twice. Even after all possible pairs have worked once, all the workers together work for 11 more days to finish the work. Find the number of days in which all the workers together will finish the work? \n" ); document.write( "
Algebra.Com's Answer #697614 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Answer: 2156 days \n" ); document.write( "----------------------------------------------------------------------------- \n" ); document.write( "-----------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have a pool of 66 workers to choose from.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have two slots to fill: slot A, slot B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 66 choices for slot A. \n" ); document.write( "There are 65 choices for slot B. \n" ); document.write( "This makes 66*65 = 4290 permutations\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Order doesn't matter so we divide this result by 2 \n" ); document.write( "4290/2 = 2145\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 2145 different pairings possible. \n" ); document.write( "So far, 2145 days have passed because each day is exactly one pair of workers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add on the 11 extra days \n" ); document.write( "2145+11 = 2156\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which is the final answer. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Extra Info (optional)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you wish to convert to years, then \n" ); document.write( "2156/365 = 5.906849 \n" ); document.write( "so it takes roughly 5.906849 years\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's equivalent to roughly 5 years, 10.882188 months since \n" ); document.write( "0.906849 years = (0.906849 yrs)*(12 mon/1 yr) = 10.882188 months\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In short, \n" ); document.write( "2156 days = 5.906849 years = 5 years, 10.882188 months \n" ); document.write( "with the decimal values being approximate \n" ); document.write( " \n" ); document.write( " |