tim Wrote:Feel free to use conditional probability if you want, but you'll likely find that this problem is much more approachable if you use a double-set matrix. Your rows should be labeled "female", "male", and "total", and your columns should be labeled "red", "not red", and "total". Start filling in information, and anytime you have two entries in a row or column go ahead and fill in the third. Try this out and then let us know if you need more help..
I will add to Tim's sattement above and suggest to stick to 2-set matrix. This is a venn diagram 2 set question.
-------------------------------------------------------
|Red Shirt | No Red Shirt | Total |
-------------------------------------------------------
Men | | | 100 - x |
-------------------------------------------------------
Women | 0.7x | | x |
-------------------------------------------------------
Total | 60 | | 100 |
Statement 1: 40% men are in red shirt . So I fill in first cell with 0.4x. See below So I can solve for x ==> 0.4x + 0.7X = 60,
So Men/Women = 110-x/x can be found. SUFFICIENT
-------------------------------------------------------
|Red Shirt | No Red Shirt | Total |
-------------------------------------------------------
Men | 0.4x | | 100 - x |
-------------------------------------------------------
Women | 0.7x | | x |
-------------------------------------------------------
Total | 60 | | 100 |
STATEMENT 2:There are 120 people at the party.
This does not add any new information. INSUFFICIENT
-------------------------------------------------------
|Red Shirt | No Red Shirt | Total |
-------------------------------------------------------
Men | | | 120 - x |
-------------------------------------------------------
Women | 0.7x | | x |
-------------------------------------------------------
Total | 60% of 120 = 72 | | 120 |
HENCE ANS = A