Concept:The distributive law in Boolean algebra shows how AND and OR operations distribute over each other.Explanation:The distributive law has two standard forms:AND over OR: A(B+C)=AB+ACOR over AND: A+BC=(A+B)(A+C)Option C represents the OR-over-AND form. Let us verify it.Start with (A+B)(A+C).Expanding gives AA+AC+AB+BC.Using the idempotent law, AA=A, so we get:A+AC+AB+BC.Factor out A:A(1+C+B)+BC.Since 1+C+B=1, the expression becomes:A+BC.Thus (A+B)(A+C)=A+BC, confirming the distributive law.Answer:Option C: A+(BC)=(A+B)(A+C).