Hi,
This is my attempt and needs checking.
If 70% are male then 30% are female.
If 30% (male AND assembly) then (male AND NOT assembly) = 70%-30%=40%
If 50% assembly and 30% (male AND assembly) then (female AND assembly) = 50% - 30% = 20%
Part a.
(male OR assembly) = male + (female AND assembly) = 70% + 20% = 90%
Part b.
male - (male AND assembly) + (female AND assembly)
= 70% - 30% +20% = 60%
Part c.
(neither a male nor assembly) = (NOT male and NOT assembly) = NOT(male OR assembly)
(male OR assembly) = 90% from part a, therefore NOT(male OR assembly) = 100% -90% = 10%
Part d.
male AND (NOT assembly) = male - (male AND assembly) = 70% - 30% = 40%
It would be great if someone could check this for me and post theri comments.
Thanks,
Peter





Reply With Quote

