The problem asks to find the distance between pairs of parallel lines. We need to solve problems 19, 20, 21, 22, 23 and 24.

GeometryDistanceParallel LinesCoordinate Geometry
2025/5/13

1. Problem Description

The problem asks to find the distance between pairs of parallel lines. We need to solve problems 19, 20, 21, 22, 23 and
2
4.

2. Solution Steps

1

9. $y = -3$ and $y = 1$. Since these are horizontal lines, the distance is the absolute difference of the $y$-intercepts: $|1 - (-3)| = |1 + 3| = 4$.

2

0. $x = 4$ and $x = -2$. Since these are vertical lines, the distance is the absolute difference of the $x$-intercepts: $|4 - (-2)| = |4 + 2| = 6$.

2

1. $y = 2x + 2$ and $y = 2x - 3$. The distance between two parallel lines $y = mx + b_1$ and $y = mx + b_2$ is given by the formula:

d=b2b11+m2d = \frac{|b_2 - b_1|}{\sqrt{1 + m^2}}
In this case, m=2m = 2, b1=2b_1 = 2, and b2=3b_2 = -3.
d=321+22=51+4=55=555=5d = \frac{|-3 - 2|}{\sqrt{1 + 2^2}} = \frac{|-5|}{\sqrt{1 + 4}} = \frac{5}{\sqrt{5}} = \frac{5\sqrt{5}}{5} = \sqrt{5}.
2

2. $y = 4x$ and $y = 4x - 17$. Here, $m = 4$, $b_1 = 0$, and $b_2 = -17$.

d=1701+42=171+16=1717=171717=17d = \frac{|-17 - 0|}{\sqrt{1 + 4^2}} = \frac{|-17|}{\sqrt{1 + 16}} = \frac{17}{\sqrt{17}} = \frac{17\sqrt{17}}{17} = \sqrt{17}.
2

3. $y = 2x - 3$ and $2x - y = -4$. Rewrite the second equation as $y = 2x + 4$. Here, $m = 2$, $b_1 = -3$, and $b_2 = 4$.

d=4(3)1+22=4+31+4=75=755d = \frac{|4 - (-3)|}{\sqrt{1 + 2^2}} = \frac{|4 + 3|}{\sqrt{1 + 4}} = \frac{7}{\sqrt{5}} = \frac{7\sqrt{5}}{5}.
2

4. $y = -\frac{3}{4}x - 1$ and $3x + 4y = 20$. Rewrite the second equation as $4y = -3x + 20$, so $y = -\frac{3}{4}x + 5$. Here, $m = -\frac{3}{4}$, $b_1 = -1$, and $b_2 = 5$.

d=5(1)1+(34)2=5+11+916=61616+916=62516=654=645=245d = \frac{|5 - (-1)|}{\sqrt{1 + (-\frac{3}{4})^2}} = \frac{|5 + 1|}{\sqrt{1 + \frac{9}{16}}} = \frac{6}{\sqrt{\frac{16}{16} + \frac{9}{16}}} = \frac{6}{\sqrt{\frac{25}{16}}} = \frac{6}{\frac{5}{4}} = 6 \cdot \frac{4}{5} = \frac{24}{5}.

3. Final Answer

1

9. 4

2

0. 6

2

1. $\sqrt{5}$

2

2. $\sqrt{17}$

2

3. $\frac{7\sqrt{5}}{5}$

2

4. $\frac{24}{5}$

Related problems in "Geometry"

We are given the area of a square as 81 square meters, and we are asked to find the side length of t...

AreaSquareSide LengthGeometry
2025/7/2

We are asked to find the area of a square, given that its side length is $0.7$ meters. We are asked ...

AreaSquareUnit Conversion
2025/7/2

We are given a shaded shape on a grid. Each square on the grid has a side length of 1 cm. We are ask...

AreaApproximationGridShapes
2025/7/2

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