Concept:An implication p→q is false only when a true statement p is followed by a false statement q.Explanation:The conditional statement p→q has its truth table checked for each case. If p is true and q is true, then p→q is true. If p is true and q is false, then p→q is false. If p is false, the statement p→q is true regardless of whether q is true or false. Hence, the only condition that makes the statement false is a true p with a false q.