Let's first write down properties of order used here :
- x>y,z>h implies x+z>y+h
- x>y,y>z implies x>z
Now let's analyze every inequality we have :
- b>d+31 implies b>d , as 31>0 and thus b>d+31>d
- c+1<a−4 implies c<a, as c+1<a−4 implies c<a−5<a
- d+85>a+2 implies d>a , as d+85>a+2 implies d>a+183>a
Thus we have b>d,d>a,a>c so we can conclude that b>d>a>c and the ordering from the greatest to the least is b,d,a,c .
Comments