InterviewSolution
Saved Bookmarks
| 1. |
Show that every positive odd Integer is the form 4q+1 or 4q+3 for some integer q. |
|
Answer» By euclid\'s division algorithm we know that a =bq+r as in the question it is given as 4q+1;then b=4 and as we know 0 2 |
|