I've been having trouble figuring out how to prove the above statement. Frankly I'm only certain in my work insofar as splitting up the premise statement into (A v B) and (A v C). I've tried using rule of explosion to prove A or B but I just can't see how I can get the statement A or (B^C) out of the sub proof. Below is a snippet of my work, any and all help would be appreciated. (Pardon the odd formatting I tried my best to make my work as legible as possible)
1 (A ∨ B) ∧ (A ∨ C)
2 A ∨ B ∧E 1
3 A ∨ C ∧E 1
4 ¬A
5 A
6 ⊥ ¬E 4, 5
7 C X 6
8 C
9 C ∨E 3, 5–7, 8–8
Restarting from line 4. To use $A\lor B$ (2), first prove the two cases $A\to A\lor(B\land C)$ and $B\to A\lor(B\land C)$.
The latter means a subproof assuming $B$. In this subproof, to use $A\lor C$ (3), again prove the two cases $A\to A\lor (B\land C)$ (a repeat) and $C\to A\lor(B\land C)$. Therefore $A\lor (B\land C)$ by disjunction elimination (assuming $B$).
From $A\to A\lor (B\land C)$, $B\to A\lor (B\land C)$, $A\lor B$, therefore $A\lor (B\land C)$ by disjunction elimination.