Maths Olympiad Prep

Library / /94 of 520

Geometry Difficulty 2.8 Junior Find the answer

Given two points in space P_1(1,3,5)P\_1(-1, 3, 5) and P_2(2,4,3)P\_2(2, 4, -3), find the distance between them, denoted as P_1P_2|P\_1P\_2|. The distance is equal to (   )(\ \ \ ).

Pick one

Solution

First, we can use the distance formula for two points in three-dimensional space:

P_1P_2=(x2x1)2+(y2y1)2+(z2z1)2|P\_1P\_2| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}

Plugging in the given coordinates,

P_1P_2=(2(1))2+(43)2+(35)2|P\_1P\_2| = \sqrt{(2 - (-1))^2 + (4 - 3)^2 + (-3 - 5)^2}

Simplifying the expression,

P_1P_2=(3)2+(1)2+(8)2|P\_1P\_2| = \sqrt{(3)^2 + (1)^2 + (-8)^2}

P_1P_2=9+1+64|P\_1P\_2| = \sqrt{9 + 1 + 64}

P_1P_2=74|P\_1P\_2| = \sqrt{74}

Thus, the distance between P_1P\_1 and P_2P\_2 is 74\boxed{\sqrt{74}}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.