Proving an integer is composite

  • Thread starter Thread starter ver_mathstats
  • Start date Start date
  • Tags Tags
    Composite Integer
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
13 replies · 2K views
ver_mathstats
Messages
258
Reaction score
21
Homework Statement
Let a be an integer equal or greater than 0. Prove that at least one of the integers 9a+1, 9a+10, 9a+19 and 9a+28 is composite
Relevant Equations
euclidean algorithm
I am really struggling in how to begin this problem. So far I have considered using the Euclidean Algorithm and trying to find the gcd of each number like gcd(9,10) but each time they give me 1 so that doesn't work. My next idea is to do a proof by contradiction where I start with assuming that the integers are prime and somehow find a contradiction but I am unsure how to proceed.

Any help would be appreciated as I am really unsure of how to proceed. Thank you.
 
Physics news on Phys.org
There's some overlap. To the effects of the problem, all those are the same mod9:
9a+10=(9a+1)+9, etc.
Are you sure you're using the right numbers?
 
Reply
  • Like
Likes   Reactions: ver_mathstats and topsquark
WWGD said:
There's some overlap. To the effects of the problem, all those are the same mod9:
9a+10=(9a+1)+9, etc.
Are you sure you're using the right numbers?
Yes this is the question I was given
 
Three of the numbers in the set 9a+1, 9a+10, 9a+19 and 9a+28 seem to me to be red herrings that aren't essential to the problem. The sequence ##\{9a + 1 | a \ge 0\}## contains as subsets the sequences that are generated by the other three expressions. A previous hint asking whether some members of the sequence are even might be helpful.
 
Reply
  • Like
Likes   Reactions: ver_mathstats and topsquark
ver_mathstats said:
Yes this is the question I was given
I'm struggling to see why you're struggling. It's difficult to give a hint without giving away the answer.

That said, the problem looks suspiciously easy.
 
Reply
  • Like
Likes   Reactions: topsquark
PeroK said:
I'm struggling to see why you're struggling. It's difficult to give a hint without giving away the answer.

That said, the problem looks suspiciously easy.
i am not the best with proofs unfortunately
 
WWGD said:
Ok, I guess I overcomplicated it. @ver_mathstats : Have you tried to just generate quartets using different values of a?
yes I have, and i get some prime numbers
 
ver_mathstats said:
i am not the best with proofs unfortunately
Don't worry about a formal proof initially. Just play around with these expressions, somewhat systematically.

What can you say about the even-ness / odd-ness of ##9a## if ##a## is even?

What can you say about the even-ness / odd-ness of ##9a## if ##a## is odd?
 
Reply
  • Like
Likes   Reactions: WWGD, scottdave and PeroK