Sign In
Point | Zone |
---|---|
(3,4) | 2 |
(6,5) | 3 |
(1,2) | 1 |
(0,3) | 1 |
(1,6) | 2 |
Next we are given that the second zone serves people between 3 and 7 miles from the center and Sone 3 serves those over 7 miles. This means that the line between Zone 2 and Zone 3 can be represented by a circle centered at the origin that has a radius of 7.
Notice that a circle centered at the origin with a radius of r passes through the points (r,0),(- r,0),(0,r) and (0,- r).
Looking at the graph, we can match the point with the zone. However we will also do this algebraically. Let's evaluate the distance between each point and the origin. Using this distance we will be able to determine in which zone the home is located.
Distance d | Zone |
---|---|
d≤ 3 | 1 |
3 | 2 |
d>7 | 3 |
Let's find the distances between the points and the origin using the Distance Formula. Then we will match each point with the zone using the above table.
Point | Distance Formula | Simplify | Zone |
---|---|---|---|
( 3, 4) | d=sqrt(( 3-0)^2+( 4-0)^2) | d=5 | 2 |
( 6, 5) | d=sqrt(( 6-0)^2+( 5-0)^2) | d≈ 7.8 | 3 |
( 1, 2) | d=sqrt(( 1-0)^2+( 2-0)^2) | d≈ 2.2 | 1 |
( 0, 3) | d=sqrt(( 0-0)^2+( 3-0)^2) | d=3 | 1 |
( 1, 6) | d=sqrt(( 1-0)^2+( 6-0)^2) | d≈ 6.1 | 2 |