Concept:The contrapositive of A→B is ∼B→∼A.Explanation:Given statement pattern:[p∨(p→q)]→(p∧∼q)Let A=p∨(p→q) and B=p∧∼q.First, find ∼B using De Morgan's law:∼B=∼(p∧∼q)=∼p∨qNow find ∼A:∼A=∼[p∨(p→q)]=∼p∧∼(p→q)Using the equivalence ∼(p→q)=p∧∼q, we get:∼A=∼p∧(p∧∼q)Thus, the contrapositive is:(∼p∨q)→[∼p∧(p∧∼q)]This matches Option D.Answer:Option D: (∼p∨q)→[∼p∧(p∧∼q)]