InterviewSolution
Saved Bookmarks
| 1. |
Write the following implications (p implies q) in the form(~p vv q) andwrite its negation. 'IfDelta ABC is isosceles then the base angles A and B are equal.' |
|
Answer» <P> q: The base ANGLES A and B are equal . Then.`(~p vv q)` Either`Delta ABC`is not isosceles or the base angles A and B are equal. The negation of the given statement is (p ^^ ~q), given by`Delta ABC` is isosceles, and the base angles A and B are not equal. |
|