document.write( "Question 1175680: An automobile factory needs to select other companies as suppliers for 3 different parts. The factory contacted a number of companies and found that some companies produce 1 needed item, some produce 2, and others produce 3 needed items. 35 companies produce part A, 24 produce part B, and 27 produce part C. 12 companies produce both parts A and B, 19 produce part B and C, and 13 produce part A and C, and 9 produce all 3 parts. What was the total number of companies contacted? \n" ); document.write( "
Algebra.Com's Answer #801330 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Let X be the set of companies that produce item A;\r\n" ); document.write( "\r\n" ); document.write( " Y be the set of companies that produce item B;\r\n" ); document.write( "\r\n" ); document.write( " Z be the set of companies that produce item C.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "You are given the numbers of elements n(X), n(Y), n(Z),\r\n" ); document.write( "\r\n" ); document.write( "numbers of elements in all in-pair intersections n(XY), n(XZ), n(YZ);\r\n" ); document.write( "\r\n" ); document.write( "and the number of elements in the triple intersection n(XYZ).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "They want you find n(X U Y U Z).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Use the formula\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " n(X U Y U Z) = n(X) + n(Y) + n(Z) - n(XY - n(XZ) - n(YZ) + n(XYZ) = \r\n" ); document.write( "\r\n" ); document.write( " = 35 + 24 + 27 - 12 - 19 - 13 + 9 = 51.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. 51 companies were contacted.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |