So from premise (a) and (b) you can infer 'u' by disjunctive syllogism (https://philosophy.fandom.com/wiki/Disjunctive_Syllogism). Now that we have 'u', we can get '~p' from our 'u' and premise (d) by modus ponens (some books call this conditional elimination). Then using '~p' we can get 'r & ~s' from (e) again by modus ponens. Then we break apart that conjunction giving us '~s' by conjunction elimination. Finally, we use that '~s' and (c) to give us '~q' by modus tollens. QED!
- u v w A
- ~w A
- q --> s A
- u --> ~p A
- ~p --> (r & ~s) A
- u 1,2 disjunctive syllogism
- ~p 4,6 MP
- r & ~s 5,7 MP
- ~s 8, conjunction elim.
———
~q 3,9 MT
EDIT: sorry the spacing got messed up, but hopefully it's still legible. After each premise I give the numbers of the lines that premise was derived from and the rule used. The lines with an A are the assumptions given in the problem.