SOLUTION: 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 v

Algebra ->  Permutations -> SOLUTION: 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 v      Log On


   



Question 160059: 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.
Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!


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:

drawing(300,300,-4,4,-5,4,
rectangle(-4,-3.5,4,4) )
 
Next draw a circle to hold all the voters who voted yes on A
and label it A:
 
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) )
 
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).
 
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)
 )
 
 
 
Next draw a circle overlapping the first two circles
to hold all the voters who voted for C and label it C. 
 
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) )
 
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:


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



"...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%2Bx%2By=294
which simplifies to
x%2By=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%2Bz%2B166=346
which simplifies to
x%2Bz=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%2Bx%2B166%2By%2Bz=517
which simplifies to
x%2By%2Bz=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%2Bz%2Bw=339


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

system%28x%2By=204%2Cx%2Bz=180%2Cx%2By%2Bz=261%2Cy%2Bz%2Bw=339%29

Solve that system and get

matrix%281%2C7%2Cx=123%2C%22%2C%22%2Cy=81%2C%22%2C%22%2Cz=57%2C%22%2C%22%2Cw=201%29

Now we replace the unknown letters by these numbers:



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

90%2B123%2B166%2B81%2B57%2B201%2B72=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%2B81%2B57=261

The fraction who voted on more than
one proposition is therefore 261%2F790 
Changing this to a percent,

33.03797468% 

Edwin