Julia is setting conditions for the availability of two different objects in a certain area of a
video game she is making. In her code, the area's center is represented by (0, 0). An
object's location is expressed using (x, y) coordinates, where a 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.
a. What inequalities represents these conditions?
Object 1: y=
Object 2: y =