document.write( "Question 1182254: Please help me solve this: 90 principal accountants from selected shs
\n" );
document.write( "attended a one week workshop at ajumako and the following shows their choice
\n" );
document.write( "of meal they prefer at lunch. 63 like Banku with stew (B) 55 like fried rice
\n" );
document.write( "with chicken (R) and 50 like fufu with mutton light soup. (F) 13 liked only
\n" );
document.write( "Banku 8 liked only fried rice 5 like only fufu and 22 liked all three meals.
\n" );
document.write( "Find the number of accountants who liked
\n" );
document.write( "a. Banku and fried rice
\n" );
document.write( "b. Only two of the meals
\n" );
document.write( "c. None of the three meals. \n" );
document.write( "
Algebra.Com's Answer #812305 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The other tutor started the solution using 8 variables; that is fine, but I think unnecessarily complicated, since we are given the values of 4 of those variables. \n" ); document.write( "So I'm going to pirate his nice diagram and solve the problem using far fewer variables, leading to a much easier solution. \n" ); document.write( "His diagram.... \n" ); document.write( " \n" ); document.write( "A revised diagram, using given numbers where possible.... \n" ); document.write( " \n" ); document.write( "With this diagram, I have only three variables, with the following three equations: \n" ); document.write( "B: a+c+22+13=63; a+c=28 [1] \n" ); document.write( "R: a+b+22+8=55; a+b=25 [2] \n" ); document.write( "F: b+c+22+5=50; b+c=23 [3] \n" ); document.write( "With these three equations, we can easily find a+b+c... \n" ); document.write( "Adding [1]+[2]+[3]... \n" ); document.write( "2(a+b+c)=76 \n" ); document.write( "a+b+c=38 [4] \n" ); document.write( "... then it is easy to solve for a, b, and c, by comparing [4] with [1], [2], and [3]: \n" ); document.write( "a = 38-23=15 \n" ); document.write( "b=38-28=10 \n" ); document.write( "c=38-25=13 \n" ); document.write( "Now the diagram is this: \n" ); document.write( " \n" ); document.write( "Now we can answer the questions.... \n" ); document.write( "a. How many like Banku and fried rice \n" ); document.write( "22+a = 22+15 = 37 \n" ); document.write( "b. How many like only two of the meals \n" ); document.write( "a+b+c = 15+10+13 = 38 \n" ); document.write( "c. How many like none of the three meals \n" ); document.write( "90-(13+8+5+15+10+13+22) = 90-86 = 4 \n" ); document.write( " \n" ); document.write( " |