I need help writing these in mathematical form:?

  • Thread starter Thread starter peanut
  • Start date Start date
P

peanut

Guest
No more than 7

at least 6

more than 5

at least 7 and at most 10

more than 7 and at most 10

between 7 and 10
 
an = sign but the top one is a < then 7, an = sign but the top one is > then 6, >5, an = sign but the top is a > then 7 and then = then < on top 10. >7 and = with a > on top 10. 7-10
 
assume x is the variable I would say

x <= 7 or x + 7

x >= 6

x > 5 or x + 5

7 <= x <= 10

7 < x <= 10

Hope this helps,
 
Back
Top