Saved Bookmarks
| 1. |
Write all possible remainders if a positive integer p is divided by 32 |
|
Answer» Let the numbers be 3a , 3a+1 , 3a+2 , 3a+3, 3a+4 .....etc so, if 3a is divisible , so, remainder of 3a+1 is 1 similarly for 3a+2 is 2 and for 3a+3 = 3(a+1) is 0 so, possible remainder are 0,1,2 |
|