There is no such thing as simplest form. You can literally apply any of the transforms to your problem and claim to be done.
One form that could be considered the answer is what Asaf Karagila suggests, $(A + B)(A + C)$. That is called product of sums. He showed how to derive that.
Another possible answer is $A + BC$. This is called sum of products. Another possible answer is $A!BC + AB!C + ABC + A!B!C + A!BC$. That is just an enumeration of satisfying values.
Another possible answer is $A \text{ xor } !B \text{ xor } BC$. Your relations don't support xor, but it is a possible "simplified answer".
To apply the identities, I suggest you look at what each relation does. The first removes an entire variable. The second removes a negation. The third reduces the number of operations. Then decide on what you need for your application and apply as necessary.