The sum of two numbers is 20. Find the minimum possible sum of their squares?

2 Answers
Apr 4, 2018

10+10=20
102+102=200.

Explanation:

a+b=20
a2+b2=x
For a and b:
12+192=362
22+182=328
32+172=298
From this, you can see that closer values of a and b will have a smaller sum. Thus, for a=b, 10+10=20 and 102+102=200.

Apr 4, 2018

Minimum value of sum of squares of two numbers is 200, which is when both numbers are 10

Explanation:

If sum of two numbers is 20,

let one number be x and then other number would be 20x

Hence their sum of squares is

x2+(20x)2

= x2+40040x+x2

= 2x240x+400

= 2(x220x+100100)+400

= 2(x10)2200+400

= 2(x10)2+200

Observe that the sum of squares of two numbers is sum of two positive numbers, one of whom is a constant i.e. 200

and other 2(x10)2, which can change according to value of x and its least value could be 0, when x=10

Hence minimum value of sum of squares of two numbers is 0+200=200, which is when x=10, which is when both numbers are 10.