document.write( "Question 1057675: You are told that a triangle has sides that are 7 inches and 4 inches long. You were also told that the sides form an angle that measure 53°. Is there only one triangle that has these given dimensions why or why not. \n" ); document.write( "
Algebra.Com's Answer #672682 by addingup(3677)![]() ![]() You can put this solution on YOUR website! We use the SAS formula. SAS stands for Side-Angle-Side: \n" ); document.write( "c^2 = a^2+b^2-2ab cos(C) \n" ); document.write( "where we have three sides, a, b, c, and c is our unknown side. C is the angle we know, it's opposite side c. Plug in the numbers: \n" ); document.write( "c^2 = [(7^2+4^2)-2*7*4*cos(53) \n" ); document.write( "c^2 = 49+16-56*0.602 = 31.288 \n" ); document.write( "sqrtc^2 = sqrt31.288 \n" ); document.write( "c = 6 \n" ); document.write( "There is only one triangle with sides 4, 6, 7 and angle C = 53° \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |