Chapter 14: Mathematical Reasoning
Q1. Write the negation of: "All students are勤劳."
SolutionNegation: "Some students are not勤劳."
Q2. Check if p → q is true when p is false and q is true.
SolutionIn implication, p → q is true whenever p is false.
So T → T is TRUE.