The problem asks us to find something (likely the distance or slope) given two points $P$ and $Q$ in two separate scenarios. For number 17, $P(1, 5)$ and $Q(2, -3)$. For number 18, $P(-1, -5)$ and $Q(2, -3)$. However, the problem does not state what we are trying to calculate. Since the context is missing, I will assume we are asked to find the distance between the two points $P$ and $Q$ for both cases.

GeometryDistance FormulaCoordinate GeometryEuclidean Distance
2025/3/30

1. Problem Description

The problem asks us to find something (likely the distance or slope) given two points PP and QQ in two separate scenarios.
For number 17, P(1,5)P(1, 5) and Q(2,3)Q(2, -3).
For number 18, P(1,5)P(-1, -5) and Q(2,3)Q(2, -3).
However, the problem does not state what we are trying to calculate.
Since the context is missing, I will assume we are asked to find the distance between the two points PP and QQ for both cases.

2. Solution Steps

First, let's derive the distance formula. If we have two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the distance dd between them is given by:
d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
For number 17, P(1,5)P(1, 5) and Q(2,3)Q(2, -3).
x1=1x_1 = 1, y1=5y_1 = 5, x2=2x_2 = 2, y2=3y_2 = -3
d17=(21)2+(35)2d_{17} = \sqrt{(2 - 1)^2 + (-3 - 5)^2}
d17=(1)2+(8)2d_{17} = \sqrt{(1)^2 + (-8)^2}
d17=1+64d_{17} = \sqrt{1 + 64}
d17=65d_{17} = \sqrt{65}
For number 18, P(1,5)P(-1, -5) and Q(2,3)Q(2, -3).
x1=1x_1 = -1, y1=5y_1 = -5, x2=2x_2 = 2, y2=3y_2 = -3
d18=(2(1))2+(3(5))2d_{18} = \sqrt{(2 - (-1))^2 + (-3 - (-5))^2}
d18=(2+1)2+(3+5)2d_{18} = \sqrt{(2 + 1)^2 + (-3 + 5)^2}
d18=(3)2+(2)2d_{18} = \sqrt{(3)^2 + (2)^2}
d18=9+4d_{18} = \sqrt{9 + 4}
d18=13d_{18} = \sqrt{13}

3. Final Answer

Assuming the problem asks for the distance between PP and QQ, the answers are:
17) 65\sqrt{65}
18) 13\sqrt{13}

Related problems in "Geometry"

The problem states that $Z$ is the centroid of triangle $TRS$. Given that $TO = 7b + 5$, $OR = 13b -...

CentroidTriangleMidpointAlgebraic EquationsLine Segments
2025/7/1

We are given that $m\angle ACT = 15a - 8$ and $m\angle ACB = 74$. Also, S is the incenter of $\trian...

Angle BisectorIncenterTriangleAnglesAlgebraic Manipulation
2025/7/1

$S$ is the circumcenter of triangle $ABC$. $CP = 7x - 1$ and $PB = 6x + 3$. Find the value of $x$ an...

GeometryTriangleCircumcenterMidpointAlgebraic Equations
2025/7/1

We are given a triangle $ABC$ and a point $S$ which is the circumcenter. $CP = 7x - 1$ and $PB = 6x ...

TriangleCircumcenterLine SegmentsAlgebraic Equations
2025/7/1

The problem provides the radius of a circle as $21.5$ cm and a central angle as $316$ degrees. We ne...

CircleArc LengthCircumferenceAngle Measurement
2025/7/1

The problem provides the radius of a circle, $r = 21.5$ cm, and the angle of a sector, $\theta = 316...

CircleSectorArc LengthRadiansAngle Conversion
2025/7/1

The problem asks us to locate the points D, F, E, and G on the graph based on their relative positio...

Coordinate GeometryPointsSpatial ReasoningVisual Estimation
2025/6/30

The image shows a coordinate grid with several points labeled A, B, C, P, Q, X, and Y. The task invo...

Coordinate GeometryCartesian PlanePointsCoordinates
2025/6/30

The problem asks to find the equation of a plane passing through the point $D(1,0,2)$. The expressio...

Planes3D GeometryVector AlgebraEquation of a Plane
2025/6/28

The problem asks to find the equation of a plane that passes through the point $D(1, 0, 2)$ and cont...

Planes3D GeometryEquation of a Planeyz-plane
2025/6/28