document.write( "Question 172762: I have two questions.
\n" );
document.write( "1. Find the area of triangle ABC if A=56 degrees, b=20 ft, and c=12 ft. Round to the nearest tenth.
\n" );
document.write( "2. 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.
\n" );
document.write( "I must show all my work, and I'm not really sure how to do either problem.
\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #127642 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1. Find the area of triangle ABC if A=56 degrees, b=20 ft, and c=12 ft. Round to the nearest tenth. \n" ); document.write( "----------- \n" ); document.write( "If you sketch it, then draw the altitude from the end of b, that altitude = 10*sin(56) and it's the h of A = bh/2. \n" ); document.write( "Area = 12*20*sin(56)/2 \n" ); document.write( "Area = 99.5 sq units \n" ); document.write( "------------------------ \n" ); document.write( "2. 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. \n" ); document.write( "-------------- \n" ); document.write( "Use the Law of Sines \n" ); document.write( "a/sin(A) = c/sin(C) \n" ); document.write( "43/sin(35) = 20/sin(C) \n" ); document.write( "sin(C) = 20*sin(35)/43 = 0.26677974 \n" ); document.write( "C = 15.4727 degs or 164.5273 degs (from inverse sine) \n" ); document.write( "C cannot be 164... degs, tho, because adding A would exceed 180 degs. \n" ); document.write( "So C = 15.4727 degs, and there is only one solution. \n" ); document.write( "Angle B = 180 - (A+C) = 129.5273 degs \n" ); document.write( "side b/sin(B) = a/sin(A) \n" ); document.write( "b = 43*sin(B)/sin(A) \n" ); document.write( "b = 57.825 \n" ); document.write( " \n" ); document.write( " |