| 45%
Ok, i guess you would like an explanation too.
Here goes. Lets say that X is the number of all people who are in this test (answering questions). Now let A be the number of people who answered to question A correctly, so A = 0.7*X, which means 70% of X. In the same manner, B = 0.55*X. Let W be the number of people who answered both given questions wrong. So W = 0.2*X. Now X consists of people who answered to A correctly, those who answered B correctly, and those who answered nothing correctly. But beware: Those that answered A correctly MIGHT HAVE answered B correctly too. So it's not a simple addition. Let's call A&B those who answered A and B questions correctly. Then we can say that X consists of people who answered ONLY A correctly, those who only answered B correctly, those who answered BOTH A AND B correctly, and those who know nothing. So X = A + B + W - A&B. Think about it a bit, it makes perfect sense. So, with that in mind we have:
A&B = A + B + W - X = 0.7*X + 0.55*X + 0.2*X - 1*X = 0.45*X
And that means that 45% of people answered both A and B questions correctly. |