
Michael H. answered 06/18/19
In-depth knowledge combined with clunky use of technology!
You can set up limitation problems like this using absolute value bars. Place the target measurement inside the bars with the variable, and make the whole thing less than or equal to the tolerance. For example, if Y needs to be within 2 inches of 10 (so that 8<=y<=12), you can write |Y-10| <= 2. Solving the absolute value equation gives you the limits.