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

To write an inequality to find the range at which the count is not medium, we need to consider the conditions given for the high, medium, and low counts.

According to the conditions:
- If the count is greater than 8, it is considered a high count.
- If the count is greater than 4 but less than or equal to 8, it is considered a medium count.
- If the count is less than or equal to 4, it is considered a low count.

To find the range at which the count is not medium, we need to identify the values of count that do not satisfy the conditions for a medium count.

The inequality can be written as follows:

count < 5 OR count > 8

This means that if the count is less than 5 or greater than 8, it is not considered a medium count and falls outside the range of medium counts.