How many solutions exist for the above equation over integers ?
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.
To start, notice that it must be that x , y ≥ 0 because if x is negative then 2 x < 1 < 3 y + 5 . And if y is negative 3 y + 5 won't be an integer so it can't equal 2 x . But also 2 0 < 3 0 + 5 ≤ 3 y + 5 so x , y > 0 . This means only natural solutions can exist.
I have no clean way of finding solutions, but I found a way to reduce the number of possibilities I would have to check. First, arrange the equation like 3 y − 2 x = − 5 and notice this implies the weaker equation ∣ 3 y − 2 x ∣ = 5 . This gives us the following idea. If we can show that ∣ 3 y − 2 x ∣ grows larger than 5 then that means we would only have to check a finite amount of cases. So let's start bounding:
For a given y , let x y be the biggest number such that 2 x y < 3 y . This implies that 2 x y + 1 > 3 y and then this implies the inequality: ∣ 3 y − 2 x ∣ ≥ min { ∣ 3 y − 2 x y ∣ , ∣ 3 y − 2 x y + 1 ∣ } . Let's now study the properties of x y more closely. As I mentioned, we have 2 x y < 3 y < 2 x y + 1 ⟹ x y < y lo g 2 3 < x y + 1 ⟹ 0 < y lo g 2 3 − x y < 1 . For natural x , y this implies that x y = ⌊ y lo g 2 3 ⌋ . Replacing this into our inequality we have that:
∣ 3 y − 2 x ∣ ≥ min { ∣ 3 y − 2 ⌊ y lo g 2 3 ⌋ ∣ , ∣ 3 y − 2 ⌊ y lo g 2 3 ⌋ + 1 ∣ } . It can be easily proven that both of the functions inside the min are increasing functions and for y > 3 we already have min { ∣ 3 y − 2 ⌊ y lo g 2 3 ⌋ ∣ , ∣ 3 y − 2 ⌊ y lo g 2 3 ⌋ + 1 ∣ } > 5 . So we only need to consider y ≤ 3 and because of the first deductions of this solution we know we just have to check y = 1 , 2 , 3 .
Doing this, we find two solutions. 2 3 = 3 1 + 5 and 2 5 = 3 3 + 5 .