Finding Integers for x^2-2x-3 Divisibility by 8: Help with Mod Problem

  • Thread starter Thread starter Svensken
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Svensken
Messages
28
Reaction score
0

Homework Statement



For what integers is x^2-2x-3 divisible by 8.

give answer x = a list of natural numbers (mod 8)

Homework Equations





The Attempt at a Solution



I thought x(x-2) = 3 (mod 8) and tried to find all values that satisfied this. But got really stuck.
I also tried to find values that gave a reminder of zero when the quadratic was divided by 8, which i think was 7, 11, 15 but this was not correct.
I thought this was quite difficult as i thought my solutions made sense, but i must have misunderstood it somewhere. Thanks! its much appreciated.
 
Physics news on Phys.org
Factorize the left hand side first: it is x(x-2). The product has to be 3(mod 8), so the factors have to be either {1(mod 8) * 3(mod 8)} or {(-1)(mod 8) * (-3)(mod 8)}. Which of x and x-2 can be 1 (mod 8) so the other is 3 (mod 8)? The same with -1 and -3. ehild
 
Last edited:
Since this is "mod 8", it's not too difficult to "exhaust" the cases:
if x= 0 then 0(0- 2)= 0 (mod 8), not 3
if x= 1 then 1(1- 2)= -1= 7 (mod 8), not 3
if x= 2 then 2(2- 2)= 0 (mod 8), not 3
if x= 3 then 3(3- 2)= 3 (mod 8) !

if x= 4 then 4(4- 2)= 8= 0 (mod 8), not 3
if x= 5 then 5(5- 2)= 15= 7 (mod 8), not 3
if x= 6 then 6(6- 2)= 24= 0 (mod 8), not 3
if x= 7 then 7(7- 2)= 35= 3 (mod 8)!

So x= 3 (mod 8) or x= 7 (mod 8) so any x of the form x= 3+ 8n or x= 7+ 8n, where 8 is any integer, satisfies this equation.