InterviewSolution
Saved Bookmarks
| 1. |
Write converse, inverse and contrapositive of :If surface area decreases then pressure increases. |
|
Answer» Let p : The surface area decreases. q : The pressure increases. Then, The symbolic form of the given statement is p → q. Converse : q → p is the converse of p→ q. i.e. If the pressure increases, then the surface area decreases. Contrapositive : ~q → ~p is the contrapositive of p → q. i.e. If the pressure does not increase, then the surface area does not decrease. |
|