Let a , b , c , d ∈ N where c ≤ a ≤ b ≤ d such that
{ a + b = c d c + d = a b
and let P = a b c d .
Find the sum of all possible P .
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 = c d c + d = a b implies that { c d a + b = 1 a b c + d = 1 . This yields ( a 1 + b 1 ) ( c 1 + d 1 ) = 1 .
Suppose a 1 + b 1 = 1 . Then a + b = a b which means that ( a − 1 ) ( b − 1 ) = 1 . Since a , b ∈ N , a − 1 = b − 1 = 1 , or equivalently, a = b = 2 . The assumption a 1 + b 1 = 1 also implies that c 1 + d 1 = 1 , which also means that c = d = 2 . Hence ( a , b , c , d ) = ( 2 , 2 , 2 , 2 ) is a solution.
If a 1 + b 1 > 1 , then a = 1 or b = 1 . However, this is impossible as c ≤ a ≤ b ≤ d implies that a = c = 1 which means ( a 1 + b 1 ) ( c 1 + d 1 ) = ( 1 + b 1 ) ( 1 + d 1 ) > 1 .
Therefore a 1 + b 1 < 1 . It is clearly seen that c 1 + d 1 > 1 which implies that c = 1 . From the equations { a + b = c d c + d = a b , we now have { a + b = d 1 + d = a b . By eliminating d , we will obtain a + b = a b − 1 which means that ( a − 1 ) ( b − 1 ) = 2 . Since a , b ∈ N , a = 2 and b = 3 . Lastly, d = a + b = 5 . Hence ( a , b , c , d ) = ( 2 , 3 , 1 , 5 ) is another solution.
Finally, P = 2 4 + 2 ( 3 ) ( 1 ) ( 5 ) = 4 6 .
Problem Loading...
Note Loading...
Set Loading...
Notice that if x + y > x y ,then one of x and y must equal 1.
If a + b = a b , ( a − 1 ) ( b − 1 ) = 1 , a = b = 2 ,and also c + d = c d , c = d = 2 .
If a + b < a b ,then c + d > c d ,and that means c = 1 .We get a + b = d , a b = d + 1 , a b − a − b = 1 , ( a − 1 ) ( b − 1 ) = 2 , a = 2 , b = 3 , d = 5
If a + b > a b ,then a = 1 ,that means c = 1 .According to the above equation,if c = 1 then a = 2 ,so it doesn't fit.
Hence,P=16 or 30.