if high count is greater thank 8, medium count greater than 4 less than or equal to 8, and low is less than or equal to 4 write an inequality to find the range at which the count is not medium

hi > 8

4 < med <= 8
low <= 4

x not medium means

x <= 4 or x > 8