

InterviewSolution
Saved Bookmarks
1. |
State whether the given statement are true (T) or false (F).Addition is commutative for natural numbers. |
Answer» True. Let us assume ‘a’ and ‘b’ are the two natural numbers. Then commutative for natural numbers is a + b = b + c. Consider the two natural numbers 2 and 4. Where, a = 2, b = 4 a + b = b + c 2 + 4 = 4 + 2 6 = 6 |
|