Coordinate Geometry

273 questions

Question 161Question

A straight line graphed on a coordinate grid has a slope of 1.251.25 and passes through the point (4,11)(4, 11). If the point (k,4)(k, -4) also lies on this line, what is the value of kk?

Show answer & explanation

Answer: -8

Answer

The value of kk is 8-8.
The correct answer is 8-8. By using the point-slope formula of a line, we determine the equation to be y11=1.25(x4)y - 11 = 1.25(x - 4). Substituting the coordinates of the point (k,4)(k, -4) yields the equation 411=1.25(k4)-4 - 11 = 1.25(k - 4). Solving this equation results in k=8k = -8.

Step-by-Step Solution

1
Use the point-slope formula of a line, yy1=m(xx1)y - y_1 = m(x - x_1), to write the equation of the line.
y11=1.25(x4)y - 11 = 1.25(x - 4)
We are given the slope m=1.25m = 1.25 and a point (4,11)(4, 11) on the line.
2
Substitute the coordinates of the second point, (k,4)(k, -4), into the line's equation.
411=1.25(k4)-4 - 11 = 1.25(k - 4)
Since the point (k,4)(k, -4) lies on the line, its coordinates must satisfy the line's equation.
3
Solve the equation for kk.
k=8k = -8
Simplify the left side to get 15=1.25(k4)-15 = 1.25(k - 4), divide both sides by 1.251.25 to get 12=k4-12 = k - 4, and add 44 to both sides to find k=8k = -8.

Key Concept

Writing and solving linear equations using point-slope form.
Question 162Question

In the standard (x,y)(x, y) coordinate plane, the line segment PQPQ has endpoints P(3,5)P(-3, 5) and Q(1,1)Q(1, -1). Segment PQPQ is reflected across the line y=xy = -x, and the resulting image is then translated 33 units to the right and 22 units down to form segment PQP'Q'. What is the midpoint of segment PQP'Q'?

Show answer & explanation

Answer: (1,1)(1, -1)

Answer

(1,1)(1, -1)
The correct answer is the coordinate point (1,1)(1, -1). First, the midpoint of the original segment PQPQ is found using the midpoint formula: (3+12,5+(1)2)=(1,2)\left( \frac{-3 + 1}{2}, \frac{5 + (-1)}{2} \right) = (-1, 2). Reflecting this midpoint across the line y=xy = -x swaps and negates the coordinates, transforming (1,2)(-1, 2) to (2,1)(-2, 1). Finally, translating this point 33 units to the right and 22 units down results in the coordinates (2+3,12)=(1,1)(-2 + 3, 1 - 2) = (1, -1).

Step-by-Step Solution

1
Find the midpoint of the original segment PQPQ.
The midpoint is M(1,2)M(-1, 2).
Since the midpoint is invariant under linear coordinate transformations, we can find the midpoint of the original segment and transform it directly rather than transforming both endpoints and finding the new midpoint.
2
Reflect the midpoint across the line y=xy = -x.
The reflected point is M1(2,1)M_1(-2, 1).
Reflecting a point across the line y=xy = -x maps the coordinate (x,y)(y,x)(x, y) \rightarrow (-y, -x).
3
Translate the reflected point 33 units to the right and 22 units down.
The final point is M(1,1)M'(1, -1).
Translating a point 33 units right adds 33 to the xx-coordinate, and translating 22 units down subtracts 22 from the yy-coordinate: (2+3,12)=(1,1)(-2 + 3, 1 - 2) = (1, -1).

Key Concept

Transformations in the Coordinate Plane (Reflection and Translation)

Alternative Method

Instead of transforming the midpoint directly, you can apply the transformations to the endpoints P(3,5)P(-3, 5) and Q(1,1)Q(1, -1) individually. Reflecting both across the line y=xy = -x gives P1(5,3)P_1(-5, 3) and Q1(1,1)Q_1(1, -1). Translating both points 33 units right and 22 units down gives P(2,1)P'(-2, 1) and Q(4,3)Q'(4, -3). The midpoint of PQP'Q' is then calculated as (2+42,1+(3)2)=(1,1)\left( \frac{-2 + 4}{2}, \frac{1 + (-3)}{2} \right) = (1, -1).
Estimated Time:1m 30s
Question 163Question

A line, L1L_1, is perpendicular to a second line whose equation is 5x2y=155x - 2y = 15. The line L1L_1 intersects the yy-axis at (0,12)(0, 12) and passes through the midpoint of a line segment with endpoints at (3,k)(3, k) and (7,6)(7, 6) in the standard (x,y)(x, y) coordinate plane. What is the value of kk?

Show answer & explanation

Answer: 14

Answer

The correct value of kk is 14.
The slope of the line 5x2y=155x - 2y = 15 is found by solving for yy, yielding y=52x7.5y = \frac{5}{2}x - 7.5. The slope of any perpendicular line is the negative reciprocal of 52\frac{5}{2}, which is 25-\frac{2}{5}. Given the yy-intercept (0,12)(0, 12), the equation of the perpendicular line L1L_1 is y=25x+12y = -\frac{2}{5}x + 12. The midpoint of the segment with endpoints (3,k)(3, k) and (7,6)(7, 6) is calculated as (3+72,k+62)=(5,k+62)\left(\frac{3+7}{2}, \frac{k+6}{2}\right) = \left(5, \frac{k+6}{2}\right). Since the midpoint lies on L1L_1, substituting x=5x = 5 into the line equation gives y=25(5)+12=10y = -\frac{2}{5}(5) + 12 = 10. Equating this to the midpoint's yy-coordinate expression gives k+62=10\frac{k+6}{2} = 10, which solves to k=14k = 14.

Step-by-Step Solution

1
Find the slope of the line 5x2y=155x - 2y = 15 by converting it to slope-intercept form (y=mx+by = mx + b).
The slope of the line is 52\frac{5}{2}.
Rewriting the equation as 2y=5x+15-2y = -5x + 15 and dividing by 2-2 isolates yy and reveals the slope.
2
Determine the perpendicular slope for line L1L_1.
The slope of L1L_1 is 25-\frac{2}{5}.
Perpendicular lines have slopes that are negative reciprocals of one another.
3
Formulate the equation of line L1L_1 using its slope and the given yy-intercept (0,12)(0, 12).
The equation of L1L_1 is y=25x+12y = -\frac{2}{5}x + 12.
The slope-intercept form is y=mx+by = mx + b, where mm is the slope and bb is the yy-coordinate of the yy-intercept.
4
Find the midpoint of the line segment with endpoints (3,k)(3, k) and (7,6)(7, 6) in terms of kk.
The midpoint is (5,k+62)\left(5, \frac{k+6}{2}\right).
The midpoint formula calculates the average of the xx-coordinates and the average of the yy-coordinates.
5
Substitute the midpoint coordinates into the equation of L1L_1 and solve for kk.
k=14k = 14
Since the midpoint lies on line L1L_1, substituting its xx and yy values into the equation must satisfy the equality.

Key Concept

Using perpendicular slopes and the midpoint formula to determine unknown coordinate values.
Question 164Question

In the standard (x,y)(x, y) coordinate plane, a triangle has vertices at L(2,1)L(-2, -1), M(2,10)M(2, 10), and N(6,4)N(6, 4). A line segment is drawn from vertex LL to the midpoint of side MNMN. What is the length of this line segment?

Show answer & explanation

Answer: 1010

Answer

The length of the line segment is 1010.
First, find the midpoint PP of side MNMN with vertices M(2,10)M(2, 10) and N(6,4)N(6, 4) using the midpoint formula: P=(2+62,10+42)=(4,7)P = \left(\frac{2 + 6}{2}, \frac{10 + 4}{2}\right) = (4, 7). Then, calculate the distance between vertex L(2,1)L(-2, -1) and the midpoint P(4,7)P(4, 7) using the distance formula: d=(4(2))2+(7(1))2=62+82=100=10d = \sqrt{(4 - (-2))^2 + (7 - (-1))^2} = \sqrt{6^2 + 8^2} = \sqrt{100} = 10.

Step-by-Step Solution

1
Find the coordinates of the midpoint of side MNMN.
The midpoint is P(4,7)P(4, 7).
Apply the midpoint formula P=(x1+x22,y1+y22)P = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) to the vertices M(2,10)M(2, 10) and N(6,4)N(6, 4), yielding P=(2+62,10+42)=(4,7)P = \left(\frac{2 + 6}{2}, \frac{10 + 4}{2}\right) = (4, 7).
2
Calculate the distance between vertex L(2,1)L(-2, -1) and the midpoint P(4,7)P(4, 7).
The distance is 1010.
Apply the distance formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} to points L(2,1)L(-2, -1) and P(4,7)P(4, 7), yielding d=(4(2))2+(7(1))2=62+82=100=10d = \sqrt{(4 - (-2))^2 + (7 - (-1))^2} = \sqrt{6^2 + 8^2} = \sqrt{100} = 10.

Key Concept

Distance and Midpoint Formulas
Question 165Question

In the standard (x,y)(x, y) coordinate plane, the line 3x4y=243x - 4y = 24 intersects the xx-axis at point AA and the yy-axis at point BB. What is the length of the segment ABAB?

Show answer & explanation

Answer: 1010

Answer

The length of the segment ABAB is 1010.
To find the length of segment ABAB, we first determine the coordinates of points AA and BB. The xx-intercept, AA, is found by setting y=0y = 0, giving 3x=24x=83x = 24 \Rightarrow x = 8, so A=(8,0)A = (8, 0). The yy-intercept, BB, is found by setting x=0x = 0, giving 4y=24y=6-4y = 24 \Rightarrow y = -6, so B=(0,6)B = (0, -6). Using the distance formula, the distance between (8,0)(8, 0) and (0,6)(0, -6) is (80)2+(0(6))2=64+36=100=10\sqrt{(8 - 0)^2 + (0 - (-6))^2} = \sqrt{64 + 36} = \sqrt{100} = 10. This matches the correct option.

Step-by-Step Solution

1
Find the coordinates of point AA, the xx-intercept of the line.
Point AA is (8,0)(8, 0).
Set y=0y = 0 in the equation 3x4y=243x - 4y = 24, which gives 3x=243x = 24, so x=8x = 8.
2
Find the coordinates of point BB, the yy-intercept of the line.
Point BB is (0,6)(0, -6).
Set x=0x = 0 in the equation 3x4y=243x - 4y = 24, which gives 4y=24-4y = 24, so y=6y = -6.
3
Calculate the distance between point A(8,0)A(8, 0) and point B(0,6)B(0, -6) using the distance formula.
The distance is 1010.
The distance formula is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Substituting the coordinates gives d=(08)2+(60)2=(8)2+(6)2=64+36=100=10d = \sqrt{(0 - 8)^2 + (-6 - 0)^2} = \sqrt{(-8)^2 + (-6)^2} = \sqrt{64 + 36} = \sqrt{100} = 10.

Key Concept

Finding intercepts of a linear equation and calculating the distance between two points on the coordinate plane.
Question 166Question

A point PP in a coordinate plane undergoes a translation of 4 units to the left and 5 units up, followed by a reflection across the yy-axis. If the coordinates of the image point after both transformations are (2,3)(2, -3), what are the coordinates of the original point PP?

Show answer & explanation

Answer: (2,8)(2, -8)

Answer

The coordinates of the original point PP are (2,8)(2, -8).
To find the coordinates of the original point, we must work backward from the final image point (2,3)(2, -3) by reversing each transformation in reverse order. First, we reverse the reflection across the yy-axis. Reflecting across the yy-axis negates the x-coordinate, so negating the x-coordinate of (2,3)(2, -3) gives the intermediate point (2,3)(-2, -3). Second, we reverse the translation of 4 units left and 5 units up by translating the intermediate point 4 units right and 5 units down. This gives x=2+4=2x = -2 + 4 = 2 and y=35=8y = -3 - 5 = -8. Thus, the original coordinates of point PP are (2,8)(2, -8).

Step-by-Step Solution

1
Reverse the reflection across the yy-axis by applying it to the final image point (2,3)(2, -3).
The intermediate point is (2,3)(-2, -3).
Reflecting a point across the yy-axis negates its x-coordinate while keeping its y-coordinate the same. Reversing this reflection also negates the x-coordinate.
2
Reverse the translation of 4 units left and 5 units up by translating the intermediate point (2,3)(-2, -3) 4 units right and 5 units down.
The original point PP is (2,8)(2, -8).
To undo a translation, apply the opposite operations: add 4 to the x-coordinate and subtract 5 from the y-coordinate.

Key Concept

Reversing composite transformations in the coordinate plane
Question 167Question

A line in the standard (x,y)(x, y) coordinate plane has a yy-intercept that is 44 units greater than its slope. If the line passes through the point (5,2)(5, -2), what is the yy-intercept of the line?

Show answer & explanation

Answer: 3

Answer

The correct answer is 3.
The yy-intercept is found by setting up the equation using the given point and the relationship between the slope and the yy-intercept, yielding b=3b = 3.

Step-by-Step Solution

1
Define the relationship between the slope mm and the yy-intercept bb.
m=b4m = b - 4
The problem states the yy-intercept is 44 units greater than the slope, so b=m+4b = m + 4.
2
Substitute the point (5,2)(5, -2) and the slope expression into the slope-intercept equation y=mx+by = mx + b.
2=(b4)(5)+b-2 = (b - 4)(5) + b
The line passes through the point (5,2)(5, -2), so its coordinates must satisfy the line's equation.
3
Solve the algebraic equation for bb.
b=3b = 3
Expanding and simplifying the equation yields 2=6b20-2 = 6b - 20, which gives 6b=186b = 18, and dividing by 66 results in b=3b = 3.

Key Concept

Linear Equations and Graphing
Question 168Question

In the standard (x,y)(x, y) coordinate plane, a triangle has vertices at A(2,3)A(-2, -3), B(6,1)B(6, 1), and C(1,6)C(1, 6). The length of the altitude from vertex CC to side ABAB can be written in the simplified radical form aba\sqrt{b}, where aa and bb are positive integers. What is the value of a+ba + b?

Show answer & explanation

Answer: 8

Answer

The final answer is 8.
The altitude length of the triangle is 353\sqrt{5}. In this simplified radical form, the coefficient aa is 3 and the radicand bb is 5. Summing these values gives 3+5=83 + 5 = 8.

Step-by-Step Solution

1
Calculate the area of triangle ABCABC using the shoelace formula or by bounding the triangle in a rectangle.
Area = 30
The area is needed to determine the altitude length using the area formula of a triangle.
2
Calculate the length of the base side ABAB using the distance formula.
AB=45AB = 4\sqrt{5}
The base length is required to solve for the height perpendicular to it.
3
Set up the triangle area formula Area=12×base×heightArea = \frac{1}{2} \times \text{base} \times \text{height} to find the height hh.
h=35h = 3\sqrt{5}
This solves for the length of the altitude from vertex CC to side ABAB.
4
Identify aa and bb from the simplified radical form ab=35a\sqrt{b} = 3\sqrt{5} and calculate a+ba + b.
8
To provide the final requested sum.

Key Concept

Calculating the altitude of a triangle in the coordinate plane by relating its area and side lengths.
Question 169Question

A circle in the standard (x,y)(x, y) coordinate plane has a diameter with one endpoint at (3,5)(-3, 5) and its center at (2,7)(2, -7). What is the yy-coordinate of the other endpoint of the diameter?

Show answer & explanation

Answer: -19

Answer

The y-coordinate of the other endpoint of the diameter is -19.
Because the center of a circle is the midpoint of any diameter, the midpoint formula applies. For the y-coordinate, the equation is ym=y1+y22y_m = \frac{y_1 + y_2}{2}. Substituting the y-coordinate of the given endpoint (55) and the center (7-7) yields 7=5+y22-7 = \frac{5 + y_2}{2}. Multiplying both sides by 2 gives 14=5+y2-14 = 5 + y_2. Subtracting 5 from both sides results in 19-19.

Step-by-Step Solution

1
Identify the relationship between the circle's center and its diameter.
The center of the circle, (2,7)(2, -7), is the midpoint of the diameter.
By definition, the center of a circle bisects any diameter, making it the midpoint of the diameter's endpoints.
2
Apply the midpoint formula to set up an equation for the y-coordinate.
ym=y1+y22y_m = \frac{y_1 + y_2}{2}
The y-coordinate of a midpoint is the average of the y-coordinates of the two endpoints.
3
Substitute the given values into the formula and solve for the unknown y-coordinate.
y2=19y_2 = -19
Substituting the given y-coordinates yields 7=5+y22-7 = \frac{5 + y_2}{2}. Multiplying by 2 gives 14=5+y2-14 = 5 + y_2, and subtracting 5 from both sides yields 19-19.

Key Concept

Finding a missing endpoint given the midpoint and one endpoint
Estimated Time:1m 0s
Question 170Question

A geometric shape on a coordinate grid has a vertex at T(2,5)T(2, -5). The shape is translated 33 units to the left and 44 units up, and then the resulting image is reflected across the yy-axis. What are the coordinates of the final image of vertex TT?

Show answer & explanation

Answer: (1,1)(1, -1)

Answer

The correct coordinates of the final image of vertex TT are (1,1)(1, -1).
To find the coordinates of the final image, we apply the transformations in the specified order. First, translating the point (2,5)(2, -5) by 33 units to the left subtracts 33 from the xx-coordinate, and translating it 44 units up adds 44 to the yy-coordinate: (23,5+4)=(1,1)(2 - 3, -5 + 4) = (-1, -1). Second, reflecting the point (1,1)(-1, -1) across the yy-axis negates the xx-coordinate while keeping the yy-coordinate the same: ((1),1)=(1,1)(-(-1), -1) = (1, -1).

Step-by-Step Solution

1
Apply the horizontal and vertical translations to the pre-image point T(2,5)T(2, -5).
Translating 33 units left subtracts 33 from the xx-coordinate (23=12 - 3 = -1). Translating 44 units up adds 44 to the yy-coordinate (5+4=1-5 + 4 = -1). The intermediate point is (1,1)(-1, -1).
A translation of hh units horizontally and kk units vertically maps (x,y)(x, y) to (x+h,y+k)(x + h, y + k).
2
Reflect the intermediate point (1,1)(-1, -1) across the yy-axis.
Reflecting across the yy-axis negates the xx-coordinate while keeping the yy-coordinate the same: ((1),1)=(1,1)(-(-1), -1) = (1, -1).
A reflection across the yy-axis maps any point (x,y)(x, y) to (x,y)(-x, y).

Key Concept

Transformations in the Coordinate Plane
Question 171Question

A line in the standard (x,y)(x, y) coordinate plane has a slope of 34\frac{3}{4} and contains the points P(a,3)P(a, 3) and Q(5,b)Q(5, b). If the distance between PP and QQ is 1010 units, what is one possible value of a+ba + b?

Show answer & explanation

Answer: 66

Answer

The correct answer is 66.
The correct answer is 66. Using the slope definition m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, we write the slope equation as b35a=34\frac{b - 3}{5 - a} = \frac{3}{4}, which gives b3=34(5a)b - 3 = \frac{3}{4}(5 - a). Substituting this expression into the distance formula d=(5a)2+(b3)2=10d = \sqrt{(5 - a)^2 + (b - 3)^2} = 10 yields 10=(5a)2+(34(5a))2=545a10 = \sqrt{(5 - a)^2 + \left(\frac{3}{4}(5 - a)\right)^2} = \frac{5}{4}|5 - a|. Solving for the horizontal change gives 5a=8|5 - a| = 8, which means 5a=±85 - a = \pm 8. If 5a=85 - a = 8, then a=3a = -3 and b3=6b=9b - 3 = 6 \Rightarrow b = 9. The sum of these coordinates is 3+9=6-3 + 9 = 6.

Step-by-Step Solution

1
Set up the slope equation using the definition of slope: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
b35a=34\frac{b - 3}{5 - a} = \frac{3}{4}, which simplifies to b3=34(5a)b - 3 = \frac{3}{4}(5 - a).
This establishes a relationship between the coordinate differences of points PP and QQ based on the given slope.
2
Set up the distance equation using the distance formula: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
10=(5a)2+(b3)210 = \sqrt{(5 - a)^2 + (b - 3)^2}.
This uses the given distance of 1010 units to constrain the coordinate differences.
3
Substitute the slope relationship b3=34(5a)b - 3 = \frac{3}{4}(5 - a) into the distance equation and solve for (5a)(5 - a).
10=(5a)2+(34(5a))210=(5a)2(1+916)10=545a5a=810 = \sqrt{(5 - a)^2 + \left(\frac{3}{4}(5 - a)\right)^2} \Rightarrow 10 = \sqrt{(5 - a)^2 \left(1 + \frac{9}{16}\right)} \Rightarrow 10 = \frac{5}{4}|5 - a| \Rightarrow |5 - a| = 8. Thus, 5a=85 - a = 8 or 5a=85 - a = -8.
Substituting one variable simplifies the system to a single quadratic equation in terms of the horizontal change.
4
Solve for the two possible values of aa and calculate the corresponding values of bb.
Case 1: If 5a=85 - a = 8, then a=3a = -3. Substituting this back gives b3=34(8)=6b=9b - 3 = \frac{3}{4}(8) = 6 \Rightarrow b = 9. The sum is a+b=3+9=6a + b = -3 + 9 = 6. Case 2: If 5a=85 - a = -8, then a=13a = 13. Substituting this back gives b3=34(8)=6b=3b - 3 = \frac{3}{4}(-8) = -6 \Rightarrow b = -3. The sum is a+b=13+(3)=10a + b = 13 + (-3) = 10.
Evaluating both branches of the absolute value equation yields the two valid coordinate combinations that satisfy both the slope and distance criteria.

Key Concept

Calculating the slope of a line and using it in conjunction with the distance formula to find unknown coordinates on the coordinate plane.
Question 172Question

In the standard (x,y)(x, y) coordinate plane, a circle is defined by the equation x2+y210x4y=0x^2 + y^2 - 10x - 4y = 0. The line y=xy = x intersects the circle at the origin (0,0)(0, 0) and at a second point PP. What is the xx-coordinate of point PP?

Show answer & explanation

Answer: 7

Answer

The correct answer is 7.
To find the points of intersection between the circle and the line, we substitute the line's equation y=xy = x into the circle's equation x2+y210x4y=0x^2 + y^2 - 10x - 4y = 0. This substitution yields 2x214x=02x^2 - 14x = 0. Factoring out 2x2x gives 2x(x7)=02x(x - 7) = 0, which has solutions x=0x = 0 and x=7x = 7. The solution x=0x = 0 corresponds to the origin (0,0)(0, 0). Therefore, the xx-coordinate of the second point PP is 77.

Step-by-Step Solution

1
Substitute y=xy = x into the equation of the circle.
x2+x210x4x=0x^2 + x^2 - 10x - 4x = 0
Since the line is y=xy = x, any point of intersection must satisfy both equations.
2
Combine like terms to simplify the quadratic equation.
2x214x=02x^2 - 14x = 0
Grouping the quadratic and linear terms yields a single equation in terms of xx.
3
Factor the quadratic equation.
2x(x7)=02x(x - 7) = 0
Factoring allows us to identify the individual roots of the equation.
4
Solve for xx and identify the value for point PP.
x=7x = 7
The solution x=0x = 0 corresponds to the origin. Thus, the xx-coordinate of the second point PP must be 77.

Key Concept

Finding points of intersection between a line and a circle in the coordinate plane.
Question 173Question

In the standard (x,y)(x, y) coordinate plane, point P(2,3)P(2, -3) is an endpoint of line segment PQPQ, and M(1,5)M(-1, 5) is the midpoint of PQPQ. What is the distance from endpoint QQ to the point (0,10)(0, 10)?

Show answer & explanation

Answer: 5

Answer

5
To solve this problem, first determine the coordinates of endpoint Q(x,y)Q(x, y) using the midpoint formula. Since M(1,5)M(-1, 5) is the midpoint of segment PQPQ and P(2,3)P(2, -3) is one endpoint, the horizontal coordinate satisfies 1=2+x2-1 = \frac{2 + x}{2}, which yields x=4x = -4. The vertical coordinate satisfies 5=3+y25 = \frac{-3 + y}{2}, which yields y=13y = 13. Thus, the coordinates of QQ are (4,13)(-4, 13). Next, calculate the distance between Q(4,13)Q(-4, 13) and the target point (0,10)(0, 10) using the distance formula: d=(0(4))2+(1013)2=42+(3)2=16+9=5d = \sqrt{(0 - (-4))^2 + (10 - 13)^2} = \sqrt{4^2 + (-3)^2} = \sqrt{16 + 9} = 5. This matches the correct value.

Step-by-Step Solution

1
Set up equations using the midpoint formula to determine the coordinates of endpoint Q(xQ,yQ)Q(x_Q, y_Q).
1=2+xQ2-1 = \frac{2 + x_Q}{2} and 5=3+yQ25 = \frac{-3 + y_Q}{2}
The coordinates of a midpoint are the averages of the coordinates of the two endpoints.
2
Solve the midpoint equations for the coordinates of QQ.
xQ=4x_Q = -4 and yQ=13y_Q = 13, so Q=(4,13)Q = (-4, 13)
Multiplying by two and subtracting the coordinates of the first endpoint isolates the variables.
3
Apply the distance formula to find the distance between Q(4,13)Q(-4, 13) and the target point (0,10)(0, 10).
d=(0(4))2+(1013)2=42+(3)2=16+9=25=5d = \sqrt{(0 - (-4))^2 + (10 - 13)^2} = \sqrt{4^2 + (-3)^2} = \sqrt{16 + 9} = \sqrt{25} = 5
The distance formula calculates the straight line distance between two points in a coordinate plane.

Key Concept

Using the midpoint formula to find a missing endpoint and applying the distance formula to find the distance between two coordinate points.
Estimated Time:1m 30s
Question 174Question

In the standard (x,y)(x, y) coordinate plane, point PP is rotated 9090^\circ counterclockwise about the origin, and then translated 33 units to the left and 55 units down. If the coordinates of the resulting image point PP' are (6,2)(-6, 2), what are the coordinates of the original point PP?

Show answer & explanation

Answer: (7,3)(7, 3)

Answer

(7,3)(7, 3)
The correct answer is (7,3)(7, 3). Working backward from the final image point (6,2)(-6, 2), we first reverse the translation of 33 units left and 55 units down by translating the point 33 units right and 55 units up, yielding (6+3,2+5)=(3,7)(-6+3, 2+5) = (-3, 7). We then reverse the 9090^\circ counterclockwise rotation by performing a 9090^\circ clockwise rotation about the origin. The rule for a 9090^\circ clockwise rotation is (x,y)(y,x)(x, y) \rightarrow (y, -x), which maps (3,7)(-3, 7) to (7,3)(7, 3).

Step-by-Step Solution

1
Identify the sequence of transformations and set up the backward process.
The forward process is: Point PP \rightarrow Rotate 9090^\circ counterclockwise \rightarrow Translate left 33 and down 5P(6,2)5 \rightarrow P'(-6, 2). To find the original point PP, we must reverse these steps starting from PP': Translate right 33 and up 55 \rightarrow Rotate 9090^\circ clockwise \rightarrow Point PP.
Working backward requires reversing both the order and the direction of each transformation in the sequence.
2
Apply the reverse translation to the image point P(6,2)P'(-6, 2).
Translating 33 units to the right adds 33 to the xx-coordinate: 6+3=3-6 + 3 = -3. Translating 55 units up adds 55 to the yy-coordinate: 2+5=72 + 5 = 7. This gives the intermediate point P1(3,7)P_1(-3, 7).
Reversing a translation of 33 units left and 55 units down requires adding 33 to the xx-coordinate and 55 to the yy-coordinate.
3
Apply the reverse rotation to the intermediate point P1(3,7)P_1(-3, 7).
The reverse of a 9090^\circ counterclockwise rotation is a 9090^\circ clockwise rotation. The coordinate rule for a 9090^\circ clockwise rotation about the origin is (x,y)(y,x)(x, y) \rightarrow (y, -x). Applying this rule to P1(3,7)P_1(-3, 7) yields (7,(3))=(7,3)(7, -(-3)) = (7, 3).
Rotating a point 9090^\circ clockwise about the origin swaps the coordinates and negates the new yy-coordinate.

Key Concept

Reversing composite transformations in the coordinate plane
Question 175Question

Line AA passes through the points (3,4)(-3, 4) and (5,8)(5, 8) in a coordinate plane. Line BB is perpendicular to Line AA and passes through the point (2,1)(2, -1). What is the yy-coordinate of the point where Line BB crosses the yy-axis?

Show answer & explanation

Answer: 3

Answer

The correct answer is 3.
The correct answer is 3. Finding the slope of the first line gives 0.5. The negative reciprocal of 0.5 is -2, which is the slope of the perpendicular line. Setting up the slope equation between the point (2, -1) and the y-intercept (0, 3) confirms the y-coordinate is indeed 3.

Step-by-Step Solution

1
Calculate the slope of Line A.
The slope of Line A is 0.5.
Using the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1} for points (3,4)(-3, 4) and (5,8)(5, 8) gives mA=845(3)=48=0.5m_A = \frac{8 - 4}{5 - (-3)} = \frac{4}{8} = 0.5.
2
Find the slope of Line B.
The slope of Line B is -2.
Because Line B is perpendicular to Line A, its slope must be the negative reciprocal of the slope of Line A: mB=10.5=2m_B = -\frac{1}{0.5} = -2.
3
Determine the y-intercept of Line B.
The y-coordinate of the y-intercept is 3.
Line B passes through (2,1)(2, -1) and (0,b)(0, b). Using the slope formula: b(1)02=2    b+12=2    b+1=4    b=3\frac{b - (-1)}{0 - 2} = -2 \implies \frac{b + 1}{-2} = -2 \implies b + 1 = 4 \implies b = 3.

Key Concept

The slope of a line measures its steepness, calculated as the change in yy divided by the change in xx. Perpendicular lines have slopes that are negative reciprocals of each other.

Alternative Method

Instead of using the slope formula directly to solve for the y-intercept, write the equation of Line B in point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1). Substituting the point (2,1)(2, -1) and slope 2-2 gives y(1)=2(x2)y - (-1) = -2(x - 2), which simplifies to y+1=2x+4y + 1 = -2x + 4, or y=2x+3y = -2x + 3. To find the y-intercept, set x=0x = 0, which yields y=3y = 3.
Estimated Time:1m 30s
Question 176Question

In the standard (x,y)(x, y) coordinate plane, a line passes through the point (3,1)(3, 1) and has a slope of 25\frac{2}{5}. If the line intersects the yy-axis at the point (0,b)(0, b), what is the value of bb?

Show answer & explanation

Answer: 15-\frac{1}{5}

Answer

The value of the yy-coordinate of the yy-intercept is 15-\frac{1}{5}.
To find the yy-intercept of the line, we can use the point-slope equation of a line: yy1=m(xx1)y - y_1 = m(x - x_1), where mm is the slope and (x1,y1)(x_1, y_1) is a point on the line. Substituting the given point (3,1)(3, 1) and slope 25\frac{2}{5} yields y1=25(x3)y - 1 = \frac{2}{5}(x - 3). Since the yy-intercept occurs at x=0x = 0, we substitute 00 for xx to find the corresponding yy-value: y1=25(03)y - 1 = \frac{2}{5}(0 - 3), which simplifies to y1=65y - 1 = -\frac{6}{5}. Adding 11 to both sides gives y=15y = -\frac{1}{5}. Therefore, the value of the yy-coordinate of the yy-intercept is 15-\frac{1}{5}.

Step-by-Step Solution

1
Identify the point-slope form of a linear equation.
yy1=m(xx1)y - y_1 = m(x - x_1)
This formula allows us to write the equation of a line when we know its slope (mm) and a point on the line ((x1,y1)(x_1, y_1)).
2
Substitute the given slope m=25m = \frac{2}{5} and point (3,1)(3, 1) into the formula.
y1=25(x3)y - 1 = \frac{2}{5}(x - 3)
This establishes the equation for the specific line described in the problem.
3
Substitute x=0x = 0 to find the yy-intercept of the line.
y1=25(03)    y1=65y - 1 = \frac{2}{5}(0 - 3) \implies y - 1 = -\frac{6}{5}
The yy-intercept of any graph is the point where it crosses the yy-axis, which always has an xx-coordinate of 00.
4
Solve for yy to determine the value of bb.
y=165=15y = 1 - \frac{6}{5} = -\frac{1}{5}, so b=15b = -\frac{1}{5}
Isolating yy gives the yy-coordinate of the yy-intercept, which is bb since the point is defined as (0,b)(0, b).

Key Concept

Writing and evaluating linear equations in point-slope form to find intercepts.
Question 177Question

In the standard (x,y)(x, y) coordinate plane, the equation x2+y2+8x12y+c=0x^2 + y^2 + 8x - 12y + c = 0 defines a circle. If this circle is tangent to the yy-axis, what is the value of the constant cc?

Show answer & explanation

Answer: 3636

Answer

The value of the constant cc is 3636.
By completing the square on x2+y2+8x12y+c=0x^2 + y^2 + 8x - 12y + c = 0, we get the standard form equation (x+4)2+(y6)2=52c(x+4)^2 + (y-6)^2 = 52-c. This shows the circle's center is at (4,6)(-4, 6) and its radius squared is r2=52cr^2 = 52-c. Because the circle is tangent to the yy-axis, the radius is the horizontal distance from the center to the yy-axis, which is 44 units. Therefore, the radius squared is 1616. Equating the two expressions for the radius squared gives 52c=1652-c = 16, which solves to c=36c = 36.

Step-by-Step Solution

1
Group the xx and yy terms and move the constant to the right side of the equation.
(x2+8x)+(y212y)=c(x^2 + 8x) + (y^2 - 12y) = -c
To prepare the equation for completing the square.
2
Complete the square for both the xx and yy groups by adding the square of half the coefficient of the linear terms to both sides.
(x2+8x+16)+(y212y+36)=c+16+36(x^2 + 8x + 16) + (y^2 - 12y + 36) = -c + 16 + 36, which simplifies to (x+4)2+(y6)2=52c(x+4)^2 + (y-6)^2 = 52-c.
To rewrite the equation in standard circle form (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2.
3
Determine the radius of the circle based on the geometric condition of being tangent to the yy-axis.
The center of the circle is (4,6)(-4, 6). Since the circle is tangent to the yy-axis (the line x=0x=0), the radius rr is the horizontal distance from the center to the yy-axis, which is 4=4|-4| = 4.
A circle tangent to a vertical line has its radius equal to the horizontal distance from its center to that line.
4
Set the radius squared equal to the right side of the standard equation and solve for cc.
r2=42=16r^2 = 4^2 = 16. Setting 52c=1652 - c = 16 gives c=36c = 36.
In standard form, the right-hand side represents r2r^2.

Key Concept

Converting the general form of a circle equation to standard form (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2 by completing the square, and using the geometric definition of tangency to determine the radius.
Question 178Question

In the standard (x,y)(x, y) coordinate plane, a line is defined by the equation 2x+3y=222x + 3y = 22. A second line passes through the origin (0,0)(0, 0) and intersects the first line at a point where x=5x = 5. What is the slope of this second line?

Show answer & explanation

Answer: 0.8

Answer

The slope of the second line is 0.80.8 (or 45\frac{4}{5}).
The intersection point has an xx-coordinate of 55. Substituting this into 2x+3y=222x + 3y = 22 gives 2(5)+3y=222(5) + 3y = 22, which simplifies to 3y=123y = 12, or y=4y = 4. Thus, the intersection point is (5,4)(5, 4). The second line passes through (0,0)(0, 0) and (5,4)(5, 4). Using the slope formula, the slope is 4050=0.8\frac{4 - 0}{5 - 0} = 0.8.

Step-by-Step Solution

1
Substitute x=5x = 5 into the equation of the first line to find the yy-coordinate of the intersection point.
The intersection point is (5,4)(5, 4).
Since the two lines intersect at x=5x = 5, the intersection point must satisfy the equation of the first line.
2
Use the slope formula to find the slope of the line connecting (0,0)(0, 0) and (5,4)(5, 4).
The slope is 0.80.8.
The second line passes through the origin (0,0)(0, 0) and the intersection point (5,4)(5, 4), so its slope is the ratio of the change in yy to the change in xx.

Key Concept

Finding the slope of a line given two points on the coordinate plane, where one point is determined by the intersection of two linear paths.

Alternative Method

Since the second line passes through the origin (0,0)(0, 0), its equation is of the form y=mxy = mx, where mm is the slope. At the intersection point (5,y)(5, y), we have y=5my = 5m. We can substitute this directly into the first line's equation: 2x+3y=222(5)+3(5m)=2210+15m=2215m=12m=1215=0.82x + 3y = 22 \Rightarrow 2(5) + 3(5m) = 22 \Rightarrow 10 + 15m = 22 \Rightarrow 15m = 12 \Rightarrow m = \frac{12}{15} = 0.8.
Estimated Time:1m 30s
Question 179Question

A coordinate grid is laid over a map of a city. A subway station is located at S(1,9)S(-1, 9) and a bus terminal is located at B(7,1)B(7, -1). A passenger transfer center is built at the midpoint of the line segment connecting the subway station and the bus terminal. What is the distance, in grid units, between the transfer center and a parking garage located at (7,7)(7, 7)?

Show answer & explanation

Answer: 5

Answer

The distance between the passenger transfer center and the parking garage is 5 grid units.
First, the midpoint is determined by averaging the xx-coordinates and yy-coordinates of the endpoints: x=1+72=3x = \frac{-1 + 7}{2} = 3 and y=912=4y = \frac{9 - 1}{2} = 4, giving the transfer center coordinates of (3,4)(3, 4). Second, the distance between (3,4)(3, 4) and (7,7)(7, 7) is found using the distance formula: d=(73)2+(74)2=42+32=25=5d = \sqrt{(7 - 3)^2 + (7 - 4)^2} = \sqrt{4^2 + 3^2} = \sqrt{25} = 5.

Step-by-Step Solution

1
Calculate the coordinates of the midpoint of the line segment connecting the subway station S(1,9)S(-1, 9) and the bus terminal B(7,1)B(7, -1).
The midpoint is M(3,4)M(3, 4).
The transfer center is located exactly halfway between the two endpoints, which corresponds to the midpoint.
2
Calculate the distance between the midpoint M(3,4)M(3, 4) and the parking garage at (7,7)(7, 7).
The distance is 5.
Applying the distance formula to M(3,4)M(3, 4) and (7,7)(7, 7) yields the straight-line distance.

Key Concept

Distance and Midpoint Formulas

Alternative Method

Instead of using the distance formula, one can draw a right triangle on the grid with vertices at (3,4)(3, 4), (7,7)(7, 7), and (7,4)(7, 4). The horizontal leg has a length of 73=4|7 - 3| = 4, and the vertical leg has a length of 74=3|7 - 4| = 3. Using the Pythagorean theorem, the hypotenuse (distance) is 32+42=5\sqrt{3^2 + 4^2} = 5.
Estimated Time:1m 30s
Question 180Question

In the standard (x,y)(x, y) coordinate plane, the circle defined by the equation x2+y212x4y+31=0x^2 + y^2 - 12x - 4y + 31 = 0 is translated 33 units to the right and 55 units down. A line passing through the origin with a non-zero slope mm is tangent to this translated circle. What is the value of mm?

Show answer & explanation

Answer: -0.75

Answer

The correct answer is -0.75.
The correct answer is -0.75. By completing the square on the original equation, we find the circle (x6)2+(y2)2=9(x-6)^2 + (y-2)^2 = 9 with center (6,2)(6, 2) and radius 33. Translating the circle shifts the center to (9,3)(9, -3). A line passing through the origin with slope mm has the equation mxy=0mx - y = 0. For this line to be tangent to the circle, its perpendicular distance from the center (9,3)(9, -3) must equal the radius 33. Using the distance formula, we get the equation 9m+3m2+1=3\frac{|9m + 3|}{\sqrt{m^2 + 1}} = 3. Simplifying gives 3m+1=m2+1|3m + 1| = \sqrt{m^2 + 1}. Squaring both sides yields 9m2+6m+1=m2+19m^2 + 6m + 1 = m^2 + 1, which simplifies to 8m2+6m=08m^2 + 6m = 0. The non-zero solution is m=0.75m = -0.75.

Step-by-Step Solution

1
Complete the square for the original circle equation x2+y212x4y+31=0x^2 + y^2 - 12x - 4y + 31 = 0.
(x6)2+(y2)2=9(x - 6)^2 + (y - 2)^2 = 9.
Grouping the xx and yy terms and completing the square yields the standard form of a circle, showing that the original center is (6,2)(6, 2) and the radius r=9=3r = \sqrt{9} = 3.
2
Apply the translation of 33 units right and 55 units down to the center (6,2)(6, 2).
New center is (6+3,25)=(9,3)(6 + 3, 2 - 5) = (9, -3).
Translating a point in the coordinate plane shifts the coordinates directly: xx-coordinate increases by 33 and yy-coordinate decreases by 55. The radius remains 33.
3
Set up the distance from the new center (9,3)(9, -3) to the tangent line y=mxy = mx.
Distance equation: 9m(3)m2+1=3\frac{|9m - (-3)|}{\sqrt{m^2 + 1}} = 3.
The line y=mxy = mx can be rewritten as mxy=0mx - y = 0. The perpendicular distance from the center to a tangent line must equal the radius of the circle, which is 33.
4
Simplify the distance equation and solve for mm.
3m+1=m2+1|3m + 1| = \sqrt{m^2 + 1}.
Factoring out 33 from the numerator and dividing both sides by 33 simplifies the equation before squaring.
5
Square both sides of the equation and solve the resulting quadratic equation.
2m(4m+3)=0    m=02m(4m + 3) = 0 \implies m = 0 or m=0.75m = -0.75.
Squaring both sides yields (3m+1)2=m2+1    9m2+6m+1=m2+1    8m2+6m=0(3m + 1)^2 = m^2 + 1 \implies 9m^2 + 6m + 1 = m^2 + 1 \implies 8m^2 + 6m = 0. Since we are looking for a non-zero slope, the only valid solution is m=0.75m = -0.75.

Key Concept

Using completing the square, coordinate translations, and the point-to-line distance formula to solve circle tangency problems
PreviousPage 9 / 14Next