Whenever problems with two sets (Say A and B) are involved always remember there are four scenarios - only A, only B, both and none.
Now,
- A = only A + both
B = only B + both
Hence,
- Either A or B = A + B - both
Total = Either A or B + None = A + B - Both + None
For example, int his case a person in that group can be any one of the following...
- Student but unemployed
Employee but not student
Employed student
Neither student nor employed
Now, if we look at the statements we can see none of them are talking about the none scenario which is a possible case here.
Hence, taking both statements together,
43 = Employed + Students - Employed Students - Neither students nor employed
Hence, employed students = 43 - (29 + 24 + Neither students nor employed)
As we don't know the number of persons who are neither students nor employed, we cannot determine the number of employed students in the group.
The correct answer is E.