InterviewSolution
Saved Bookmarks
| 1. |
Write the component statementsof the following compound statement and check whether compound statement is true or false . Two lines intersect at a point or they are parallel" |
|
Answer» Component STATEMENTS q: Two limes intersect at a point. r: Two lines are parallel. The statements q and r are false `RARR` compound statement p is false. |
|