I tried to do this. but this is uncertain. see this below my answer. Please kindly help for me. how do you do this.
Any employee who does not participates for the strike or work in
contract basis will report for work.Some employees in contract basis will participate for the meeting.
- All employees who do the strike will participate for the meeting.
- Chamari does not report for work.
** My Answer.
- Ɐx [employee(x) ꓥ ¬[PST(x) ꓦ PWO(x)]] → work(x)
- ⱻx [ Employee(x) ꓥ PMeeting(x)]
- Ɐx [ employee(x) ꓥ strike(x) → meeting(x)]
- ¬ report(x)
**
The bracketing on your (1) needs attention. You want: $~\forall x~(A\wedge\neg (B\lor C)\to D)$ or possibly $~\forall x~((A\wedge\neg (B\lor C))\to D)$ to be extra clear. In any case, be sure to capture the whole implication within the scope of the quantifier.
Your (2) does not mention work in contract basis, however it needs to do so. Also, your capitalisations should be consistent; be case sensitive.
Your (3) is okay , but you've used $\textsf{PST}$ for "participating in the strike" earlier, and $\textsf{PMeeting}$ for "participating in the meeting". Be more consistent with your labelling.
Your (4) should use a constant that more clearly indicates that it represents Chamari -- such as "$\textrm{Chamari}$".