Julia is setting conditions for availability of two different objects in a certain area of a video game she is making. In her code, the areas center is represented by (0, 0). An objects location is expressed using (x, y) coordinates, where x represents the horizontal location with respect to the center, and y represents the vertical location with respect to the center. She decides to try the following conditions: Object 1 will be available only if y+1 is greater than the object’s horizontal distance from center. Object 2 will be available only if 3-y is greater than the object’s horizontal distance from center. What inequalities represent these conditions? Object 1-y=_____ Object 2-y=_____