If are three numbers arranged in ascending order, then is it true that are also in ascending order?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The statement would hold if a , b , c were positive numbers. But it does not hold for negative numbers. For example, if a = − 3 , b = − 2 and c = − 1 then a , b , c are indeed arranged in ascending order but a 2 = 9 , b 2 = 4 , c 2 = 1 are in descending order.