InterviewSolution
Saved Bookmarks
| 1. |
Show that exactly one of the polynomials n , n + 2 or n + 4 is divisible by 3. |
|
Answer» https://Brainly.in We applied Euclid Division algorithm on n and 3.a = bq +r on putting a = n and b = 3n = 3q +r , 0 |
|