Area of rectangles

If a , b , c , d a, b, c, d are positive integers with a sum of 63 , 63, find the maximum value of a b + b c + c d . ab + bc + cd.


The answer is 991.

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.

2 solutions

Adhiraj Dutta
Apr 5, 2021

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 ) \text{max}(ab + bc + cd) - \text{min}(ad)

The minimum area of a d ad can be 1 1 , when a = 1 a = 1 and d = 1 d = 1 .

The expression now becomes b + b c + c = b + c ( b + 1 ) b + bc + c = b + c(b+1)

Also b + c = 61 b = 61 c \begin{aligned}b + c &= 61 \\ \implies b &= 61 - c \end{aligned} Using this we get 61 c + c ( 62 c ) = c 2 + 61 c + 61 = f 61 - c + c(62 - c) = -c^2 + 61c + 61 = f We know that the vertex of a parabola α x 2 + β x + c \alpha x^2 + \beta x + c is given by x = β 2 a x = \dfrac{-\beta}{2a} c = 30.5 \implies c = 30.5 Using nearest integer values

When c = 30 , f = 991 c = 30, f = 991

Also when c = 31 , f = 991 c = 31, f = 991

So maximum value of a b + b c + c d = 991 ab + bc + cd = \boxed{991}

a b + b c + c d = ( a b + b c + c d + a d ) a d = A a d ab+bc+cd=(ab+bc+cd+ad)-ad=A-ad

A = a b + b c + c d + a d = ( a + c ) ( b + d ) A=ab+bc+cd+ad=(a+c)(b+d)

product of two integers a + c a+c and b + d 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 = 31 a+c=31 and b + d = 32 b+d=32 . Therefore, 31 × 32 = 992 31 \times 32 =992 is the maximum that A A achieves. Knowing that a a and d d are nonnegative integers, we take them to be a = d = 1 a=d=1 , so that a d ad is minimised and, consequently, A a d A-ad would be maximised in theory. We just need to find c c and b b , for which ( a + c ) = ( 1 + c ) = 31 (a+c)=(1+c)=31 and ( b + d ) = ( b + 1 ) = 32 (b+d)=(b+1)=32 . For ( a , b , c , d ) = ( 1 , 31 , 30 , 1 ) (a,b,c,d)=(1,31,30,1) the maximum 991 991 is achieved.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...