I am thinking of a number. I multiply it by
and add 7. My number is now 38.
Given that and my number are both (real) integers, how many different numbers could I be thinking of?
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.
Let the number I am thinking of be x .
x n + 7 = 3 8
x n = 3 1
3 1 is prime, and since x and n are both integers, only the following combinations are possible for [ x , n ] : [ 1 , 3 1 ] [ 3 1 , 1 ] [ − 1 , − 3 1 ] [ − 3 1 , − 1 ]
Therefore there are 4 possible numbers I could be thinking of. You've just got to be careful about remembering the negative combinations!