Question 523721
You want to graph all points such that 3 <= x <= 7 and 1 <= y <= 10. Simply locate all points that satisfy the first condition (3 <= x <= 7) (should look like a vertical "stripe" of infinite length) and then locate the points that satisfy the second condition, and find their intersection (which should look like a rectangle).