gillgill
- 128
- 0
How should two nonnegative numbers be chosed so the their sum is 1 and the sum of their squares is
a) as large as possible
b) as small as possible
here's what I've got so far:
x+y=1; y=1-x
x^2+y^2=S
x^2+(1-x)^2=S
S'=2x-2+2x
0=2x-2+2x
2=4x
x=1/2
How do u know if it is the largest possible or smallest possible?...and how to u find the other solution?
a) as large as possible
b) as small as possible
here's what I've got so far:
x+y=1; y=1-x
x^2+y^2=S
x^2+(1-x)^2=S
S'=2x-2+2x
0=2x-2+2x
2=4x
x=1/2
How do u know if it is the largest possible or smallest possible?...and how to u find the other solution?