Odd Integer and Multiple of Four

  • Thread starter Thread starter nelson98
  • Start date Start date
  • Tags Tags
    Integer Multiple
nelson98
Messages
6
Reaction score
0

Homework Statement



Suppose that n is an odd integer. Prove that n is either one greater than a multiple of 4 or one less than a multiple of 4.

Homework Equations



N/A

The Attempt at a Solution



I realize that this is going to be a direct proof. However, I am stumped on where to go from here.
 
Physics news on Phys.org
We know that the if n is a odd integer it is in form of 2a+1.

Do two cases:
Case 1 a is even so a = 2b for some b
Case 2: a is odd so a = 2b+1 for some b (hint: express 3 in terms of 4)
 
Last edited:
A slightly different way: any integer must be of one of these forms:
a) 4n
b) 4n+ 1
c) 4n+ 2
d) 4n+ 3
for some n. Both 4n= 2(2n) and 4n+2= 2(2n+1) are even. Can you show that 4n+ 3= 4m- 1 for some number m?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top