Calculate the minimum value of the following expression if { a 1 , a 2 , a 3 , a 4 , a 5 , a 6 } = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 } .
( a 1 + a 2 + a 3 ) ( a 3 + a 4 + a 5 ) ( a 5 + a 6 + a 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.
Problem Loading...
Note Loading...
Set Loading...
The sum of the three brackets is 2 ( a 1 + a 3 + a 5 ) + a 2 + a 4 + a 6
Let the sum be the smallest. So let a 1 = 1 , a 3 = 2 , a 5 = 3
The product becomes ( 3 + a 2 ) ( 5 + a 4 ) ( 4 + a 6 )
The sum of the brackets is constant( = 2 7 )
Let gaps of the values of each bracket be bigger, so the output would be smaller.
Hence let a 2 = 4 , a 4 = 6 , a 6 = 5 . The product becomes 693.