Question 160059
<PRE><font size = 3 color = "indigo"><b>

After leaving the polls, many people are asked how they voted.
Concerning propositions A,B, and C the following info was obtained.
294 voted yes on A, 90 voted yes only on A, 346 voted yes on B, 166 
voted yes only on B, 517 voted yes on A or B, 339 voted yes on C, 
no one voted yes on all three and 72 voted no on all three. What percent
of the voters voted yes on more than one proposition. 

First draw a big square or rectangle to hold all the voters:

<IMG SRC=/cgi-bin/plot-formula.mpl?expression=drawing%28300%2C300%2C-4%2C4%2C-5%2C4%2C%0D%0Arectangle%28-4%2C-3.5%2C4%2C4%29+%29&x=0003 ALIGN=MIDDLE ALT="drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4) )" BORDER=0 >
 
Next draw a circle to hold all the voters who voted yes on A
and label it A:
 
<IMG SRC=/cgi-bin/plot-formula.mpl?expression=drawing%28300%2C300%2C-4%2C4%2C-5%2C4%2C%0D%0Arectangle%28-4%2C-3.5%2C4%2C4%29%2C+%0D%0A+locate%28-3.5%2C2.5%2CA%29%2C%0D%0Acircle%28-sqrt%282%29%2Csqrt%282%29%2C2%29+%29&x=0003 ALIGN=MIDDLE ALT="drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4), 
 locate(-3.5,2.5,A),
circle(-sqrt(2),sqrt(2),2) )" BORDER=0 >
 
Next draw a circle overlapping the first to hold all 
the voters who voted yes on B and label
it B. (The overlapping part will contain the voters
who voted yes on both A and B).
 
<IMG SRC=/cgi-bin/plot-formula.mpl?expression=drawing%28300%2C300%2C-4%2C4%2C-5%2C4%2C%0D%0Arectangle%28-4%2C-3.5%2C4%2C4%29%2C+%0D%0A+locate%28-3.5%2C2.5%2CA%29%2C%0D%0Acircle%28-sqrt%282%29%2Csqrt%282%29%2C2%29%2Clocate%283.5%2C2.5%2CB%29%2C%0D%0Acircle%28sqrt%282%29%2Csqrt%282%29%2C2%29%0D%0A+%29&x=0003 ALIGN=MIDDLE ALT="drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4), 
 locate(-3.5,2.5,A),
circle(-sqrt(2),sqrt(2),2),locate(3.5,2.5,B),
circle(sqrt(2),sqrt(2),2)
 )" BORDER=0 >
 
 
 
Next draw a circle overlapping the first two circles
to hold all the voters who voted for C and label it C. 
 
<IMG SRC=/cgi-bin/plot-formula.mpl?expression=drawing%28300%2C300%2C-4%2C4%2C-5%2C4%2C%0D%0Arectangle%28-4%2C-3.5%2C4%2C4%29%2C+%0D%0Acircle%280%2C-.5%2C2%29%2Clocate%280%2C-2.7%2C%22C%22%29%2C+%0D%0Acircle%28sqrt%282%29%2Csqrt%282%29%2C2%29%2C+locate%28-3.5%2C2.5%2CA%29%2C%0D%0Acircle%28-sqrt%282%29%2Csqrt%282%29%2C2%29%2Clocate%283.5%2C2.5%2CB%29+%29&x=0003 ALIGN=MIDDLE ALT="drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4), 
circle(0,-.5,2),locate(0,-2.7,'C'), 
circle(sqrt(2),sqrt(2),2), locate(-3.5,2.5,A),
circle(-sqrt(2),sqrt(2),2),locate(3.5,2.5,B) )" BORDER=0 >
 
This gives us 8 regions to classify voters with
according to what they voted yes on:

We will assume that every voter voted either yes or
no on all three.

The statements which immediately give us complete 
information about any of the 8 regions are these:

90 voted yes only on A
166 voted yes only on B
no one voted yes for all three
72 voted no on all three

So we will fill these numbers in the proper regions:
{{{drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4), 

circle(0,-.5,2),
locate(0,-2.7,C), 
circle(sqrt(2),sqrt(2),2), 
locate(-3.5,2.5,A),
circle(-sqrt(2),sqrt(2),2),
locate(3.5,2.5,B),
locate(-2,2,90),
locate(2,2,166), 
locate(-.4,1.5,NONE), 
locate(-3.5,-2,72) )}}}

Then we'll assign unknowns x,y,z, and w for
the numbers of voters in the remaining regions:

{{{drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4), 

circle(0,-.5,2),
locate(0,-2.7,C), 
circle(sqrt(2),sqrt(2),2), 
locate(-3.5,2.5,A),
circle(-sqrt(2),sqrt(2),2),
locate(3.5,2.5,B),
locate(-1.3,.5,y),
locate(-2,2,90),
locate(2,2,166), 
locate(1.1,.4,z),
locate(0,2.5,x),
locate(-.4,1.5,NONE), 
locate(-.3,-1,w),
locate(-3.5,-2,72) )}}}

"...294 voted yes on A..."

So we get our first equation by
adding up the parts of circle A
and setting it equal to 294
{{{90+x+y=294}}}
which simplifies to
{{{x+y=204}}}

"...346 voted yes on B..."

So we get our second equation by
adding up the parts of circle B
and setting it equal to 346
{{{x+z+166=346}}}
which simplifies to
{{{x+z=180}}}

"...517 voted yes on A or B..."

So we get our third equation by
adding up all the parts of both 
circles A and B and setting it 
equal to 517
{{{90+x+166+y+z=517}}}
which simplifies to
{{{x+y+z=261}}}

"...339 voted yes on C..."

So we get our fourth equation by
adding up the parts of circle C 
and setting it equal to 339:
{{{y+z+w=339}}}


So we have his system of 4 equations 
in 4 unknowns:

{{{system(x+y=204,x+z=180,x+y+z=261,y+z+w=339)}}}

Solve that system and get

{{{matrix(1,7,x=123,",",y=81,",",z=57,",",w=201)}}}

Now we replace the unknown letters by these numbers:

{{{drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4), 

circle(0,-.5,2),
locate(0,-2.7,C), 
circle(sqrt(2),sqrt(2),2), 
locate(-3.5,2.5,A),
circle(-sqrt(2),sqrt(2),2),
locate(3.5,2.5,B),
locate(-1.3,.5,81),
locate(-2,2,90),
locate(2,2,166), 
locate(1.1,.4,57),
locate(-.3,2.3, 123),
locate(-.4,1.5,NONE), 
locate(-.3,-1,201),
locate(-3.5,-2,72) )}}}

Now we add up all the numbers to
get the total number of voters:

{{{90+123+166+81+57+201+72=790}}}

So there were 790 voters.

The question asks:

>>...What percent of the voters voted yes on 
more than one proposition..."

123 voted yes on A and B
 81 voted yes on A and C
 57 voted yes on B and C

So {{{123+81+57=261}}}

The fraction who voted on more than
one proposition is therefore {{{261/790}}} 
Changing this to a percent,

33.03797468% 

Edwin</pre>