show that every positive odd integer is of the form 4q+1 or 4q+3 where q is some integer
Answers
- Every positive odd integer is of the form 4q + 1 or 4q + 3 where q is some integer
If a and b are 2 positive integers, then
➠ a = bq +r
Where 0 ≤ r < b
- Let "a" be a positive integer
- b = 4
Hence , a = 4q + r
Where 0 ≤ r < 4
"r" is an integer greater than or equal to 0 and less than 4
Hence r can be either 0 , 1 , 2 or 3
Case 1
➠ Let r = 0
➜ a = 4q + r
➜ a = 4q
➠ a = 2(4q)
As it is divisible by 2 hence it is an even number
Case 2
➠ Let r = 1
➜ a = 4q + r
➠ a = 4q + 1
As it is not divisible by 2 hence it is an odd number
Case 3
➠ Let r = 2
➜ a = 4q + r
➜ a = 4q + 2
➠ a = 2(2q + 1)
As it is divisible by 2 hence it is an even number
Case 4
➠ Let r = 3
➜ a = 4q + r
➠ a = 4q + 3
As it is not divisible by 2 hence it is an odd number
We got odd numbers in Case 2 , Case 4 and from there we got that odd integer is of the form 4q + 1 or 4q + 3 where q is some integer
Hence proved
═════════════════════════