

For the triangle below, you are given the lengths of
two sides.
1. (15pts) For the triangle below, you are given the lengths of two sides, a=6 and b = 2. An angle a is shown, but its value is not given a) Use the triangle to find the exact values of the six trig functions at the angle a Sin a= Cos ar Csc a= Tan a= Sec a= Cot a= b) Use a calculator to find the values,...
1. Let the angles of a triangle be α, β, and γ, with opposite sides of length a, b, and c, respectively. Use the Law of Sines to find the remaining sides. (Round your answers to one decimal place.) α = 48°; β = 83°; c = 112 a= b= 2. Let the angles of a triangle be α, β, and γ, with opposite sides of length a, b, and c, respectively. Use the Law of Sines to find the remaining sides....
1. Triangle ABC has sides a, b, and c, with C 90. Use the given sides to find the six trigonometric values ofA. 30 points a 5 ft c 6 ft b.
c++ 17 please help!! A triangle can be of three types-one in which all the sides are equal, or one in which only two sides are equal, or one in which all the three sides are unequal. You are assigned to write a program that allows the user to enter the three sides of a triangle. The program should use three double variables to store the three sides of the triangle. The program should also be able to print the...
Two sides and an angle (SSA) of a triangle are given. Determine whether the given measurements produce one triangle, two triangles, or no triangle at all Solve each triangle that results. a=15, c=18, A=53° Select the correct choice below and, if necessary, to in the answer boxes to complete your choice (Round side lengths to the nearest tenth and angle measurements to the nearest degree as needed.) A. There is only one possible solution for the triangle The measurements for the remaining side b...
6. Two sides and an angle of a triangle are given. Determine whether the measurements produce one triangle, two triangles, or no triangle. Solve each triangle that results. A. a = 30,C=20, A = 50° B. a = 6.1.c = 4, A = 162° C. a = 10.c = 30, A = 150° D. a = 7, c = 28, A = 12° E. a = 95, C = 125, A = 49° F. a = 1.4.c = 2.9, A...
Solve the triangle. For the sides, give an expression for the exact value of the length in terms of sine and approximate to 1 decimal place. 4 = 198.7 P62 Information is given about AABC. Determine if the information gives one triangle, two triangles, or no triangle. Solve the resulting triangle(s). Round the lengths of sides and measures of the angles to 1 decimal place if necessary. b=35, c=28, B = 42° Information is given about AABC. Determine if the...
If you know 3 parts (angles and sides) of one triangle are congruent to the corresponding 3 parts of another triangle, are the triangles congruent? Why?
Let triangle ABC have standard labeling. Given the following combination of angles and sides, decide whether solving the triangle results in the ambiguous case. (*Not asking how many solutions. Just asking if the ambiguous case applies. It may be helpful to sketch the triangle.) a, b, and c NO YES
Please help c++
Heron's Formula for the area of a triangle with sides a, b and c is given by the formula: area = S(S-a) (S-b) (S-c) where s = (a+b+c)/2 Write a complete program which in main asks the user for the sides a, b and c of a triangle. Use variables of type double. Pass a, b and c to a function called area. In area calculate s defining s as a local variable. Then use s, a,...