Math III · G-SRT.11

Applying the Laws of Sines and Cosines to Find Unknown Measurements

Triangle-solving laws let students compute distances and angles that cannot be measured directly, including in non-right triangles.

Concept Geometry
Domain Similarity, Right Triangles, and Trigonometry
Read time 7 minutes

What this learning objective is really asking you to learn

This objective asks students to apply the Laws of Sines and Cosines to find unknown measurements in right and non-right triangles. Objective 174 focused on proving and understanding the laws. Objective 175 focuses on choosing and using them in problems.

The key challenge is tool selection. Students must decide whether to use right-triangle trigonometry, the Law of Sines, or the Law of Cosines.

Use right-triangle trigonometry when the triangle has a right angle and the problem involves acute angles and side ratios.

Use the Law of Sines when you know an angle-side opposite pair and another angle or side. It is especially useful for ASA, AAS, and some SSA cases.

Use the Law of Cosines when you know two sides and the included angle (SAS), or all three sides (SSS). It is also useful when the triangle is not right and the Pythagorean Theorem does not apply.

This objective is about finding unknown side lengths and angle measures. In real problems, these might represent distances across water, heights, bearings, forces, support lengths, roof angles, or paths.

Students should also interpret reasonableness. In any triangle, larger angles are opposite larger sides. Angle measures must sum to 180°. Side lengths must satisfy triangle inequality. If a computed answer violates these facts, something is wrong.

The goal is not to use one formula mechanically. It is to analyze the triangle, choose the right tool, compute carefully, and interpret the result.

Why students should learn this math

Students should learn this because indirect measurement is one of the classic powers of mathematics. Often, the measurement we want is inaccessible. You may not be able to measure directly across a lake, up a cliff, between two aircraft, or along a dangerous route. But if you can measure some angles and distances, trigonometry can find the unknowns.

Surveying is the classic example. Measure a baseline and angles to a distant point, then solve a triangle. Navigation uses bearings and distances. Engineering uses triangle relationships in supports, cranes, bridges, and mechanical linkages. Physics uses triangles for vectors and forces. Architecture uses triangle calculations for roofs, ramps, and sight lines.

This objective also teaches strategic thinking. Students need to decide which law fits the available information. A formula-first student may use the wrong tool. A model-first student asks: what do I know, what do I need, and what triangle case is this?

Right-triangle trig remains useful, but the world is not made only of right triangles. The Laws of Sines and Cosines complete the triangle-solving toolkit. They let students handle general triangles.

The “why” is that these laws turn partial triangle information into complete measurement. They are tools for seeing what cannot be directly measured.

The historical machinery: triangulation and measurement

Triangulation is a method of locating points by measuring angles from known positions. It has been used in surveying, mapmaking, astronomy, and navigation for centuries. The Laws of Sines and Cosines are central tools for such work.

Before satellite positioning, triangulation helped map regions and measure distances. Even now, geometric triangulation ideas appear in GPS, robotics, computer vision, and engineering. The mathematical foundation is the relationship among triangle sides and angles.

The practical history of these laws is important. They were not created to make triangles harder after right-triangle trig. They were created because real measurement problems needed them. They extend trigonometry from idealized right-triangle situations to flexible real-world geometry.

Where this fits in the big map of mathematics

This objective follows the proof and statement of the Laws of Sines and Cosines. It is the application layer.

It connects to right-triangle trigonometry. Sometimes the best solution is still sine, cosine, or tangent in a right triangle.

It connects to triangle congruence and similarity. Triangle measurements are controlled by relationships among sides and angles.

It connects to modeling with geometry. Many real design and measurement problems produce triangles.

It connects to vectors and physics. Force addition and displacement problems often use non-right triangles.

It connects to trigonometric functions and calculator use. Students must use correct angle units and inverse trig carefully.

The big-map role is applied measurement. Students use triangle laws to solve real geometric problems.

How to choose the right method

Use this decision guide:

If the triangle is right:

  • Use sine, cosine, tangent, or Pythagorean Theorem.

If you know two angles and one side:

  • Use Law of Sines.

If you know two sides and a non-included angle:

  • Law of Sines may apply, but watch for the ambiguous SSA case.

If you know two sides and the included angle:

  • Use Law of Cosines.

If you know all three sides:

  • Use Law of Cosines to find angles.

If you know an opposite angle-side pair and need another side or angle:

  • Use Law of Sines.

Example: Given \(A=35°\), \(B=80°\), and \(a=12\), find \(b\).

Law of Sines is appropriate because an opposite pair \(A\) and \(a\) is known.

\[a/sin A = b/sin B\].
\[12/sin 35° = b/sin 80°\].
\[b = 12 sin 80° / sin 35° ≈ 20.6\].

Then \(C=180°-35°-80°=65°\), if needed.

Law of Cosines example

Given sides \(a=8\), \(b=11\), and included angle \(C=42°\), find \(c\).

\[c^2 = a^2 + b^2 - 2ab cos C\].
\[c^2 = 8^2 + 11^2 - 2(8)(11)cos 42°\].
\[c^2 = 64 + 121 - 176cos 42°\].

Using technology, cos 42°≈0.7431.

\[c^2≈185 - 130.79 = 54.21\].

c≈7.36.

Reasonableness check: since the included angle is less than 90°, side \(c\) should be less than what the Pythagorean result would be for a right included angle: \(\sqrt{64+121}=\sqrt{185}≈13.6\). The answer 7.36 is plausible because the sides lean toward each other.

Worked example: finding an angle from three sides

A triangle has sides 9, 12, and 15. Find the angle opposite side 15.

Use Law of Cosines:

\[c^2 = a^2 + b^2 - 2ab cos C\].

Let \(c=15\), \(a=9\), \(b=12\).

\[15^2 = 9^2 + 12^2 - 2(9)(12)cos C\].
\[225 = 81 + 144 - 216cos C\].
\[225 = 225 - 216cos C\].

So

\[0 = -216cos C\].
\[cos C = 0\].

Therefore

\[C = 90°\].

This triangle is a 9-12-15 right triangle. The Law of Cosines reveals the right angle.

Worked example: indirect distance

Two observation points A and B are 500 meters apart. A distant tower T is seen from A at an angle of 62° from baseline AB and from B at an angle of 48° from baseline BA. Find the distance from A to the tower.

The triangle has angles \(A=62°\), \(B=48°\), so

\[T=180°-62°-48°=70°\].

Side \(AB=500\) is opposite angle T. We want \(AT\), which is opposite angle B.

Use Law of Sines:

\[AT/sin 48° = 500/sin 70°\].

So

\[AT = 500 sin 48° / sin 70°\].

Using technology,

AT≈395.4 meters.

This is classic triangulation: measure a baseline and two angles, then compute an inaccessible distance.

The ambiguous SSA case

The Law of Sines can produce ambiguity when two sides and a non-included angle are known. This is called the SSA case. Sometimes there is one triangle, sometimes two, and sometimes none.

For example, if you know angle A, side a opposite A, and side b, solving for angle B may involve

\[sin B = b sin A / a\].

If the sine value is between 0 and 1, there may be two possible angles with that sine: \(B\) and 180°-B. Both may or may not create valid triangles depending on angle sums.

Students should not panic about this, but they should know that Law of Sines in SSA cases requires extra checking. Geometry is not always one-answer mechanical.

Calculator and units

Students must check whether the problem uses degrees or radians. Triangle angle problems are often in degrees, but trigonometric functions in advanced contexts may use radians. Calculator mode matters. A correct formula with the wrong angle mode gives a wrong answer.

A good habit is to write the unit next to every angle and verify calculator mode before computing.

Tool-choice drill

Students should practice identifying the method before solving.

Case 1: two angles and one side are known. Use Law of Sines.

Case 2: two sides and the included angle are known. Use Law of Cosines.

Case 3: all three sides are known and an angle is needed. Use Law of Cosines.

Case 4: a right triangle has one side and one acute angle known. Use right-triangle trig.

Case 5: two sides and a non-included angle are known. Law of Sines may apply, but check for the ambiguous case.

This tool-choice layer is often more important than the arithmetic.

Bearing example

A boat travels 12 km from point A to point B. From B, it turns 70° and travels 9 km to point C. How far is C from A?

The known information is two sides and the included angle, assuming the 70° is the angle between the two travel segments. Use Law of Cosines:

\[AC^2 = 12^2 + 9^2 - 2(12)(9)cos 70°\].
\[AC^2 = 144 + 81 - 216cos 70°\].

Using cos 70°≈0.342, we get

\[AC^2≈225 - 73.9 = 151.1\].

AC≈12.3 km.

This is a realistic navigation-style use.

Triangle inequality check

Before solving with three sides, check whether a triangle is possible. The sum of any two side lengths must exceed the third. Sides 4, 5, and 12 cannot form a triangle because \(4+5<12\). A formula may still be attempted, but the geometry is impossible.

This is a simple reasonableness check students should use.

Problem Library

Problems in the App From This Objective

147 problems across 12 archetypes in the app.

set proportional relationship and solve.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Use Law of Sines in applied AAS/ASA problem baseline side 120 m opposite 35 degrees; another angle 72 degrees.

Problem 2

Use Law of Sines in applied AAS/ASA problem construction triangle has side 40 ft between known angles 50 and 60.

Problem 3

Use Law of Sines in applied AAS/ASA problem navigation triangle with A=42,B=68,a=15 mi.

Problem 4

Use Law of Sines in applied AAS/ASA problem surveyor measures angles 45 and 65 degrees to a distant tree from a 100-meter baseline, with the 100m side opposite the 65 degree angle.

Problem 5

Use Law of Sines in applied AAS/ASA problem ship observes lighthouse A at 30 degrees and lighthouse B at 70 degrees from its current position, with the distance between lighthouses A and B being 20 miles.

Problem 6

Use Law of Sines in applied AAS/ASA problem roof truss has a base angle of 40 degrees, another angle of 80 degrees, and the side opposite the 40-degree angle is 15 feet.

Problem 7

Use Law of Sines in applied AAS/ASA problem a tower is observed from two points 60m apart on level ground. The angle of elevation from the first point to the top of the tower is 35 degrees, and the angle from the second point to the top of the tower is 50 degrees, with the two points on the same side of the tower.

Problem 8

Use Law of Sines in applied AAS/ASA problem an aircraft is tracked by two radar stations 25 miles apart. From station 1, the angle to the aircraft is 70 degrees. From station 2, the angle to the aircraft is 60 degrees.

Problem 9

Use Law of Sines in applied AAS/ASA problem a triangular plot of land has two angles measuring 55 and 75 degrees, and the side between these angles is 75 yards.

Problem 10

Use Law of Sines in applied AAS/ASA problem to find the distance across a lake, a baseline of 200 meters is established. Angles to a point on the opposite shore are measured as 60 degrees and 85 degrees, with the 200m side opposite the 85 degree angle.

Problem 11

Use Law of Sines in applied AAS/ASA problem a boat travels 10 km from point A to point B. From point A, a buoy is sighted at an angle of 40 degrees relative to the path AB. From point B, the buoy is sighted at an angle of 100 degrees relative to the path BA.

Problem 12

Use Law of Sines in applied AAS/ASA problem a bridge support forms a triangle with angles 48 and 70 degrees. The side opposite the 48-degree angle is 30 meters.

Problem 13

Use Law of Sines in applied AAS/ASA problem a triangular property boundary has two angles of 65 and 45 degrees, and the side connecting these angles is 150 feet.

Problem 14

Use Law of Sines in applied AAS/ASA problem two rescue boats are 5 miles apart. Boat A spots a distressed vessel at an angle of 55 degrees relative to the line AB. Boat B spots the same vessel at an angle of 75 degrees relative to the line BA.

Problem 15

Use Law of Sines in applied AAS/ASA problem a support beam forms a triangle with angles 30 and 110 degrees, and the side between these angles is 25 feet.

Open in simulator
account for ambiguous case.
12 problems Warmup Practice Mixed Review Assessment
Problem 16

Use Law of Sines in applied SSA problem A=30 degrees, a=10 m, b=15 m.

Problem 17

Use Law of Sines in applied SSA problem A=40 degrees, a=5, b=12.

Problem 18

Use Law of Sines in applied SSA problem A=55 degrees, a=20, b=10.

Problem 19

Use Law of Sines in applied SSA problem A=60 degrees, a=8 cm, b=10 cm.

Problem 20

Use Law of Sines in applied SSA problem A=30 degrees, a=5 km, b=10 km.

Problem 21

Use Law of Sines in applied SSA problem A=45 degrees, a=10 ft, b=12 ft.

Problem 22

Use Law of Sines in applied SSA problem A=20 degrees, a=15 m, b=20 m.

Problem 23

Use Law of Sines in applied SSA problem A=70 degrees, a=15 m, b=10 m.

Problem 24

Use Law of Sines in applied SSA problem A=100 degrees, a=25 cm, b=20 cm.

Problem 25

Use Law of Sines in applied SSA problem A=35 degrees, a=30 km, b=25 km.

Problem 26

Use Law of Sines in applied SSA problem A=80 degrees, a=7 in, b=7 in.

Open in simulator
Problem 27

Use Law of Sines in applied SSA problem A=110 degrees, a=10 m, b=12 m.

find missing side.
12 problems Warmup Practice Mixed Review Assessment
Problem 28

Use Law of Cosines in applied SAS problem two paths 6 km and 9 km with included angle 50 degrees.

Problem 29

Use Law of Cosines in applied SAS problem brace sides 8 ft and 12 ft meet at 35 degrees.

Problem 30

Use Law of Cosines in applied SAS problem ships travel 20 mi and 15 mi with included angle 110 degrees.

Problem 31

Use Law of Cosines in applied SAS problem a triangular plot of land with two sides measuring 100 m and 150 m, and the angle between them is 75 degrees.

Problem 32

Use Law of Cosines in applied SAS problem two structural beams 7 meters and 10 meters long joined at an angle of 60 degrees.

Open in simulator
Problem 33

Use Law of Cosines in applied SAS problem two airplanes depart from the same airport, one flies 300 km and the other 400 km, with an angle of 80 degrees between their flight paths.

Problem 34

Use Law of Cosines in applied SAS problem a golf shot travels 250 yards to a point, then another 150 yards to the hole, with an angle of 120 degrees between the two shots.

Problem 35

Use Law of Cosines in applied SAS problem a triangle has sides of length 12 cm and 18 cm, and the included angle is 45 degrees.

Problem 36

Use Law of Cosines in applied SAS problem two robotic arms extend 0.5 meters and 0.8 meters from a pivot, forming an angle of 95 degrees.

Problem 37

Use Law of Cosines in applied SAS problem a fence section is 20 feet long, another is 30 feet long, and they meet at an angle of 100 degrees.

Problem 38

Use Law of Cosines in applied SAS problem a roof truss has two top chords of 15 feet and 20 feet, with the angle between them at the peak being 115 degrees.

Problem 39

Use Law of Cosines in applied SAS problem a boat travels 5 miles, then turns and travels 8 miles, with the angle between its two paths being 110 degrees.

find missing angle.
12 problems Warmup Practice Mixed Review Assessment
Problem 40

Use Law of Cosines in applied SSS problem triangle sides 7,9,12 find angle opposite 12.

Problem 41

Use Law of Cosines in applied SSS problem support triangle sides 5,6,8 classify largest angle.

Problem 42

Use Law of Cosines in applied SSS problem parcel sides 30,40,50.

Problem 43

Use Law of Cosines in applied SSS problem triangle with sides 3, 4, and 6, determine the largest angle.

Problem 44

Use Law of Cosines in applied SSS problem triangle with sides 7, 8, 9, find the angle opposite the side of length 7.

Problem 45

Use Law of Cosines in applied SSS problem triangle with sides 6, 8, 10, find the angle opposite the side of length 6.

Problem 46

Use Law of Cosines in applied SSS problem a triangle has sides 2, 3, and 4, classify its largest angle.

Problem 47

Use Law of Cosines in applied SSS problem a triangle has sides 5, 6, and 7, classify its largest angle.

Problem 48

Use Law of Cosines in applied SSS problem a triangle has sides of length 10, 15, and 20, find the angle opposite the side of length 15.

Problem 49

Use Law of Cosines in applied SSS problem given a triangle with sides 8, 10, and 12, classify the angle opposite the side of length 8.

Problem 50

Use Law of Cosines in applied SSS problem triangle with sides 5, 7, 10, determine the angle opposite the side of length 10.

Problem 51

Use Law of Cosines in applied SSS problem a triangle has sides 9, 12, and 15, classify its largest angle.

Open in simulator
choose method based on available data.
12 problems Warmup Practice Mixed Review Assessment
Problem 52

Combine right-triangle trig with Laws of Sines/Cosines for altitude splits non-right triangle into two right triangles.

Problem 53

Combine right-triangle trig with Laws of Sines/Cosines for one part has right angle, adjacent triangle is oblique.

Problem 54

Combine right-triangle trig with Laws of Sines/Cosines for mixed diagram with bearing and elevation.

Open in simulator
Problem 55

Combine right-triangle trig with Laws of Sines/Cosines for a vertical tower observed from two points on level ground, one directly in line with the base and the other offset.

Problem 56

Combine right-triangle trig with Laws of Sines/Cosines for an object at a known altitude observed from two points on the ground, where one observation forms a right triangle with the object's projection.

Problem 57

Combine right-triangle trig with Laws of Sines/Cosines for a flagpole on top of a building, observed from a point on the ground, forming two right triangles (one to building top, one to flagpole top) and an oblique triangle involving the flagpole.

Problem 58

Combine right-triangle trig with Laws of Sines/Cosines for a surveyor measuring an inaccessible distance across a river, establishing a perpendicular baseline on one side, creating a right triangle, and then an oblique triangle to the target point on the other side.

Problem 59

Combine right-triangle trig with Laws of Sines/Cosines for two ships observed from a lighthouse of known height, where the lighthouse forms a right angle with the sea level, and the ships' positions relative to each other form an oblique triangle.

Problem 60

Combine right-triangle trig with Laws of Sines/Cosines for a ramp leading to a platform, with a vertical support beam creating a right angle with the ground, and an oblique triangle formed by the ramp, the support, and the platform's edge.

Problem 61

Combine right-triangle trig with Laws of Sines/Cosines for a kite flying at a certain angle of elevation, forming a right triangle with the ground, and another point on the ground forming an oblique triangle with the kite and the first observation point.

Problem 62

Combine right-triangle trig with Laws of Sines/Cosines for a plane flying at a constant altitude, observed from two different points on the ground, where one observation forms a right triangle with the plane's projection directly below.

Problem 63

Combine right-triangle trig with Laws of Sines/Cosines for a diagonal path across a rectangular field, where a point off the path forms an oblique triangle with two points on the path, and the field's dimensions allow for right-triangle calculations.

translate bearings into triangle angles.
12 problems Warmup Practice Mixed Review Assessment
Problem 64

Solve bearing/navigation triangle two paths from same point with bearings differing by 70 degrees and lengths 12 and 18.

Problem 65

Solve bearing/navigation triangle ship travels north then southeast forming right/oblique triangle.

Problem 66

Solve bearing/navigation triangle two observers with known baseline and bearings to landmark.

Open in simulator
Problem 67

Solve bearing/navigation triangle two boats leave a harbor, one on a bearing of 040 degrees for 10 km, the other on a bearing of 110 degrees for 15 km.

Problem 68

Solve bearing/navigation triangle a plane flies 200 miles on a bearing of 090 degrees, then turns and flies 150 miles on a bearing of 200 degrees.

Problem 69

Solve bearing/navigation triangle from point A, a landmark is on a bearing of 060 degrees; from point B, 5 km east of A, the same landmark is on a bearing of 330 degrees.

Problem 70

Solve bearing/navigation triangle a hiker walks 3 miles on a bearing of 030 degrees, then turns and walks 4 miles on a bearing of 150 degrees.

Problem 71

Solve bearing/navigation triangle two lookout points are 10 km apart on an east-west line; from the western point, a fire is sighted on a bearing of 045 degrees; from the eastern point, the same fire is on a bearing of 315 degrees.

Problem 72

Solve bearing/navigation triangle a boat travels 10 miles on a bearing of 020 degrees, then 15 miles on a bearing of 100 degrees; find the bearing to return to the starting point.

Problem 73

Solve bearing/navigation triangle a surveyor measures the bearing from point A to point B as 070 degrees and the distance as 100m; from point B to point C, the bearing is 150 degrees and distance is 80m.

Problem 74

Solve bearing/navigation triangle from a control tower, two planes are observed; plane X is 50 km away on a bearing of 030 degrees, and plane Y is 70 km away on a bearing of 110 degrees.

Problem 75

Solve bearing/navigation triangle a submarine travels 100 km on a bearing of 270 degrees, then turns and travels 80 km on a bearing of 010 degrees.

model landmark distances/angles.
12 problems Warmup Practice Mixed Review Assessment
Problem 76

Solve indirect measurement problem two observation points 100 m apart view tower with angles 40 and 65 degrees.

Problem 77

Solve indirect measurement problem landmark inaccessible across river with baseline and two sight angles.

Problem 78

Solve indirect measurement problem height requires slant distance from oblique triangle then right-trig height.

Open in simulator
Problem 79

Solve indirect measurement problem height of a tower from two observation points 75 m apart with angles of elevation 35 and 55 degrees.

Problem 80

Solve indirect measurement problem distance across a canyon from a 120-meter baseline with sight angles 48 and 62 degrees to a point on the opposite rim.

Problem 81

Solve indirect measurement problem height of a building from two points 40 feet apart on level ground, with angles of elevation 30 and 45 degrees.

Problem 82

Solve indirect measurement problem distance between two ships in a line from a cliff 100m high, with angles of depression 30 and 45 degrees.

Problem 83

Solve indirect measurement problem width of a river from an 80-meter baseline along one bank, sighting a tree on the opposite bank with angles 42 and 58 degrees.

Problem 84

Solve indirect measurement problem height of a hot air balloon from two observation points 300 feet apart, with angles of elevation 60 and 75 degrees.

Problem 85

Solve indirect measurement problem distance to an inaccessible island from a 2 km coastal baseline with sight angles 40 and 80 degrees to a landmark on the island.

Problem 86

Solve indirect measurement problem height of a statue on a pedestal from a point 60 feet away, with angles of elevation 20 degrees to the base of the statue and 35 degrees to the top.

Problem 87

Solve indirect measurement problem distance between two inaccessible points A and B from an observation point C, given distances AC = 150m, BC = 200m and the angle ACB = 60 degrees.

use non-right triangle relationships.
12 problems Warmup Practice Mixed Review Assessment
Problem 88

Solve force/vector triangle problem forces 10 N and 15 N with included angle 60 degrees.

Problem 89

Solve force/vector triangle problem resultant and one force known with angle between directions.

Problem 90

Solve force/vector triangle problem two displacement vectors form oblique triangle.

Problem 91

Solve force/vector triangle problem two forces 20 N and 30 N acting at a point with an angle of 120 degrees between them.

Problem 92

Solve force/vector triangle problem three forces in equilibrium: two forces are 50 N and 70 N, and the angle between them is 100 degrees.

Open in simulator
Problem 93

Solve force/vector triangle problem a boat travels 10 km North-East and then 15 km on a bearing of 120 degrees.

Problem 94

Solve force/vector triangle problem an airplane flies at 400 mph with a heading of 60 degrees, encountering a crosswind of 50 mph from 300 degrees.

Problem 95

Solve force/vector triangle problem a resultant force of 100 N is formed by two component forces, one of which is 60 N, and the angle between the resultant and the 60 N force is 30 degrees.

Problem 96

Solve force/vector triangle problem three forces of magnitudes 8 N, 12 N, and 15 N are in equilibrium.

Problem 97

Solve force/vector triangle problem two forces, 40 N and 50 N, produce a resultant. The angle between the 40 N force and the resultant is 45 degrees.

Problem 98

Solve force/vector triangle problem a vector triangle has sides of length 10 and 12, and the angle opposite the side of length 10 is 50 degrees.

Problem 99

Solve force/vector triangle problem a vector triangle has two sides of 7 units and 9 units, with an included angle of 75 degrees.

check angle/side consistency.
12 problems Warmup Practice Mixed Review Assessment
Problem 100

Determine if measurements form possible triangle sides 3,4,10.

Problem 101

Determine if measurements form possible triangle angles 50,60,70.

Problem 102

Determine if measurements form possible triangle A=30, a=4, b=10.

Open in simulator
Problem 103

Determine if measurements form possible triangle sides 5,5,9.

Problem 104

Determine if measurements form possible triangle sides 2,3,6.

Problem 105

Determine if measurements form possible triangle sides 7,8,9.

Problem 106

Determine if measurements form possible triangle angles 40,50,100.

Problem 107

Determine if measurements form possible triangle angles 60,60,60.

Problem 108

Determine if measurements form possible triangle A=45, a=3, b=10.

Problem 109

Determine if measurements form possible triangle A=30, a=12, b=10.

Problem 110

Determine if measurements form possible triangle A=30, a=6, b=10.

Problem 111

Determine if measurements form possible triangle A=30, a=5, b=10.

use appropriate precision and units.
12 problems Warmup Practice Mixed Review Assessment
Problem 112

Round and interpret non-right triangle measurement distance 12.438 km from navigation problem.

Problem 113

Round and interpret non-right triangle measurement angle 43.86 degrees for construction cut.

Problem 114

Round and interpret non-right triangle measurement survey length 105.2 m with input to nearest meter.

Problem 115

Round and interpret non-right triangle measurement area of a triangular garden plot 123.456 square meters.

Problem 116

Round and interpret non-right triangle measurement height of a mountain calculated as 3456.78 feet.

Problem 117

Round and interpret non-right triangle measurement distance across a lake 2.187 miles.

Problem 118

Round and interpret non-right triangle measurement angle of a roof truss 58.125 degrees.

Problem 119

Round and interpret non-right triangle measurement length of a bridge support cable 150.99 meters.

Problem 120

Round and interpret non-right triangle measurement bearing of a ship 123.45 degrees true.

Open in simulator
Problem 121

Round and interpret non-right triangle measurement perimeter of a triangular park 567.89 meters.

Problem 122

Round and interpret non-right triangle measurement magnitude of a resultant force 25.34 N.

Problem 123

Round and interpret non-right triangle measurement diagonal path length 75.678 feet.

preserve formula and evaluate when needed.
12 problems Warmup Practice Mixed Review Assessment
Problem 124

Choose between exact expression and decimal approximation for side=sqrt(67) meters.

Problem 125

Choose between exact expression and decimal approximation for angle=arccos(0.2).

Open in simulator
Problem 126

Choose between exact expression and decimal approximation for distance=12sin65/sin40.

Problem 127

Choose between exact expression and decimal approximation for Area = 10 * sqrt(3) cm^2.

Problem 128

Choose between exact expression and decimal approximation for side_c = sqrt(128) mm.

Problem 129

Choose between exact expression and decimal approximation for angle = arctan(3/4).

Problem 130

Choose between exact expression and decimal approximation for perimeter = 5 + sqrt(13) + sqrt(17) units.

Problem 131

Choose between exact expression and decimal approximation for height = 10 * tan(30) meters.

Problem 132

Choose between exact expression and decimal approximation for cos(A) = 1/7.

Problem 133

Choose between exact expression and decimal approximation for sin(B) = 3 * sqrt(2) / 8.

Problem 134

Choose between exact expression and decimal approximation for diagonal = sqrt(50) cm.

Problem 135

Choose between exact expression and decimal approximation for inradius = 2 * sqrt(3) / 3 cm.

catch diagram setup, wrong law, angle conversion, and ambiguity mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 136

Correct the non-right triangle application error in used 30 and 50 as included angle when bearings differ by 80.

Problem 137

Correct the non-right triangle application error in used Law of Cosines for AAS data.

Problem 138

Correct the non-right triangle application error in ignored possible second SSA triangle.

Problem 139

Correct the non-right triangle application error in used degree mode result while calculator was in radians.

Open in simulator
Problem 140

Correct the non-right triangle application error in attempted to use Law of Sines to find an angle given three sides.

Problem 141

Correct the non-right triangle application error in tried to use Law of Sines to find a side given two sides and the included angle.

Problem 142

Correct the non-right triangle application error in used an exterior angle of 120 degrees directly in the Law of Sines without finding the interior angle.

Problem 143

Correct the non-right triangle application error in assumed only one solution for an SSA case when two valid triangles exist.

Problem 144

Correct the non-right triangle application error in calculated two possible triangles for an SSA case where only one solution is possible.

Problem 145

Correct the non-right triangle application error in used side 'a' in the Law of Cosines formula where angle 'A' should be.

Problem 146

Correct the non-right triangle application error in reported the square of a side length from Law of Cosines as the final answer.

Problem 147

Correct the non-right triangle application error in used Law of Sines with a side and an angle that were not opposite each other.