True or false :
There exists positive integers a and b satisfying 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.
I solved it similarly up to the point, where I got the same equation:
a 2 + a b + b 2 = 0
Then, we can simply find, that since a and b are positive integers, therefore all terms on the LHS ( a 2 , a b , b 2 ), along with their sum (LHS) are also positive integers and cannot be 0 (RHS). (LHS ≠ RHS)
Conclusion: the answer is F A L S E .
Hmm.. nice solution (+1)
For this question both a and b are positive integers. Therefore a > 0 , b > 0
From this we can see that a + b > a , a + b > b
For any two numbers the inverse of the larger number is always less than the inverse of the smaller number. For example, 8 > 2 and 8 1 < 2 1
So we can conclude that since a + b is greater than both a and b , then ( a + b ) 1 is less than both a 1 and b 1
This shows that for any case, ( a + b ) 1 < a 1 + b 1 showing that FALSE is the answer to the question .
Nice solution, it would be nicer if it was written in LaTeX
Great solution, Keith. The arguments are well presented. Thanks for writing! :)
Multiply both sides by a+b
a + b a + b = a a + b + b a + b
LHS = 1
Both a and b are > 0 therefore both RHS fractions are > 1.
So LHS = 1, RHS > 2, therefore there is no solution.
Let us assume that the given statement is true.
⟹ a b a + b = a + b 1
⟹ ( a + b ) 2 = a b
⟹ ( a + b ) = a b
⟹ 2 a + b < a b
But by AM-GM Inequality we have,
2 a + b ≥ a b
This contradicts are assumption. Hence are assumption is incorrect.
By solving we get a^2+b^2=-ab Which is never possible as sum of positive numbers cannot be negative
A simple solution would be multiplying by (a+b) giving 1=b+a
In which there's no positive integer pair that can add to one.
Your solution has errors. Check Kevin's solution above to see where you went wrong
Removing fractions
ab=b(a+b) + a(a+b)
a^2 + b^2 + ab = 0
Since a and b are both positive this is impossible therefore the statement is false
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 a positive 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 > 0
b 2 > 0 − 3 b 2 < 0 Δ < 0
This means that for any positive integer of b , we won't get a real value for a .
Therefore, no positive integers a and b satisfy a + b 1 = a 1 + b 1
The answer is False