Geometry and Trigonometry

178 questions

Question 161Question

A sector of a circle with center OO has a central angle of 150150^\circ and an area of 15π15\pi. What is the length of the minor arc that bounds this sector?

Show answer & explanation

Answer: 5π5\pi

Answer

5π5\pi
To find the arc length, we first determine the radius of the circle using the sector area. The area of a sector with a central angle of 150150^\circ is 150360=512\frac{150}{360} = \frac{5}{12} of the total circle area. Setting up the equation 15π=512πr215\pi = \frac{5}{12}\pi r^2 allows us to solve for r2=36r^2 = 36, which gives a radius of r=6r = 6. Using the radius, we find the length of the minor arc by taking the same fraction of the total circumference: 512×2π(6)=5π\frac{5}{12} \times 2\pi(6) = 5\pi. This matches the correct option.

Step-by-Step Solution

1
Set up the equation for the area of the sector to solve for the radius rr.
15π=150360πr215\pi = \frac{150}{360} \pi r^2
The area of a sector is given by the formula A=θ360πr2A = \frac{\theta}{360} \pi r^2, where θ\theta is the central angle in degrees.
2
Simplify the fraction and solve for r2r^2 and rr.
15π=512πr2    15=512r2    r2=36    r=615\pi = \frac{5}{12} \pi r^2 \implies 15 = \frac{5}{12} r^2 \implies r^2 = 36 \implies r = 6
Dividing both sides by π\pi and multiplying by 125\frac{12}{5} isolates r2r^2, and taking the square root gives the radius rr.
3
Calculate the length of the minor arc using the radius and central angle.
Arc Length =150360×2π(6)=512×12π=5π= \frac{150}{360} \times 2\pi(6) = \frac{5}{12} \times 12\pi = 5\pi
The arc length formula is L=θ360×2πrL = \frac{\theta}{360} \times 2\pi r, representing the fraction of the total circumference.

Key Concept

The relationship between a circle's sector area, central angle, radius, and arc length.

Alternative Method

Instead of solving for the radius first, note that the ratio of the sector area to the total area is equal to the ratio of the arc length to the total circumference. Since Sector Area =12rL= \frac{1}{2} r L (where LL is the arc length and rr is the radius), we have 15π=12rL15\pi = \frac{1}{2} r L. Since we also know that the area 15π=512πr2    r=615\pi = \frac{5}{12} \pi r^2 \implies r = 6, substituting this directly into the area-arc relation gives 15π=12(6)L    15π=3L    L=5π15\pi = \frac{1}{2} (6) L \implies 15\pi = 3L \implies L = 5\pi.
Estimated Time:1m 30s
Question 162Question

In the xyxy-plane, a circle is defined by the equation x2+y2+6x8y=0x^2 + y^2 + 6x - 8y = 0. Which of the following points lies on the circle?

Show answer & explanation

Answer: (2,4)(2, 4)

Answer

The point (2,4)(2, 4) lies on the circle.
Substituting the coordinates of the point (2,4)(2, 4) into the circle's equation x2+y2+6x8y=0x^2 + y^2 + 6x - 8y = 0 yields 22+42+6(2)8(4)=4+16+1232=02^2 + 4^2 + 6(2) - 8(4) = 4 + 16 + 12 - 32 = 0, which is a true statement. Therefore, this point lies on the circle.

Step-by-Step Solution

1
Group the xx and yy terms and complete the square for both variables.
The expression (x2+6x)+(y28y)=0(x^2 + 6x) + (y^2 - 8y) = 0 becomes (x2+6x+9)+(y28y+16)=9+16(x^2 + 6x + 9) + (y^2 - 8y + 16) = 9 + 16, which simplifies to (x+3)2+(y4)2=25(x + 3)^2 + (y - 4)^2 = 25.
Converting the general form equation of a circle into the standard form (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2 helps identify its center and radius.
2
Determine the center and the radius from the standard form equation.
The center is (h,k)=(3,4)(h, k) = (-3, 4) and the radius is r=25=5r = \sqrt{25} = 5.
Understanding the circle's parameters allows us to analyze which points lie on its perimeter.
3
Substitute the given options into the standard form equation to verify which point lies on the circle.
For (2,4)(2, 4), we get (2+3)2+(44)2=52+02=25(2 + 3)^2 + (4 - 4)^2 = 5^2 + 0^2 = 25, which is true. For the other points, the equations are not satisfied.
A point lies on a circle if its distance to the center is exactly equal to the radius, meaning its coordinates satisfy the circle's equation.

Key Concept

Equations of Circles in the Coordinate Plane
Estimated Time:1m 30s
Question 163Question

In the xyxy-plane, the graph of the equation x2+y210x24y+69=0x^2 + y^2 - 10x - 24y + 69 = 0 is a circle. What is the distance between the center of this circle and the origin?

Show answer & explanation

Answer: 13

Answer

The distance between the center of the circle and the origin is 13.
Completing the square on the given equation yields standard form (x5)2+(y12)2=100(x - 5)^2 + (y - 12)^2 = 100, identifying the center of the circle as (5,12)(5, 12). The distance from (5,12)(5, 12) to (0,0)(0,0) is calculated using the distance formula: 52+122=169=13\sqrt{5^2 + 12^2} = \sqrt{169} = 13.

Step-by-Step Solution

1
Group the xx and yy terms and complete the square for each variable.
(x5)2+(y12)2=100(x - 5)^2 + (y - 12)^2 = 100
By rewriting x210xx^2 - 10x as (x5)225(x - 5)^2 - 25 and y224yy^2 - 24y as (y12)2144(y - 12)^2 - 144, the equation becomes (x5)225+(y12)2144+69=0(x - 5)^2 - 25 + (y - 12)^2 - 144 + 69 = 0. Combining the constant terms gives (x5)2+(y12)2100=0(x - 5)^2 + (y - 12)^2 - 100 = 0, which simplifies to standard form.
2
Identify the center of the circle from the standard form (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.
The center is (5,12)(5, 12).
Comparing (x5)2+(y12)2=100(x - 5)^2 + (y - 12)^2 = 100 to the standard form shows that h=5h = 5 and k=12k = 12.
3
Use the distance formula to calculate the distance between the center (5,12)(5, 12) and the origin (0,0)(0, 0).
13
The distance formula is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Substituting the points gives d=(50)2+(120)2=25+144=169=13d = \sqrt{(5 - 0)^2 + (12 - 0)^2} = \sqrt{25 + 144} = \sqrt{169} = 13.

Key Concept

Equations of Circles in the Coordinate Plane
Question 164Question

In right triangle XYZXYZ, the measure of angle YY is 9090^\circ. If the length of side XYXY is 1212 and the area of the triangle is 3030, what is the value of cos(X)\cos(X)?

Show answer & explanation

Answer: 1213\frac{12}{13}

Answer

1213\frac{12}{13}
The correct answer is the fraction expressing twelve thirteenths. The area of thirty and the leg length of twelve imply that the other leg has a length of five. Applying the Pythagorean theorem to legs of twelve and five yields a hypotenuse of thirteen. Because cosine is defined as the ratio of the adjacent leg to the hypotenuse, the cosine of angle XX is twelve over thirteen.

Step-by-Step Solution

1
Find the length of leg YZYZ using the area formula.
YZ=5YZ = 5
The area of a right triangle is Area=12×base×height\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}. Here, Area=30\text{Area} = 30 and base XY=12XY = 12, so 30=12×12×YZ    30=6×YZ    YZ=530 = \frac{1}{2} \times 12 \times YZ \implies 30 = 6 \times YZ \implies YZ = 5.
2
Calculate the length of the hypotenuse XZXZ using the Pythagorean theorem.
XZ=13XZ = 13
In right triangle XYZXYZ, the Pythagorean theorem states that XZ2=XY2+YZ2XZ^2 = XY^2 + YZ^2. Substituting the known leg lengths, XZ2=122+52=144+25=169XZ^2 = 12^2 + 5^2 = 144 + 25 = 169. Taking the square root gives XZ=13XZ = 13.
3
Determine the value of cos(X)\cos(X) using the trigonometric definition.
cos(X)=1213\cos(X) = \frac{12}{13}
By definition, the cosine of an acute angle in a right triangle is the ratio of the length of the adjacent side to the length of the hypotenuse. For angle XX, the adjacent side is XYXY and the hypotenuse is XZXZ, so cos(X)=XYXZ=1213\cos(X) = \frac{XY}{XZ} = \frac{12}{13}.

Key Concept

Using the area formula, Pythagorean theorem, and trigonometric ratios to solve right triangles.
Question 165Question

In the xyxy-plane, a circle is represented by the equation x2+y210x+8y8=0x^2 + y^2 - 10x + 8y - 8 = 0. What is the diameter of this circle?

Show answer & explanation

Answer: 14

Answer

14
To find the diameter of the circle, we first rewrite the equation in standard form, (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, by completing the square. Grouping the terms gives (x210x)+(y2+8y)=8(x^2 - 10x) + (y^2 + 8y) = 8. Adding 2525 and 1616 to both sides yields (x5)2+(y+4)2=49(x - 5)^2 + (y + 4)^2 = 49. Since r2=49r^2 = 49, the radius of the circle is 77. The diameter is twice the radius, which is 1414.

Step-by-Step Solution

1
Group the xx-terms and yy-terms and move the constant to the right side of the equation.
(x210x)+(y2+8y)=8(x^2 - 10x) + (y^2 + 8y) = 8
This prepares the equation for completing the square for both variables.
2
Complete the square for both the xx and yy expressions by adding (102)2=25( \frac{-10}{2} )^2 = 25 and (82)2=16( \frac{8}{2} )^2 = 16 to both sides of the equation.
(x210x+25)+(y2+8y+16)=8+25+16(x^2 - 10x + 25) + (y^2 + 8y + 16) = 8 + 25 + 16
Completing the square converts the equation into the standard form of a circle's equation.
3
Rewrite the left side as squared binomials and simplify the right side.
(x5)2+(y+4)2=49(x - 5)^2 + (y + 4)^2 = 49
This puts the equation in the standard form (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.
4
Identify r2r^2 from the standard form equation and calculate the radius rr.
r2=49    r=7r^2 = 49 \implies r = 7
In the standard form equation of a circle, the constant on the right side is the square of the radius.
5
Calculate the diameter by doubling the radius.
Diameter =2r=2(7)=14= 2r = 2(7) = 14
The diameter of a circle is twice its radius.

Key Concept

Equations of Circles in the Coordinate Plane
Question 166Question

A rectangular field has a diagonal path of length 4040 meters. The length of the field is 88 meters greater than its width. What is the width, in meters, of the field?

Show answer & explanation

Answer: 24

Answer

The correct answer is 24.
Letting ww represent the width of the rectangular field in meters, the length is w+8w + 8 meters. The diagonal forms the hypotenuse of a right triangle with the width and the length as legs. By the Pythagorean theorem, w2+(w+8)2=402w^2 + (w+8)^2 = 40^2. Expanding this yields 2w2+16w+64=16002w^2 + 16w + 64 = 1600, which simplifies to w2+8w768=0w^2 + 8w - 768 = 0. Factoring this equation gives (w24)(w+32)=0(w-24)(w+32) = 0. Since width must be positive, the width is 24.

Step-by-Step Solution

1
Represent the dimensions of the rectangular field.
Let the width of the field be ww meters, so the length is w+8w + 8 meters.
The problem states the length is 8 meters greater than the width.
2
Apply the Pythagorean theorem.
w2+(w+8)2=402w^2 + (w + 8)^2 = 40^2
The diagonal of a rectangle forms a right triangle with the width and length as its legs.
3
Simplify the quadratic equation.
w2+8w768=0w^2 + 8w - 768 = 0
Expanding the equation gives 2w2+16w1536=02w^2 + 16w - 1536 = 0, which simplifies when divided by 2.
4
Solve for the variable ww.
(w24)(w+32)=0(w - 24)(w + 32) = 0, so w=24w = 24 or w=32w = -32.
Factoring the quadratic equation gives the possible values for the width.
5
Determine the valid physical width.
w=24w = 24
Since the width of a field must be positive, we reject the negative solution.

Key Concept

Using the Pythagorean theorem to relate the sides of a right triangle in a geometric word problem.
Question 167Question

A drone is hovering directly above a point on the ground. A surveyor's rangefinder, positioned 1.61.6 meters above the ground, measures the angle of elevation to the drone to be 6060^\circ. The rangefinder is located at a horizontal distance of 12312\sqrt{3} meters from the point directly beneath the drone. What is the height, in meters, of the drone above the ground?

Show answer & explanation

Answer: 37.637.6

Answer

The height of the drone above the ground is 37.637.6 meters.
To find the height of the drone, we first represent the situation with a right triangle. The horizontal distance from the point directly below the drone to the rangefinder is 12312\sqrt{3} meters. The angle of elevation is 6060^\circ. In this right triangle, the side opposite the 6060^\circ angle represents the vertical height of the drone above the level of the rangefinder, which we can call hh. Using the tangent ratio, we have tan(60)=h123\tan(60^\circ) = \frac{h}{12\sqrt{3}}. Since tan(60)=3\tan(60^\circ) = \sqrt{3}, we find h=123×3=36h = 12\sqrt{3} \times \sqrt{3} = 36 meters. Finally, we add the height of the rangefinder above the ground to find the total height of the drone: 36+1.6=37.636 + 1.6 = 37.6 meters.

Step-by-Step Solution

1
Identify the right triangle components from the given scenario.
A right triangle is formed where the horizontal leg (adjacent to the 6060^\circ angle) has a length of 12312\sqrt{3} meters, and the vertical leg (opposite the 6060^\circ angle) represents the height hh of the drone above the level of the rangefinder.
This sets up the geometric model to use trigonometric ratios.
2
Use the tangent trigonometric ratio to find the vertical height hh above the rangefinder level.
tan(60)=h1233=h123h=123×3=36\tan(60^\circ) = \frac{h}{12\sqrt{3}} \Rightarrow \sqrt{3} = \frac{h}{12\sqrt{3}} \Rightarrow h = 12\sqrt{3} \times \sqrt{3} = 36 meters.
The tangent function relates the opposite side to the adjacent side in a right triangle.
3
Calculate the total height of the drone above the ground by adding the height of the rangefinder.
Total Height=36+1.6=37.6\text{Total Height} = 36 + 1.6 = 37.6 meters.
The rangefinder is positioned 1.61.6 meters above the ground, so the drone's height relative to the ground is the sum of its height above the rangefinder and the rangefinder's height.

Key Concept

Solving right triangles using trigonometric ratios (specifically tangent) or special 30-60-90 right triangle properties, and accounting for the height of the observer.
Question 168Question

In the figure below, triangle ABCABC is a right triangle with the right angle at BB. Point DD lies on side ACAC such that segment BDBD is perpendicular to side ACAC. If cos(A)=45\cos(A) = \frac{4}{5} and the length of segment ADAD is 1616, what is the length of segment CDCD?

Show answer & explanation

Answer: 9

Answer

The length of segment CD is 9.
The correct answer is the option indicating that the length of segment CD is 9. By applying the definition of cosine in right triangle ADB, the hypotenuse AB is found to be 20. The Pythagorean theorem then yields the length of the altitude BD as 12. Because triangle ADB is similar to triangle BDC, the ratio of the shorter leg to the longer leg is consistent between the triangles, giving the proportion CD/BD = BD/AD. Solving this proportion results in CD = 9.

Step-by-Step Solution

1
Find the length of AB using the definition of cosine in right triangle ADB.
AB=20AB = 20
In right triangle ADB, cos(A)=adjacenthypotenuse=ADAB\cos(A) = \frac{\text{adjacent}}{\text{hypotenuse}} = \frac{AD}{AB}. Substituting the given values: 45=16AB\frac{4}{5} = \frac{16}{AB}, which simplifies to AB=20AB = 20.
2
Find the length of BD using the Pythagorean theorem in right triangle ADB.
BD=12BD = 12
Since ADB is a right triangle, AD2+BD2=AB2AD^2 + BD^2 = AB^2. Substituting the known lengths: 162+BD2=202    256+BD2=400    BD2=144    BD=1216^2 + BD^2 = 20^2 \implies 256 + BD^2 = 400 \implies BD^2 = 144 \implies BD = 12.
3
Use similar triangles to set up a proportion and solve for CD.
CD=9CD = 9
Triangles ADB and BDC are similar. Comparing the ratio of the shorter leg to the longer leg in both triangles gives CDBD=BDAD\frac{CD}{BD} = \frac{BD}{AD}. Substituting the known values: CD12=1216    CD=12×34=9\frac{CD}{12} = \frac{12}{16} \implies CD = 12 \times \frac{3}{4} = 9.

Key Concept

Using trigonometry and similar right triangles to find unknown segment lengths.
Question 169Question

In the xyxy-plane, a circle with center at the origin passes through the point (0,8)(0, 8). A line tangent to the circle at point TT passes through the point P(15,8)P(15, 8). What is the length of segment PTPT?

Show answer & explanation

Answer: 15

Answer

The length of segment PTPT is 1515.
The radius of the circle is 88 because the circle is centered at (0,0)(0,0) and passes through (0,8)(0,8). The distance from the center O(0,0)O(0,0) to point P(15,8)P(15,8) is OP=152+82=17OP = \sqrt{15^2 + 8^2} = 17. The radius OTOT is perpendicular to the tangent segment PTPT at point TT, forming a right triangle OTP\triangle OTP with hypotenuse OPOP and legs OTOT and PTPT. Using the Pythagorean theorem, PT=17282=15PT = \sqrt{17^2 - 8^2} = 15.

Step-by-Step Solution

1
Determine the radius of the circle
Radius r=8r = 8
The circle is centered at the origin (0,0)(0, 0) and passes through (0,8)(0, 8), so the distance from the center to this point is the radius.
2
Calculate the distance from the origin O(0,0)O(0,0) to the point P(15,8)P(15, 8)
Distance OP=17OP = 17
Using the distance formula in the coordinate plane: OP=(150)2+(80)2=225+64=17OP = \sqrt{(15-0)^2 + (8-0)^2} = \sqrt{225 + 64} = 17.
3
Apply the Pythagorean theorem to the right triangle OTP\triangle OTP
Length PT=15PT = 15
Since the tangent line PTPT is perpendicular to the radius OTOT at the point of tangency TT, OTP\triangle OTP is a right triangle with hypotenuse OP=17OP = 17 and leg OT=8OT = 8. Thus, PT=OP2OT2=17282=15PT = \sqrt{OP^2 - OT^2} = \sqrt{17^2 - 8^2} = 15.

Key Concept

Tangent lines to circles and the Pythagorean theorem in the coordinate plane
Question 170Question

In the xyxy-plane, the graph of the equation x2+y28x+6y11=0x^2 + y^2 - 8x + 6y - 11 = 0 is a circle. If the center of the circle is (h,k)(h, k) and the radius is rr, what is the value of h+k+rh + k + r?

Show answer & explanation

Answer: 7

Answer

7
To find h+k+rh + k + r, we convert the general equation x2+y28x+6y11=0x^2 + y^2 - 8x + 6y - 11 = 0 to standard form (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2 by completing the square. Grouping terms gives (x28x)+(y2+6y)=11(x^2 - 8x) + (y^2 + 6y) = 11. Adding 16 and 9 to both sides to complete the square yields (x28x+16)+(y2+6y+9)=11+16+9(x^2 - 8x + 16) + (y^2 + 6y + 9) = 11 + 16 + 9, which simplifies to (x4)2+(y+3)2=36(x - 4)^2 + (y + 3)^2 = 36. Comparing this to the standard form gives center (h,k)=(4,3)(h, k) = (4, -3) and radius r=36=6r = \sqrt{36} = 6. The sum of these values is 4+(3)+6=74 + (-3) + 6 = 7.

Step-by-Step Solution

1
Group the variable terms and move the constant term to the right side of the equation.
(x28x)+(y2+6y)=11(x^2 - 8x) + (y^2 + 6y) = 11
To arrange the equation for completing the square.
2
Complete the square for both variables by adding the square of half the coefficient of the linear terms to both sides.
(x28x+16)+(y2+6y+9)=11+16+9(x^2 - 8x + 16) + (y^2 + 6y + 9) = 11 + 16 + 9
This creates factorable perfect square trinomials on the left side while maintaining equality.
3
Factor the perfect square trinomials and add the constants on the right side.
(x4)2+(y+3)2=36(x - 4)^2 + (y + 3)^2 = 36
To write the equation in the standard form of a circle: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.
4
Determine the coordinates of the center (h,k)(h, k) and the radius rr from the standard form.
Center coordinates h=4h = 4, k=3k = -3, and radius r=6r = 6
Comparing (x4)2+(y+3)2=36(x - 4)^2 + (y + 3)^2 = 36 to standard form reveals h=4h = 4, k=3k = -3, and r=36=6r = \sqrt{36} = 6.
5
Sum the values of hh, kk, and rr together.
4 + (-3) + 6 = 7
To find the final requested value.

Key Concept

Converting the general equation of a circle into standard form by completing the square to identify its center and radius.
Question 171Question

What is the area, in square units, of the circle in the xyxy-plane represented by the equation x2+y2+6x4y12=0x^2 + y^2 + 6x - 4y - 12 = 0?

Show answer & explanation

Answer: 25π25\pi

Answer

The correct answer is 25π25\pi.
To find the area of the circle, the equation is rewritten in the standard form (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. Rearranging the terms gives (x2+6x)+(y24y)=12(x^2 + 6x) + (y^2 - 4y) = 12. Completing the square by adding 9 and 4 to both sides yields (x+3)2+(y2)2=12+9+4=25(x + 3)^2 + (y - 2)^2 = 12 + 9 + 4 = 25. In this standard form, the squared radius of the circle is r2=25r^2 = 25. Because the area of a circle is calculated as A=πr2A = \pi r^2, the area is 25π25\pi.

Step-by-Step Solution

1
Group the xx-terms and yy-terms, and move the constant term to the right side of the equation.
(x2+6x)+(y24y)=12(x^2 + 6x) + (y^2 - 4y) = 12
This prepares the equation for completing the square for both variables.
2
Complete the square for the xx-terms by adding (6/2)2=9(6/2)^2 = 9 to both sides, and for the yy-terms by adding (4/2)2=4(-4/2)^2 = 4 to both sides.
(x2+6x+9)+(y24y+4)=12+9+4(x^2 + 6x + 9) + (y^2 - 4y + 4) = 12 + 9 + 4, which simplifies to (x+3)2+(y2)2=25(x + 3)^2 + (y - 2)^2 = 25.
This expresses the equation in the standard form of a circle, (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, where the center is (h,k)(h, k) and the radius is rr.
3
Identify the squared radius r2r^2 from the standard form and calculate the area of the circle.
r2=25r^2 = 25, so the area of the circle is πr2=25π\pi r^2 = 25\pi.
The area of a circle is calculated using the formula A=πr2A = \pi r^2, so we directly substitute the value of r2r^2 as 25.

Key Concept

Converting the general equation of a circle to standard form to find its radius and calculate its area.
Question 172Question

In the xyxy-plane, the graph of the equation x2+y212x+10y+k=0x^2 + y^2 - 12x + 10y + k = 0, where kk is a constant, is a circle. If this circle is tangent to the yy-axis, what is the value of kk?

Show answer & explanation

Answer: 25

Answer

The value of kk is 25.
Completing the square for the equation x2+y212x+10y+k=0x^2 + y^2 - 12x + 10y + k = 0 yields standard form (x6)2+(y+5)2=61k(x - 6)^2 + (y + 5)^2 = 61 - k. The center of the circle is (6,5)(6, -5) and the radius squared is r2=61kr^2 = 61 - k. Since the circle is tangent to the yy-axis (the line x=0x = 0), its radius must be equal to the horizontal distance from the center to the yy-axis, which is the absolute value of the xx-coordinate of the center, 6=6|6| = 6. Therefore, the radius is 66, and the radius squared is r2=36r^2 = 36. Setting 61k=3661 - k = 36 gives k=25k = 25.

Step-by-Step Solution

1
Complete the square for xx and yy variables in the equation.
(x6)2+(y+5)2=61k(x - 6)^2 + (y + 5)^2 = 61 - k
Completing the square allows the general form equation of the circle to be written in standard form, where the center and radius are easily identifiable.
2
Determine the center and the expression for the radius squared from the standard form.
Center is (6,5)(6, -5) and r2=61kr^2 = 61 - k
In the standard circle equation (xh)2+(ykc)2=r2(x - h)^2 + (y - k_c)^2 = r^2, the center is (h,kc)(h, k_c) and the right side represents the radius squared.
3
Relate the tangency condition to the radius of the circle.
r=6r = 6
A circle tangent to the yy-axis has its radius equal to the distance from its center to the line x=0x = 0, which is the absolute value of the center's xx-coordinate.
4
Calculate the value of the constant kk.
k=25k = 25
Since r=6r = 6, then r2=36r^2 = 36. Setting 61k=3661 - k = 36 and solving for kk gives k=25k = 25.

Key Concept

Completing the square to find the standard form of a circle's equation and applying geometric tangency properties to determine coordinates or constants.
Question 173Question

In right triangle PQRPQR, the measure of angle PQRPQR is 9090^\circ. Point SS lies on side PQPQ. If the length of side QRQR is 1515, the length of segment SRSR is 1717, and the length of segment PSPS is 1212, what is the length of side PRPR?

Show answer & explanation

Answer: 25

Answer

The length of side PRPR is 2525.
First, the Pythagorean theorem is applied to the smaller right triangle SQRSQR to solve for the unknown leg QSQS: QS=SR2QR2=172152=8QS = \sqrt{SR^2 - QR^2} = \sqrt{17^2 - 15^2} = 8. Next, the total length of leg PQPQ is the sum of its parts, PSPS and QSQS, which gives PQ=12+8=20PQ = 12 + 8 = 20. Finally, the Pythagorean theorem is applied to the main right triangle PQRPQR to find the hypotenuse PRPR: PR=PQ2+QR2=202+152=400+225=625=25PR = \sqrt{PQ^2 + QR^2} = \sqrt{20^2 + 15^2} = \sqrt{400 + 225} = \sqrt{625} = 25.

Step-by-Step Solution

1
Use the Pythagorean theorem on the right triangle SQRSQR to find the length of segment QSQS.
QS=8QS = 8
Triangle SQRSQR shares the right angle at QQ with triangle PQRPQR. Thus, QS2+QR2=SR2    QS2+152=172    QS=8QS^2 + QR^2 = SR^2 \implies QS^2 + 15^2 = 17^2 \implies QS = 8.
2
Determine the length of side PQPQ.
PQ=20PQ = 20
Since SS lies on side PQPQ, the length of PQPQ is the sum of PSPS and QSQS: PQ=12+8=20PQ = 12 + 8 = 20.
3
Use the Pythagorean theorem on right triangle PQRPQR to calculate the length of the hypotenuse PRPR.
PR=25PR = 25
PQ2+QR2=PR2    202+152=PR2    400+225=625    PR=25PQ^2 + QR^2 = PR^2 \implies 20^2 + 15^2 = PR^2 \implies 400 + 225 = 625 \implies PR = 25.

Key Concept

Multi-step application of the Pythagorean theorem in nested right triangles
Question 174Question

An isosceles trapezoid has a shorter base of length 1010, a longer base of length 2222, and a height of 88. What is the perimeter of the trapezoid?

Show answer & explanation

Answer: 52

Answer

The perimeter of the trapezoid is 5252.
To find the perimeter of the isosceles trapezoid, we first determine the length of the two congruent slanted sides. By drawing altitudes from the endpoints of the shorter top base to the longer bottom base, we create two right triangles at the sides of the trapezoid. The vertical leg of each right triangle is equal to the height of the trapezoid (88). The horizontal leg of each right triangle is equal to half the difference between the two base lengths, which is 22102=6\frac{22 - 10}{2} = 6. Applying the Pythagorean theorem, the length of each slanted side is 62+82=10\sqrt{6^2 + 8^2} = 10. Finally, the perimeter is the sum of all four sides: 10+22+10+10=5210 + 22 + 10 + 10 = 52.

Step-by-Step Solution

1
Calculate the horizontal base of the right triangles formed by drawing heights from the top base to the bottom base.
66
An isosceles trapezoid is symmetrical. Drawing vertical lines representing the height of 88 from the endpoints of the shorter base of length 1010 down to the longer base of length 2222 divides the longer base into a middle segment of length 1010 and two equal end segments. The length of each end segment is 22102=6\frac{22 - 10}{2} = 6.
2
Use the Pythagorean theorem to find the length of the slanted legs of the trapezoid.
1010
Each slanted leg is the hypotenuse of a right triangle with legs of length 66 and 88. According to the Pythagorean theorem, the hypotenuse length is 62+82=36+64=100=10\sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10.
3
Find the perimeter of the trapezoid by adding the lengths of all four sides.
5252
The perimeter is the sum of the shorter base (1010), the longer base (2222), and the two slanted legs (each of length 1010). Therefore, the perimeter is 10+22+10+10=5210 + 22 + 10 + 10 = 52.

Key Concept

Applying the Pythagorean theorem to find missing side lengths in composite geometric figures
Question 175Question

A 2525-foot ladder is leaning against a vertical wall such that the base of the ladder is 77 feet away from the base of the wall. If the top of the ladder slides down the wall by 44 feet, how many feet does the base of the ladder slide outward along the ground?

Show answer & explanation

Answer: 88

Answer

The base of the ladder slides outward by 88 feet.
The correct answer is 88 feet. By applying the Pythagorean theorem, the initial height of the ladder is found to be 25272=24\sqrt{25^2 - 7^2} = 24 feet. When the ladder slides down 44 feet, its new height is 2020 feet. Using the Pythagorean theorem again, the new base distance is 252202=15\sqrt{25^2 - 20^2} = 15 feet. The difference between the new base distance and the initial base distance is 157=815 - 7 = 8 feet.

Step-by-Step Solution

1
Find the initial height of the top of the ladder on the wall using the Pythagorean theorem.
Initial Height=25272=62549=576=24\text{Initial Height} = \sqrt{25^2 - 7^2} = \sqrt{625 - 49} = \sqrt{576} = 24 feet
The wall, the ground, and the ladder form a right triangle where the ladder is the hypotenuse (2525 feet) and the base distance is one leg (77 feet).
2
Calculate the new height of the top of the ladder after it slides down.
New Height=244=20\text{New Height} = 24 - 4 = 20 feet
The top of the ladder slides down by 44 feet from its initial height of 2424 feet.
3
Calculate the new distance of the base of the ladder from the wall using the Pythagorean theorem.
New Base Distance=252202=625400=225=15\text{New Base Distance} = \sqrt{25^2 - 20^2} = \sqrt{625 - 400} = \sqrt{225} = 15 feet
The ladder length (hypotenuse) remains 2525 feet, and the new height (one leg) is 2020 feet.
4
Find the distance the base of the ladder slid outward by subtracting the initial base distance from the new base distance.
Outward Slide=157=8\text{Outward Slide} = 15 - 7 = 8 feet
The base was initially 77 feet from the wall and is now 1515 feet from the wall.

Key Concept

Applying the Pythagorean theorem to relate side lengths in changing right triangle configurations.
Estimated Time:1m 30s
Question 176Question

In the xyxy-plane, a circle is defined by the equation x2+y2+kx8y=9x^2 + y^2 + kx - 8y = 9, where kk is a constant. If the center of the circle lies on the line y=2xy = 2x, what is the value of kk?

Show answer & explanation

Answer: -4

Answer

-4
The correct answer is the value that satisfies the relation between the circle's center coordinates and the given line. By completing the square on the circle's equation, we rewrite it as (x+k/2)2+(y4)2=25+k2/4(x + k/2)^2 + (y - 4)^2 = 25 + k^2/4. This reveals the center of the circle is at the point (-k/2, 4). Substituting these coordinates into the equation of the line, which is y = 2x, gives the equation 4 = 2(-k/2). Simplifying this relation gives 4 = -k, which yields k = -4.

Step-by-Step Solution

1
Group the x and y terms of the circle equation.
(x2+kx)+(y28y)=9(x^2 + kx) + (y^2 - 8y) = 9
Grouping terms helps in completing the square for x and y separately.
2
Complete the square for both the x and y quadratic expressions.
(x+k2)2k24+(y4)216=9(x + \frac{k}{2})^2 - \frac{k^2}{4} + (y - 4)^2 - 16 = 9, which simplifies to (x+k2)2+(y4)2=25+k24(x + \frac{k}{2})^2 + (y - 4)^2 = 25 + \frac{k^2}{4}
This puts the equation into the standard circle form (xh)2+(yj)2=r2(x - h)^2 + (y - j)^2 = r^2.
3
Identify the coordinates of the center of the circle.
Center: (h,j)=(k2,4)(h, j) = (-\frac{k}{2}, 4)
In standard form, the terms (xh)2(x - h)^2 and (yj)2(y - j)^2 correspond to a center at (h,j)(h, j).
4
Substitute the center coordinates into the line equation y=2xy = 2x to solve for kk.
4=2(k2)    4=k    k=44 = 2(-\frac{k}{2}) \implies 4 = -k \implies k = -4
Since the center lies on the line, the coordinates of the center must satisfy the line's equation.

Key Concept

Completing the square to find the center of a circle in the coordinate plane and using coordinate geometry relations.

Alternative Method

Instead of completing the square fully, recall that for any circle equation of the form x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0, the center coordinates (h,j)(h, j) are given by (D/2,E/2)(-D/2, -E/2). In the given equation, D=kD = k and E=8E = -8. Therefore, the center is (k2,4)(-\frac{k}{2}, 4). Substituting these coordinates directly into the line equation y=2xy = 2x yields 4=2(k2)4 = 2(-\frac{k}{2}), which simplifies to k=4k = -4.
Estimated Time:1m 30s
Question 177Question

In right triangle ABCABC, the measure of angle CC is 9090^\circ. If sinA=513\sin A = \frac{5}{13} and the perimeter of the triangle is 6060, what is the length of the shortest side of triangle ABCABC?

Show answer & explanation

Answer: 10

Answer

10
The trigonometric ratio sinA=513\sin A = \frac{5}{13} gives the ratio of the side opposite to angle AA to the hypotenuse. Using the Pythagorean theorem, the adjacent side corresponds to the 5-12-13 right triangle ratio. The perimeter in terms of the ratio factor kk is 5k+12k+13k=30k5k + 12k + 13k = 30k. Setting 30k=6030k = 60 yields k=2k = 2. The shortest side of the triangle corresponds to the smallest ratio value, which is 5k5k. Multiplying 55 by the scale factor 22 yields a length of 1010.

Step-by-Step Solution

1
Use the definition of sine to set up the ratio of the side lengths.
Since sinA=oppositehypotenuse=BCAB=513\sin A = \frac{\text{opposite}}{\text{hypotenuse}} = \frac{BC}{AB} = \frac{5}{13}, let the side opposite to angle AA (BCBC) be 5k5k and the hypotenuse (ABAB) be 13k13k, where kk is a positive constant.
This relates the given trigonometric ratio to the side lengths of the right triangle.
2
Find the third side using the Pythagorean theorem or Pythagorean triples.
Using the Pythagorean theorem, AC2+BC2=AB2AC^2 + BC^2 = AB^2, we get AC2+(5k)2=(13k)2    AC2+25k2=169k2    AC2=144k2    AC=12kAC^2 + (5k)^2 = (13k)^2 \implies AC^2 + 25k^2 = 169k^2 \implies AC^2 = 144k^2 \implies AC = 12k. This matches the 5-12-13 Pythagorean triple.
To find the perimeter, all three side lengths of the right triangle are needed.
3
Set up an equation for the perimeter and solve for kk.
The perimeter is the sum of all sides: 5k+12k+13k=30k5k + 12k + 13k = 30k. We are given that the perimeter is 6060. Thus, 30k=60    k=230k = 60 \implies k = 2.
Using the given perimeter helps determine the exact side lengths.
4
Determine the length of the shortest side.
The side lengths are BC=5(2)=10BC = 5(2) = 10, AC=12(2)=24AC = 12(2) = 24, and AB=13(2)=26AB = 13(2) = 26. The shortest side is BCBC, which has a length of 1010.
The question asks for the length of the shortest side.

Key Concept

Using trigonometric ratios and the Pythagorean theorem to find side lengths of right triangles from perimeter.
Estimated Time:1m 30s
Question 178Question

In the xyxy-plane, triangle ABCABC is a right triangle with the right angle at BB. The vertices of the triangle are A(3,11)A(3, 11), B(15,20)B(15, 20), and C(27,y)C(27, y), where yy is a constant. If the length of the hypotenuse ACAC is 25 and y<20y < 20, what is the value of yy?

Show answer & explanation

Answer: 4

Answer

The value of yy is 4.
Applying the distance formula to vertices A(3,11)A(3, 11) and B(15,20)B(15, 20) yields a length of 15 for side ABAB. Since triangle ABCABC has its right angle at BB, the hypotenuse is AC=25AC = 25. Using the Pythagorean theorem (AB2+BC2=AC2AB^2 + BC^2 = AC^2), we find that BC=20BC = 20. Setting the distance between B(15,20)B(15, 20) and C(27,y)C(27, y) equal to 20 gives (2715)2+(y20)2=202(27-15)^2 + (y-20)^2 = 20^2. This simplifies to (y20)2=256(y-20)^2 = 256, which has solutions y=36y = 36 or y=4y = 4. Given that y<20y < 20, the value of yy must be 4.

Step-by-Step Solution

1
Calculate the length of segment ABAB using the distance formula.
AB=15AB = 15
To find one of the leg lengths of the right triangle.
2
Apply the Pythagorean theorem to find the length of leg BCBC.
BC=20BC = 20
To determine the length of the other leg of the right triangle.
3
Use the distance formula for BCBC and the condition y<20y < 20 to solve for yy.
y=4y = 4
To find the vertical coordinate of vertex CC.

Key Concept

Using the Pythagorean theorem in coordinate geometry to solve for unknown coordinates.
PreviousPage 9 / 9