If a , b , c , d are positive integers with a sum of 6 3 , find the maximum value of a b + b c + c d .
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 + b c + c d = ( a b + b c + c d + a d ) − a d = A − a d
A = a b + b c + c d + a d = ( a + c ) ( b + d )
product of two integers a + c and b + d , that sum up to a fixed integer is maximised when the two are the closest. Due to symmetry, we may take a + c = 3 1 and b + d = 3 2 . Therefore, 3 1 × 3 2 = 9 9 2 is the maximum that A achieves. Knowing that a and d are nonnegative integers, we take them to be a = d = 1 , so that a d is minimised and, consequently, A − a d would be maximised in theory. We just need to find c and b , for which ( a + c ) = ( 1 + c ) = 3 1 and ( b + d ) = ( b + 1 ) = 3 2 . For ( a , b , c , d ) = ( 1 , 3 1 , 3 0 , 1 ) the maximum 9 9 1 is achieved.
Problem Loading...
Note Loading...
Set Loading...
Source
This can be represented through the areas of a rectangle.
We have to maximize the blue area ie max ( a b + b c + c d ) − min ( a d )
The minimum area of a d can be 1 , when a = 1 and d = 1 .
The expression now becomes b + b c + c = b + c ( b + 1 )
Also b + c ⟹ b = 6 1 = 6 1 − c Using this we get 6 1 − c + c ( 6 2 − c ) = − c 2 + 6 1 c + 6 1 = f We know that the vertex of a parabola α x 2 + β x + c is given by x = 2 a − β ⟹ c = 3 0 . 5 Using nearest integer values
When c = 3 0 , f = 9 9 1
Also when c = 3 1 , f = 9 9 1
So maximum value of a b + b c + c d = 9 9 1