What is the sum of the possible positive integer values of x ? x m o d ( x − 1 ) = x − 2
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For x ≥ 3 , x m o d ( x − 1 ) = 1 . Setting this equal to x − 2 gives x − 2 = 1 ⇔ x = 3
For smaller values, you can try x = 1 , 2 and in fact, x = 2 is another solution.
Therefore, the sum of all possible values is 2 + 3 = 5 .
Problem Loading...
Note Loading...
Set Loading...
The modular equation can be rewritten as follows:
x u + 1 1 2 ≡ x − 2 (mod x − 1 ) ≡ u − 1 (mod u ) ≡ − 1 (mod u ) ≡ 0 (mod u ) Let u = x − 1
This means that u are the factors of 2 which are 1 and 2. Therefore, u = x − 1 = { 1 2 ⟹ x = 2 ⟹ x = 3 . And the sum of all possible values of x is 2 + 3 = 5 .