Proving 3 Divides at Least One Integer

  • Thread starter Thread starter dgentile
  • Start date Start date
  • Tags Tags
    Integer
AI Thread Summary
To prove that 3 divides one of the integers n, n + 2, or n + 4 for any integer n, consider the possible remainders when n is divided by 3, which are 0, 1, or 2. If n has a remainder of 0, then n is divisible by 3. If n has a remainder of 1, then n + 2 will be divisible by 3. If n has a remainder of 2, then n + 4 will be divisible by 3. The proof relies on examining each case of the remainder, confirming that at least one of the three integers is divisible by 3. This demonstrates the validity of the statement for any integer n.
dgentile
Messages
3
Reaction score
0

Homework Statement



Prove that 3 divides one of the integers n, n + 2, or n + 4, for any integer n.


Homework Equations





The Attempt at a Solution


 
Physics news on Phys.org
Try, ok? Any integer n has a remainder of either 0, 1 or 2 when divided by 3. Come on.
 
Okay...so what's the formula for proving that true is my question?

Thanks
 
Read the forum rules. You are supposed to put something in the "attempt at a solution section". I just gave you a hint. There really is no 'formula'.
 
Let n be any such integer. THen by the division algorithm there exist integers q and r such that

n=3q+r,

n+2=3q_1+r

n+4=3q_2+r 0\leq r<3

i.e r=0, 1 or 2

Now, say if r=0, what happens? if r=1, what happens? if r=2 what happens?

P.S. This is what Dick said, i just wanted to make a little bit easier on you.
YOu MUST show your work next time.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top