document.write( "Question 1121424: In an election, 72% of the candidates are dishonest, 75% are incompetent, and 60% hate poor people. So what is the minimum percentage of candidates who are both dishonest, incompetent, and hate poor? \n" ); document.write( "
Algebra.Com's Answer #737309 by ikleyn(52909) You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "I will assume (to make the solution as clear as possible) that all the pool of candidates is 100 persons.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To make the intersection of different categories minimal, we need (obviously) to make their union maximal.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So, i will assume that \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " a) 72 D-candidates and 75 I-candidates together cover the the entire set of 100 candidates ====> \r\n" ); document.write( "\r\n" ); document.write( " then their intersection DI consists of 72 + 75 - 100 = 47 persons.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " b) 72 D-candidates and 60 H-candidates together cover the entire set of 100 candidates ====> \r\n" ); document.write( "\r\n" ); document.write( " then their intersection DH consists of 72 + 60 - 100 = 32 persons.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " c) 75 I-candidates and 60 H-candidates together cover the entire set of 100 candidates ====> \r\n" ); document.write( "\r\n" ); document.write( " then their intersection IH consists of 75 + 60 - 100 = 35 persons.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Thus I have 3 sub-sets D, I and H of 72, 75 and 60 elements, respectively, such that\r\n" ); document.write( "\r\n" ); document.write( " 3 their intersections are DI of 47 elements; DH of 32 elements; and IH of 35 elements.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "I also know that the union D U I U H consists of 100 elements.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Now I will use well known formula\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " |D U I U H| = D + I + H - DI - DH - IH + IDH (*)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " (in this formula each symbol means the number of elements in the corresponding subset) = \r\n" ); document.write( "\r\n" ); document.write( " = 72+ 75+ 60 - 47 - 32 - 37 + DIH.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It gives me an equation\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 100 = 72 + 75 + 60 - 47 - 32 - 37 + DIH,\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "which gives me the solution to the problem\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " IDH = 100 - (72 + 75 + 60 - 47 - 32 - 37) = 9.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Answer. The minimal number of elements in the intersection IDH is 9,\r\n" ); document.write( "\r\n" ); document.write( " which gives the answer to the problem of 9%.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Regarding the formula (*), see the lesson\r \n" ); document.write( "\n" ); document.write( " - Advanced problems on counting elements in sub-sets of a given finite set\r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |