![]() |
      |
4 < x < 5 x > 5 x < 5 3 < x < 5 impossibile |
![]() |
      |
x <= 3 x > 3 x < 3 x >= 3 impossibile |
![]() |
      |
x > 3 x > 5 x < 5 3 < x < 4 impossibile |
![]() |
      |
x <= 3 3 < x < 4 3 <= x < 4 3 <= x <= 4 impossibile |
![]() |
      |
x > 4 x <= 4 x diverso da 4 indeterminata impossibile |
![]() |
      |
x <= 5 4 < x < 5 4 <= x < 5 4 < x <= 5 impossibile |
![]() |
      |
x < 4 x < 3 x > 5 indeterminata impossibile |
![]() |
      |
x < 3 x <= 3 x = 3 indeterminata impossibile |
![]() |
      |
x < 5 x > 3 4 < x < 5 indeterminata impossibile |
![]() |
      |
x diverso 5 x > 4 x > 4 e diverso da 5 indeterminata impossibile |
![]() |
      |
x > 5 x > 3 3 < x < 5 indeterminata impossibile |
![]() |
      |
3 < x < 4 x > 3 3 < x < 5 x > 5 impossibile |
![]() |
      |
indeterminata x > 3 x < 5 x <= 3 impossibile |
![]() |
      |
3 <= x <= 4 3 < x <= 4 3 < x < 4 3 < x < 5 impossibile |