asked 55.4k views
1 vote
An archaeologist at a dig sets up a coordinate system using string. Two similar artifacts are found one at position (1, 4) and the other at (5, 2). How far apart were the two artifacts? Round to the nearest tenth of a unit if necessary

asked
User Dcw
by
8.1k points

1 Answer

13 votes

Given:

Positions of two artifacts are at points (1, 4) and (5, 2).

To find:

The distance between these two artifacts.

Solution:

Distance formula: The distance between two points is


d=√((x_2-x_1)^2+(y_2-y_1)^2)

Using distance formula, the distance between two points (1, 4) and (5, 2) is


d=√((5-1)^2+(2-4)^2)


d=√((4)^2+(-2)^2)


d=√(16+4)


d=√(20)


d=4.4721359

Round to the nearest tenth of a unit.


d\approx 4.5

Therefore, the distance between two artifacts is 4.5 units.

answered
User Skimrande
by
8.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.