document.write( "Question 202297: A drug company is considering manufacturing a new product that has two different flavors, orange and cherry. They surveyed 150 people. The results are as follows:\r
\n" );
document.write( "\n" );
document.write( " 75 liked cherry flavor
\n" );
document.write( " 94 liked orange flavor
\n" );
document.write( " 22 liked both flavors. \r
\n" );
document.write( "\n" );
document.write( "Construct a Venn diagram and answer the following: \r
\n" );
document.write( "\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( " \n" );
document.write( "
Algebra.Com's Answer #152545 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! A) \n" ); document.write( "94-22=72 \n" ); document.write( "B) \n" ); document.write( "75-22=53 \n" ); document.write( "C) \n" ); document.write( "72+53+22=147 \n" ); document.write( "D) \n" ); document.write( "3 \n" ); document.write( " |