MHB Find Max Sum Given Integers a,b,c,d

  • Thread starter Thread starter Albert1
  • Start date Start date
AI Thread Summary
The discussion revolves around finding the maximum sum of integers a, b, c, and d given the equations a+b=c, b+c=d, and c+d=a, with the condition that b is greater than 0. By solving the equations, it is determined that a = -3b, c = -2b, and d = -b, leading to the sum a + b + c + d = -5b. The maximum occurs when b is at its smallest integer value, which is 1, resulting in a maximum sum of -5. The solution emphasizes the importance of the constraints on b for maximizing the sum.
Albert1
Messages
1,221
Reaction score
0
a,b,c,d are integers

given :a+b=c, b+c=d , c+d=a

now if b>0, find max(a+b+c+d)
 
Last edited:
Mathematics news on Phys.org
Albert said:
a,b,c,d are integers

given :a+b=c, b+c=d , c+d=a

now if b>0, find max(a+b+c+d)

by solving we get

a = -3b,
c = -2b
d = -b

so sum = a + b + c + d = - 5b

it is largest when b ls smallest

b = 1 as b > 0 and integer

so largest sum = - 5
 
Last edited:
Albert said:
a,b,c,d are integers

given :a+b=c, b+c=d , c+d=a

now if b>0, find max(a+b+c+d)

The linear system of equations...

$$ a-c= - b$$

$$c- d= - b$$

$$a - c - d =0\ (1)$$

... has solution $a= - 3 b$, $c=- 2 b$, $d= - b$, so that is $a + b + c + d = - 5 b$ and the maximum is for b= 1, i.e. max (a + b + c + d) = -5...

Kind regards

$\chi$ $\sigma$

P.S. I didn't see that Kaliprasad solved before me... sorry!...
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top