Question 149726
In triangle ABC A=35 degrees, a=43 and c=20. Determine whether triangle ABC has no solution, one solution, or two solutions. Then solve the triangle. Round to the nearest tenth.
<pre><font size = 4 color = "indigo"><b>


{{{drawing(400,100,-10,60,-2.5,15, locate(-2,0,A), locate(28,-1,b),
locate(58,0,C), locate(16,14,B), locate(3,2.5,"35°"), locate(33,10,"a=43"),
locate(3,9,c=20),
triangle(0,0,57.8,0,20*cos(35*3.1416/180),20*sin(35*3.1416/180) ) )}}}


In solving the ambiguous case, "Angle-Side-Side", "ASS", 
we use the law of sines in this fashion:

{{{(GIVEN_OPPOSITE_SIDE_OF_GIVEN_ANGLE)/sin(GIVEN_ANGLE)=(OTHER_GIVEN_SIDE)/sin(ANGLE_OPPOSITE_OTHER_GIVEN_SIDE)}}}

Solve for {{{sin(ANGLE_OPPOSITE_OTHER_GIVEN_SIDE)}}}

1. If this is greater than 1 there are no solutions.
2. If this is less than 1, we have either one or two solutions 
3. In the rare case this equals exactly 1, the
   {{{ANGLE_OPPOSITE_THE_OTHER_GIVEN_SIDE}}} is 90°, and you 
   solve it as a right triangle.

In case 2, 

I. use the inverse sine button on your calculator to find one 
certain possibility for the {{{ANGLE_OPPOSITE_THE_OTHER_GIVEN_SIDE}}}.

II. Find the supplement of the angle found in step I, by subtracting
    from 180°.

III. Add the result of step II to the given angle and subtract from
     180°.

IV.  If the result of III is negative there is only one solution. If it
     is positive then there are two solutions, one with the result of II
     and one with the result of III for the {{{ANGLE_OPPOSITE_THE_OTHER_GIVEN_SIDE}}}.


In your problem we use the law of sines in this fashion:

{{{(GIVEN_OPPOSITE_SIDE_OF_GIVEN_ANGLE)=a=43}}}

{{{(GIVEN_ANGLE)=35}}}°

{{{(OTHER_GIVEN_SIDE)=c=20}}}

{{{(ANGLE_OPPOSITE_OTHER_GIVEN_SIDE)}}} is the unknown angle {{{C}}}

{{{a/sin(A)/sin(C)=c/sin(C)}}}

{{{43/sin(35)/sin(C)=20/sin(C)}}}

Solve for {{{sin(C)}}}

{{{sin(C) = 20sin(35)/43 = 0.2667797378}}}

This is less than 1, so we have case 2 above, and
there is either one or two solutions. So

I. We use the inverse sine button on the calculator to find one 
certain solution for the angle C.

angle C = 15.47273197°

II. Find the supplement of that angle, by subtracting from 180°:

180° - 15.47273197° = 164.527268°

III. Add the result of step II to the given angle and subtract from
     180°.

164.527268° + 35° = 199.527268°

180° - 199.527268° = -19.52726803°.

 
IV.  This result is negative, so there is only one solution. 

Now to find the other parts.  We can find angle B by adding
the given angle A = 35° to Angle C = 15.47273197°, and then
subtracting from 180° to find Angle B:

35° + 15.47273197° = 50.47273197°

180° - 50.47273197° = 129.527268° = Angle B

Using the law of sines again to find side {{{b}}}

{{{b/sin(B)=a/sin(A)}}}

{{{b=(a*sin(B))/sin(A) = (43sin(129.527268))/sin(35)=57.82461456}}}

So we round everything to the nearest tenth:

angle C = 15.5°, angle B = 129.5°, side b = 57.8

Edwin</pre>