InterviewSolution
Saved Bookmarks
| 1. |
Check the validity of the statement.p: 125 is divisible by 5 and 7. |
|
Answer» p: 125 is divisible by 5 and 7 Let, q: 125 is divisible by 5. r: 125 is divisible 7. Here, q is true and r is false. Therefore, q ᴧ r is False Hence, p is not valid. |
|