Given a, b > 0 such that ab = 18, check whether their sum is greatest when a = b.
1
Expert's answer
2014-07-29T10:11:52-0400
If ab=18 and a=b, then a2=18. Hence, a=sqrt(18)=3sqrt(2), because a>0. From inequality of arithmetic and geometric means a+b>=2sqrt(ab)=2sqrt(18)=6sqrt(2) and equality sign will be in case of a=b, but this case corresponds to the minimal value of a+b.
Comments
Leave a comment