Saved Bookmarks
| 1. |
09. Write five pair of integers (a,b) such that a + b = -3. One such pair is (6.--2)because 6+ (-2) = -3. |
|
Answer» Answer: Step-by-step explanation:GIVEN a+B should be EQUAL to -3 i)take b as 0(b=0) so, a+0=-3 a=-3 (-3,0) ii)take a as 0(a=0) so,0+b=-3 b=-3 (0,-3) (iii)take a as 1(a=1) so,1+b=-3 b=-3-1 b=-4 (1,-4) |
|