Bounds of the product of two variables

37 Views Asked by At

Suppose we have $$a<X<b$$ $$c < Y < d$$ $$ a, b, c, d \in R$$

Is this statement correct? $$min(ac, ad, bc, bd) < X*Y<max(ac, ad, bc, bd)$$

I appreciate any help.