
Russ P. answered 10/30/14
Tutor
4.9
(135)
Patient MIT Grad For Math and Science Tutoring
Symmeatra,
Let x & y be the two non-negative numbers. So each can zero or positive.
Minimize the product function(x,y) = xy
But they are constrained by the condition that x + y = 21 so you can build a table:
x y xy
--- ---- -----
0 21 0
1 20 20
2 19 38
...
9 12 108
10 11 110
11 10 110
12 9 108
...
20 1 20
21 0 0
So their product is minimized at 0 whenever either x or y is zero while the other number is 21. Each row in the table satisfies the sum = (x + y) =21 so 0 <= x <= 21 and 0 <= y <= 21 is the domain of f(x,y) = xy.
Or you can use Calculus, take partial derivates of f(x,y) wrt x and y, set them to 0 and get x =0 and y=0, but not simultaneously because the sum would not be 21 then. So calculate the other variable from (x + y) = 21. And you get the same solution as above, but quicker.
Symmeatra H.
10/30/14