Saved Bookmarks
| 1. |
1.If a and b are integers, then is a/b an integer. Give examp |
|
Answer» a = 1, b = 2, but a/b = 1/2 = 0.5. 0.5 is not an integer. Hence the statement is false If a and b are integers, a/b is an integer only if a is divisible by b. |
|