Question 22006
DOMAIN:
1. Find the smallest X value (just for this example, call this {{{X[1]}}}
2. Find the greatest X value (just for this example, call this {{{x[2]}}}
3. {{{x[1]<x<x[2]}}}

RANGE
1. Find the smallest Y value (just for this example, call this {{{Y[1]}}}
2. Find the greatest Y value (just for this example, call this {{{Y[2]}}}
3. {{{y[1]<y<y[2]}}}

Hope this helps!