Modulus and Congruency Problem

  • Thread starter Thread starter war485
  • Start date Start date
  • Tags Tags
    Modulus
AI Thread Summary
The discussion centers on solving a modulus and congruency problem involving integers within a specified range. For part (a), the integers A that satisfy A is congruent to 7 (mod 17) and fall between -51 and 51 are identified as {-41, -24, -7, 10, 27, 44}. In part (b), the task is to find representatives modulo 17 that are multiples of 3, leading to the conclusion that the valid representatives are 3, 6, 9, 12, and 15. Clarifications were made regarding the interpretation of the problem, emphasizing that the multiples of 3 must be derived from the representatives rather than the previous set. The conversation highlights the importance of understanding the distinction between congruencies and the conditions set by the problem.
war485
Messages
90
Reaction score
0

Homework Statement



a) List all integers, A, that is in the range where A is greater than -51 and less than 51 such that it also satisfies: A is congruent to 7 (mod 17)

b) has a set of representatives modulo 17, made up entirely of multiples of 3

Homework Equations



Only need to know what modulo is, which I believe is:
when a is congruent to b (mod n)
then (a-b) is a multiple integer of n

also, mod is for finding the remainder of a division

The Attempt at a Solution


(x-7)=17n ---> x = 17n + 7
a) going by what I think is true (above) then I think possible answers for A are:
-44,-27,-10,7,24,41

< never done congruencies before >
Is that right?

b) This is where I got really stumped because it seemed too easy:
0,3,6,9,12,15,18,21,24,27,30, 33,36,39,42,45,48 (similarly for the negatives) ?
 
Physics news on Phys.org
For a) you're not far off. The set is {-41, -24, -7, 10, 27, 44}. Notice that this set is {-34 - 7, -17 - 7, 0 - 7, 17 - 7, 34 - 7, 51 - 7}.

For b) I'm not totally clear what the problem is asking for. Is it the numbers in the first set that are multiples of 3? If so, only -24 and 27 would be included.
 
war485 said:

Homework Statement



a) List all integers, A, that is in the range where A is greater than -51 and less than 51 such that it also satisfies: A is congruent to 7 (mod 17)

b) has a set of representatives modulo 17, made up entirely of multiples of 3

Homework Equations



Only need to know what modulo is, which I believe is:
when a is congruent to b (mod n)
then (a-b) is a multiple integer of n

also, mod is for finding the remainder of a division

The Attempt at a Solution


(x-7)=17n ---> x = 17n + 7
a) going by what I think is true (above) then I think possible answers for A are:
-44,-27,-10,7,24,41
Good. Notice that each of those is the previous number plus 17.

< never done congruencies before >
Is that right?

b) This is where I got really stumped because it seemed too easy:
0,3,6,9,12,15,18,21,24,27,30, 33,36,39,42,45,48 (similarly for the negatives) ?
No, it is the remainders, after division by 17 that must be multiples of 3:
3, 20, 37: 3= 0(17)+ 3, 20= 1(17)+ 3, 37= 2(17)+ 3. Again, those differ by 17. I started with 3 and added 17. To get the negatives, subtract 17 rather than add: 3- 13= -14, -31, -48: -14= -1(17)+ 3, -31= -2(17)+ 3, -48= -3(17)+ 3
 
HallsofIvy said:
No, it is the remainders, after division by 17 that must be multiples of 3:
3, 20, 37: 3= 0(17)+ 3, 20= 1(17)+ 3, 37= 2(17)+ 3. Again, those differ by 17. I started with 3 and added 17. To get the negatives, subtract 17 rather than add: 3- 13= -14, -31, -48: -14= -1(17)+ 3, -31= -2(17)+ 3, -48= -3(17)+ 3

Why is it the remainders after division by 17, and not before, that has to be multiples of 3?
 
Last edited:
Because of the way the problem is stated.
You want the numbers in this set -- {-41, -24, -7, 10, 27, 44} -- that are divisible by 3. At least that was my interpretation of the problem. I asked for clarification in post #2, but you didn't reply to my question.
 
Mark44 said:
Because of the way the problem is stated.
You want the numbers in this set -- {-41, -24, -7, 10, 27, 44} -- that are divisible by 3. At least that was my interpretation of the problem. I asked for clarification in post #2, but you didn't reply to my question.

whoups! Part b does not refer to the previous set in part a. Part b is asking for a completely new set.
 
The representatives mod 17 are the numbers in the set {0, 1, 2, 3, ..., 15, 16}. Which of them are multiples of 3?
 
war485 said:
Why is it the remainders after division by 17, and not before, that has to be multiples of 3?
What could you possibly mean by remainder before dividing? There are no remainders until you have divided!
 
Mark44 said:
The representatives mod 17 are the numbers in the set {0, 1, 2, 3, ..., 15, 16}. Which of them are multiples of 3?

obviously 3, 6, 9, etc... as I originally thought, but that would be almost too easy. Would this set "skip" over number 51 (which is 17x3) and 102 (17x6), ... etc? Should this set just be listed from 3 to 48? or can I just list 3, 6, 9 and then put a "..." and assume others will know what I meant? The question never asked for it to be a finite set.

HallsofIvy; said:
What could you possibly mean by remainder before dividing? There are no remainders until you have divided!

I asked that because of the way the question was worded, and I realized I worded my question very poorly (sorry); I wasn't sure if it was asking for a number mod 17 that was divisible by 3 or a number divisible by 3 mod 17.
 
  • #10
If I understand the second problem (I'm not sure that I do), what you want are the representatives modulo 17 that are multiples of 3. The representatives mod 17 are 0, 1, 2, 3, 4, ..., 15, and 16. The answer to the question as I understand it are 3, 6, 9, 12, and 15.
 
Back
Top