InterviewSolution
Saved Bookmarks
| 1. |
Write the truth values of the following statement ` 2 + 3 = 5 or sqrt(2) + sqrt(3) = sqrt(5)` |
|
Answer» Let ` p = 2 + 3 = 5 ` which is T ` q = sqrt(3) + sqrt(3) = sqrt(5)` which is F `therefore ` Truth value of given statement is T `vv` T F = T |
|