Find the number of ordered pairs of integers ( a , b ) that satisfy this equation:
a + b 1 = a 1 + b 1
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.
a + b 1 = a 1 + b 1
∴ a b = ( a + b ) 2 ⟹ a b ≥ 0
On solving,
a 2 + b 2 + 2 a b = a b ∴ a 2 + b 2 = − a b ⟹ a b ≤ 0
But a b ≥ 0 . So any one of ( a , b ) must be zero which is not possible as inverse of any of two is not possible. So it is not possible. So there exists no such ( a , b )
Best way is to plot a graph.For the equation. a 2 − a b + b 2 = 0 .
Of course a = 0 , b = 0 so consider when they are the same sign. If a , b are both positive then a 1 + b 1 = a + b 1 < a 1 ⟹ b 1 < 0 which is a contradiction. If a , b are both negative then ( − a , − b ) will also be a solution which as we shown can't happen so if a solution exists, a , b must have opposite signs.
Instead let's look at a − b 1 = a 1 − b 1 = a b a − b which is the original question with − b instead of b such that a , b are both positive. We can't have a = b because a > 0 > b so we can multiply this equation by a b ( a − b to get a b = ( a − b ) 2 ⟹ 3 a b = a 2 + b 2
Now consider a 2 + b 2 ≡ 0 ( m o d 3 ) . By considering the quadratic residue modulo 3. We must have a ≡ b ≡ 0 ( m o d 3 ) . Let a = 3 a ′ , b = 3 b ′ for some integers a ′ , b ′ but now this means 3 a ′ − 3 b ′ 1 = 3 a ′ 1 − 3 b ′ 1 ⟹ a ′ − b ′ 1 = a ′ 1 − b ′ 1 and so by Fermats proof by infinite decent, there must exist no solutions to this equation. Again if both a , b are negative then taking the negation would imply a solution where a , b are both positive which is again a contradiction.
Therefore there are no solution to a + b 1 = a 1 + b 1
Problem Loading...
Note Loading...
Set Loading...
a + b 1 = a 1 + b 1 a + b 1 = a b a + b ( a + b ) 2 = a b a 2 + 2 a b + b 2 − a b = 0 a 2 + a b + b 2 = 0
Now, we let b be an integer constant, and a be the variable. This gives us a quadratic equation. The discriminant,
Δ = b 2 − 4 ( 1 ) ( b 2 ) = − 3 b 2
Since we know that b 2 ≥ 0 for all values of b
b 2 ≥ 0 − 3 b 2 ≤ 0 Δ ≤ 0
This implies that for a to have a real value,
Δ = 0 ⟹ − 3 b 2 = 0 ⟹ b = 0
However, if b = 0 , b 1 is undefined.
Therefore, no ordered pairs of integers ( a , b ) satisfy this equation. The answer is 0
Note: There are actually no real values a and b that satisfy this equation either