37.6k views
3 votes
N = {2, 3, 4, 5, 6}

x mod N = 1

x mod 7 = 0

Come up with an equation that allows all the possible values of x to be calculated.

Solution will be shared soon. ​

1 Answer

0 votes

Answer:

x = 60n + 1,

Where n is an integer

x = 7z,

Where z is an integer

Explanation:

LCM of 2,3,4,5,6 = 60

x = 60n + 1,

Where n is an integer

x mod 7 = 0

When x is a multiple of 7

x = 7z,

Where z is an integer

User Sisi Mendel
by
7.1k points