Ira S. answered 08/10/14
Tutor
5.0
(298)
Bilingual math tutor and much more
There is a simple principle in mathematics that I think better illustrates your needs. It is called the trichotomy principle for Real numbers. It goes like this.
If x and y a Real numbers, then either x<y, x=y, or x>y.
If you pick any two Real numbers, one of these must be true.
So, you input a pair of numbers and the decision box will lead you along to one of three paths. This is an expansion of the typical computer decision box which sends you in a particular direction based on your answer to one question. It's like a line on an application or a tax return that says if you're single and make more than 20000, skip to line 10. if you're single and make between 20000 and 100000, skip to line 20 but if you are single and make more than 100000, skip to line 30. For each single person that reads this, they fall into one category and are then directed to the appropriate next question based on that single answer.
I hope you find this helpful.