document.write( "Question 206978: A company is considering manufacturing a new product that has two different flavors, orange and cherry. They surveyed 150 people. The results are as follows.
\n" );
document.write( "75 liked cherry
\n" );
document.write( "94 liked orange
\n" );
document.write( "22 like both flavors
\n" );
document.write( "Construct a Venn diagram and answer the following:
\n" );
document.write( "a) how many liked only orange flavor?
\n" );
document.write( "b) how many liked only cherry flavor?
\n" );
document.write( "c) how many liked either one or the other or both?
\n" );
document.write( "d) how many liked neither? \n" );
document.write( "
Algebra.Com's Answer #156504 by mickclns(59)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "There are 4 separate (mutually exclusive) regions in this diagram: 1) the part inside both circles (their intersection), 2) The part inside O but not inside C, 3) the part inside C but not inside O 4) The part outside both O and C.\r \n" ); document.write( "\n" ); document.write( "Since 22 like both flavors, that number goes in the intersection of O and C. \n" ); document.write( "Since 75 like Cherry, and 22 like both, 75-22=53 like Cherry but not Orange. \n" ); document.write( "Since 94 like Orange, and 22 like both, 94-22=72 like Orange but not Cherry.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Together the 4 sections include 150 people and the 3 sections so far filled include 22+53+72=147 people, so 150 - 147 = 3 people like neither Orange nor Cherry. \n" ); document.write( " \n" ); document.write( "The answers to the questions: \n" ); document.write( "a) how many liked only orange flavor? *** 72 \n" ); document.write( "b) how many liked only cherry flavor? *** 53 \n" ); document.write( "c) how many liked either one or the other or both? *** 147 \n" ); document.write( "d) how many liked neither? *** 3 \n" ); document.write( " |