Question:medium

Find the distance between the points (0, 0) and (36, 15). Can you now find the distance between the two towns A and B ?

Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

The distance between points (0, 0) and (36, 15) is calculated as follows:
\(=\sqrt{(36-0)^2+(15-0)^2}=\sqrt{36^2+15^2}\)
\(=\sqrt{1296+225}=\sqrt{1521}=39\)

The distance between towns A and B can be determined.
Town A is located at the origin (0, 0).
Consequently, town B is situated at point (36, 15) relative to town A.

Therefore, the distance between towns A and B is 39 km, as computed above.

Was this answer helpful?
0