Solving Right Triangles: Pythagorean Theorem, Trigonometry

Help Questions

Pre-Calculus › Solving Right Triangles: Pythagorean Theorem, Trigonometry

Questions 1 - 10
1

In right triangle $\triangle ABC$, $\angle C = 90^\circ$. If $AC = 8$ and $AB = 17$ (hypotenuse), what is the exact value of $\sin(\angle A)$?

$\frac{15}{8}$

$\frac{8}{17}$

$\frac{17}{15}$

$\frac{15}{17}$

Explanation

This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. From the perspective of angle A, the side BC is the opposite side, and we need to find BC first using the Pythagorean theorem: AC² + BC² = AB², so 8² + BC² = 17², giving 64 + BC² = 289, thus BC² = 225 and BC = 15. Choice B is correct because sin(A) = opposite/hypotenuse = BC/AB = 15/17. Choice A incorrectly uses the adjacent side instead of the opposite side, calculating cos(A) = AC/AB = 8/17 instead of sin(A) = 15/17. Remember the SOH-CAH-TOA mnemonic for choosing the correct trig ratio: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent, where opposite and adjacent are always relative to the angle in question.

2

In right triangle $\triangle ABC$, $\angle C = 90^\circ$. The legs are $AC = 9$ cm and $BC = 12$ cm, and the hypotenuse is $AB = c$. What is the exact length of side $AB$?

$21$ cm

$15$ cm

$3$ cm

$\sqrt{63}$ cm

Explanation

This question tests the ability to solve right triangles using the Pythagorean theorem. The Pythagorean theorem states that in a right triangle, the square of the hypotenuse equals the sum of the squares of the two legs: a² + b² = c². Given sides of length 9 and 12, we substitute into the Pythagorean theorem: 9² + 12² = c², which gives 81 + 144 = c², so c² = 225, and taking the square root yields c = 15. Choice A is correct because when we substitute the given values into the Pythagorean theorem, we get AB = √(9² + 12²) = √(81 + 144) = √225 = 15 cm. Choice B incorrectly adds the sides instead of adding their squares: 9 + 12 = 21 instead of √(9² + 12²) = 15. This is a 3-4-5 Pythagorean triple scaled by factor 3, so we can recognize immediately that the missing side is 15 without calculation. Key to right triangle problems: first identify the right angle and hypotenuse (longest side, opposite the right angle), then decide whether you have enough information for Pythagorean theorem (two sides known) or need trigonometry (one side and one angle known).

3

In right triangle $\triangle ABC$, $\angle C = 90^\circ$ and $AB$ is the hypotenuse. If $AB = 13$ and $AC = 5$, what is the exact length of leg $BC$?

$12$

$18$

$8$

$\sqrt{194}$

Explanation

This question tests the ability to solve right triangles using the Pythagorean theorem. The Pythagorean theorem states that in a right triangle, the square of the hypotenuse equals the sum of the squares of the two legs: a² + b² = c². Since we know the hypotenuse AB = 13 and one leg AC = 5, we need to find the other leg BC, so we rearrange: AC² + BC² = AB², which gives 5² + BC² = 13², so 25 + BC² = 169, therefore BC² = 144, and taking the square root yields BC = 12. Choice B is correct because when we substitute into the rearranged Pythagorean theorem, we get BC = √(13² - 5²) = √(169 - 25) = √144 = 12. Choice C incorrectly adds the squares instead of subtracting: √(169 + 25) = √194 instead of √(169 - 25) = 12. This is a 5-12-13 Pythagorean triple, so we can recognize immediately that the missing side is 12 without calculation. When using the Pythagorean theorem, always check that you're putting the hypotenuse (the longest side) as c in the equation a² + b² = c², not one of the legs.

4

A ladder is $10$ ft long and leans against a vertical wall. The bottom of the ladder is $6$ ft from the wall, forming a right triangle with the ground and the wall. What is the height (in feet) the ladder reaches up the wall?

$\sqrt{136}$ ft

$16$ ft

$8$ ft

$4$ ft

Explanation

This question tests the ability to solve right triangles using the Pythagorean theorem. The Pythagorean theorem states that in a right triangle, the square of the hypotenuse equals the sum of the squares of the two legs: a² + b² = c². The ladder forms the hypotenuse (10 ft), the distance from the wall is one leg (6 ft), and we need to find the height up the wall, which is the other leg, so we use: 6² + height² = 10², which gives 36 + height² = 100, so height² = 64, and taking the square root yields height = 8 ft. Choice C is correct because when we substitute the given values into the rearranged Pythagorean theorem, we get height = √(10² - 6²) = √(100 - 36) = √64 = 8 ft. Choice A incorrectly subtracts the sides instead of using the Pythagorean theorem: 10 - 6 = 4 instead of √(10² - 6²) = 8. This is a 6-8-10 triangle (a scaled 3-4-5 triple), so we can recognize immediately that the missing side is 8 without calculation. Recognize common Pythagorean triples (3-4-5, 5-12-13, 8-15-17) and their multiples to save time on calculations—if you see two sides of a triple, the third can be determined without calculation.

5

In right triangle $\triangle ABC$, $\angle C = 90^\circ$ and $AB$ is the hypotenuse. If $BC = 12$ and $AB = 13$, what is the value of $\cos(\angle B)$?

$\frac{12}{5}$

$\frac{5}{13}$

$\frac{13}{12}$

$\frac{12}{13}$

Explanation

This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. From the perspective of angle B, the side BC is the adjacent side (it touches angle B), and AB is the hypotenuse, so we use cos(B) = adjacent/hypotenuse = BC/AB = 12/13. Choice C is correct because it correctly identifies BC as the adjacent side to angle B and uses cos(B) = 12/13. Choice B incorrectly identifies the sides, using AC (which we'd need to calculate as 5) as if it were adjacent to angle B, when actually AC is opposite to angle B. This is a 5-12-13 Pythagorean triple, confirming our work since AC would be 5. Remember the SOH-CAH-TOA mnemonic for choosing the correct trig ratio: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent, where opposite and adjacent are always relative to the angle in question.

6

In right triangle $\triangle ABC$, $\angle C = 90^\circ$ and $AB$ is the hypotenuse. If $\angle A = 30^\circ$ and $AB = 14$, what is the exact length of side $BC$?

$14\sqrt{3}$

$28$

$7\sqrt{3}$

$7$

Explanation

This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. From the perspective of angle A = 30°, the side BC is the opposite side and AB is the hypotenuse, so we use sin(30°) = BC/AB, which gives 1/2 = BC/14, solving to get BC = 14 × (1/2) = 7. Choice A is correct because sin(30°) = 1/2, so BC = AB × sin(30°) = 14 × (1/2) = 7. Choice B incorrectly uses cos(30°) = √3/2 instead of sin(30°), giving BC = 14 × (√3/2) = 7√3, which would be the length of AC, not BC. This is a 30-60-90 triangle scaled by factor 7, where the sides are in ratio 1:√3:2, confirming BC = 7. For complementary angles in a right triangle, sin(θ) = cos(90° - θ), which explains why the sine of one acute angle equals the cosine of the other.

7

In right triangle $\triangle ABC$, $\angle C = 90^\circ$. If $AC = 12$ and $BC = 5$, what is the exact value of $\tan(\angle A)$?

$\frac{12}{13}$

$\frac{5}{13}$

$\frac{12}{5}$

$\frac{5}{12}$

Explanation

This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. From the perspective of angle A, the side BC = 5 is the opposite side and AC = 12 is the adjacent side, so we use tan(A) = opposite/adjacent = BC/AC = 5/12. Choice D is correct because it correctly identifies BC as opposite to angle A and AC as adjacent to angle A, giving tan(A) = 5/12. Choice A inverts the ratio, calculating adjacent/opposite = 12/5 instead of opposite/adjacent = 5/12. This is a 5-12-13 Pythagorean triple, which we can verify by checking that 5² + 12² = 25 + 144 = 169 = 13². Remember the SOH-CAH-TOA mnemonic for choosing the correct trig ratio: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent, where opposite and adjacent are always relative to the angle in question.

8

In right triangle $YZA$, the right angle is at $Z$. If the hypotenuse is $YA = 10$ and $\angle Y = 60^\circ$, what is the exact length of the leg $YZ$ (adjacent to $\angle Y$)?

$5\sqrt{3}$

$5$

$10\sqrt{3}$

$\frac{10}{\sqrt{3}}$

Explanation

This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. Since we know the hypotenuse of length 10 and need to find the adjacent side to angle Y of 60°, we use the cosine ratio: cos(60°) = adjacent/hypotenuse, so adjacent = 10 × cos(60°) = 10 × 0.5 = 5. Choice A is correct because it uses the cosine ratio with the given angle of 60° and hypotenuse of 10, correctly identifying the adjacent side. Choice B uses sine when the problem requires cosine, confusing which ratio relates the adjacent side. Remember the SOH-CAH-TOA mnemonic for choosing the correct trig ratio: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent, where opposite and adjacent are always relative to the angle in question. Key to right triangle problems: first identify the right angle and hypotenuse (longest side, opposite the right angle), then decide whether you have enough information for Pythagorean theorem (two sides known) or need trigonometry (one side and one angle known).

9

A surveyor stands 15 m from the base of a tower on level ground. The angle of elevation to the top of the tower is $45^\circ$. What is the height of the tower?

$\dfrac{15}{\sqrt{2}}$ m

$30$ m

$15$ m

$15\sqrt{2}$ m

Explanation

This question tests the ability to solve right triangles using trigonometric ratios. Trigonometric ratios relate the angles of a right triangle to the ratios of its sides: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, and tan(θ) = opposite/adjacent. From the surveyor's position, the horizontal distance (15 m) is adjacent to the angle of elevation, and the tower height is opposite, so we use tan(45°) = height/15, solving to get height = 15 × tan(45°) = 15 × 1 = 15. Choice A is correct because tan(45°) = 1, so height = 15 × tan(45°) = 15 × 1 = 15 m. Choice B incorrectly treats this as a 45-45-90 triangle where the hypotenuse would be 15√2, but 15 m is the adjacent side (horizontal distance), not the hypotenuse. In a 45-45-90 triangle, the two legs are equal, so when the angle of elevation is 45°, the height equals the horizontal distance. Remember that for angle of elevation problems, use tangent when you know the horizontal distance and need the height, since tan(elevation angle) = height/horizontal distance.

10

In right triangle $ABC$, the right angle is at $C$. The hypotenuse is $AB=13$ m and one leg is $BC=5$ m. What is the exact length of the other leg $AC$?

$18$ m

$12$ m

$ \sqrt{194}$ m

$8$ m

Explanation

This question tests the ability to solve right triangles using the Pythagorean theorem. The Pythagorean theorem states that in a right triangle, the square of the hypotenuse equals the sum of the squares of the two legs: a² + b² = c². Since we know the hypotenuse (13 m) and one leg (BC = 5 m), we need to find the other leg AC, so we rearrange: AC² + 5² = 13², which gives AC² + 25 = 169, so AC² = 144, and taking the square root yields AC = 12. Choice B is correct because this is a 5-12-13 Pythagorean triple, so we can recognize immediately that the missing side is 12 without calculation. Choice A incorrectly adds the squares: √(13² + 5²) = √(169 + 25) = √194, treating both given sides as legs instead of recognizing that 13 is the hypotenuse. When using the Pythagorean theorem, always check that you're putting the hypotenuse (the longest side) as c in the equation a² + b² = c², not one of the legs. Remember that in any right triangle, the hypotenuse is always the longest side, so if you're given two sides, the larger one is the hypotenuse if it's opposite the right angle.

Page 1 of 6