Saved Bookmarks
| 1. |
What are the possible values of remainder r, when a positive integer p is dividedby 3?2. |
|
Answer» Let p be the divisor b the dividend and q be the some integer Using Euclid division algorithm we obtain p = 3q+r where r ≤ 0 , 1 , 2Hence possible value for r are - 0 , 1 ,2 |
|