document.write( "Question 480806: solve triangle ABC
\n" );
document.write( "given: angle A is 69 degrees, side b is 34, and side c is 46 \n" );
document.write( "
Algebra.Com's Answer #329294 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! solve triangle ABC \n" ); document.write( "given: angle A is 69 degrees, side b is 34, and side c is 46 \n" ); document.write( "========================================================= \n" ); document.write( "We can first solve for a using the law of cosines: \n" ); document.write( "a^2 = b^2 + c^2 - 2bc*cos(A) \n" ); document.write( "a^2 = 34^2 + 46^2 - 2*34*46*cos(69) \n" ); document.write( "This gives a = 46.379 \n" ); document.write( "Now we can use the law of sines to solve for the other two angles: \n" ); document.write( "sin(69)/46.379 = sin(B)/34 \n" ); document.write( "Solving for B gives B = 43.188 \n" ); document.write( "Since the sum of the 3 angles is 180 deg, the angle C is: \n" ); document.write( "C = 180 - 69 - 43.188 = 67.812 \n" ); document.write( " \n" ); document.write( " |