document.write( "Question 530640: What is the measure of the third sides of a triangle, that is already measured with 5meters and 4meters? \n" ); document.write( "
Algebra.Com's Answer #350176 by oberobic(2304) ![]() You can put this solution on YOUR website! There is no answer to this question because the triangle could any shape. \n" ); document.write( "If the angle between the two known sides was 1 degree, then the third side would relatively short. \n" ); document.write( "If the angle between the two known sides was 179 degrees, then the third side would be relatively long. \n" ); document.write( ". \n" ); document.write( "If you have studied the law of cosines, you know that it extends the Pythagorean Theorem to any angle. \n" ); document.write( "c^2 = a^2 + b^2 - 2*a*b*cos(x), where x is the angle between the known sides a and b. \n" ); document.write( ". \n" ); document.write( "(I used 'x' where most texts would say the angle was a Greek letter. \n" ); document.write( "But I don't have a Greek letter to type into this reply. Sorry.) \n" ); document.write( ". \n" ); document.write( "To use the law of cosines, you have to know the measure of the angle. \n" ); document.write( ". \n" ); document.write( "cos 1° = 0.99984769515639 \n" ); document.write( ". \n" ); document.write( "c^2 = 4^2 + 5^2 - 2*(4)*(5)*(0.99984769515639) \n" ); document.write( ". \n" ); document.write( "c^2 = 1.00609219 \n" ); document.write( ". \n" ); document.write( "c = sqrt(1.00609219) = 1.00304147 \n" ); document.write( ". \n" ); document.write( "VS. \n" ); document.write( ". \n" ); document.write( "cos 179° = -0.99984769515639 \n" ); document.write( ". \n" ); document.write( "c^2 = 4^2 + 5^2 - 2*(4)*(5)*(-0.99984769515639) \n" ); document.write( ". \n" ); document.write( "c^2 = 80.9939078 \n" ); document.write( ". \n" ); document.write( "c = sqrt(80.9939078) = 8.99966154 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |