The values of a , b , c , and d are 1 , 2 , 3 , and 4 , but in no particular order. What is the largest possible value of a b + b c + c d + d a ?
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.
There's an 1-line solution.
Hint: a b + b c + c d + d a = ( a + c ) ( b + d ) .
a b + b c + c d + d a = ( a + c ) ( b + d ) ≤ ( 2 a + c + b + d ) 2 = 2 5
a b + b c + c d + d a = ( a + c ) ( b + d )
We know that the sum a + b + c + d = 1 0 . By AM-GM Inequality, 2 ( a + c ) + ( b + d ) ≥ ( a + c ) ( b + d ) . Upon evaluating the inequality, we find that the maximum value of ( a + c ) ( b + d ) is 5 .
a b + a c + a d + b c + b d + c d = 35 Our purpose is to minimize a c + b d and it happen when a = 1 , b = 2 , c = 4 , d = 3
3 5 − 1 0 = 2 5
Problem Loading...
Note Loading...
Set Loading...
( a + b + c + d ) 2 = a 2 + b 2 + c 2 + d 2 + 2 ( a b + a c + a d + b c + b d + c d ) ⟹ a b + b c + c d + d a = 2 ( a + b + c + d ) 2 − a 2 − b 2 − c 2 − d 2 − ( a c + b d ) .
We can maximize a b + b c + c d + d a by minimizing a c + b d . Checking the three distinct values of a c + b d , which are
1 × 2 + 3 × 4 ,
1 × 3 + 2 × 4
and 1 × 4 + 2 × 3 ,
we see that the smallest one is 1 × 4 + 2 × 3 = 1 0 .
Thus, the largest possible value of a b + b c + c d + d a is 2 ( 1 + 2 + 3 + 4 ) 2 − 1 2 − 2 2 − 3 2 − 4 2 − 1 0 = 2 5