The question is:
(A|(B&C)), (A->C)
and the goal is to get,
C
I made (A|(B&C)) into ((A|C)&(A|B)) by using distribution. Then by commutation as well as simplification, I could get (A|C). If I can get ~A, I can do Modus Tollens with (A|C) and directly get the goal, but I spent like 3 hours but could not get the answer... Also I cannot have more premises or assumptions... How should I resolve this question? Any help would be very thankful!
In "my" (i.e. the version I learnt) version of natural deduction this could go :
Done. This corresponds nicely to how you would give the argument to a person: either $A$ holds, and then $C$ does, by $A \to C$, or otherwise even $B \land C$ holds, so certainly $C$ holds. So always $C$ holds.