document.write( "Question 1207270: Find the perimeter of an equilateral triangle whose area is equal to that of a triangle with sides 21 cm, 16 cm and 13 cm. \n" ); document.write( "
Algebra.Com's Answer #845047 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Triangle A = equilateral triangle \n" ); document.write( "Triangle B = triangle with sides 21, 16, and 13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's apply Heron's Formula to find the area of triangle B. \n" ); document.write( "(a,b,c) = (21,16,13) \n" ); document.write( "s = semi-perimeter = half the perimeter \n" ); document.write( "s = (a+b+c)/2 \n" ); document.write( "s = (21+16+13)/2 \n" ); document.write( "s = 25 \n" ); document.write( "area = sqrt(s*(s-a)*(s-b)*(s-c)) \n" ); document.write( "area = sqrt(25*(25-21)*(25-16)*(25-13)) \n" ); document.write( "area = sqrt(25*4*9*12) \n" ); document.write( "area = sqrt(10800) \n" ); document.write( "area = 103.9230485 square cm approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we use the area of an equilateral triangle formula so we can find the side length of triangle A.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = side length \n" ); document.write( "area = 0.25*sqrt(3)*x^2 \n" ); document.write( "sqrt(10800) = 0.25*sqrt(3)*x^2 \n" ); document.write( "x^2 = 4*sqrt(10800)/sqrt(3) \n" ); document.write( "x^2 = 240 \n" ); document.write( "x = sqrt(240) \n" ); document.write( "x = sqrt(16*15) \n" ); document.write( "x = sqrt(16)*sqrt(15) \n" ); document.write( "x = 4*sqrt(15)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each side of triangle A is exactly 4*sqrt(15) cm long. \n" ); document.write( "Triple this to get the perimeter of the equilateral triangle. \n" ); document.write( "3*4*sqrt(15) = 12*sqrt(15) cm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "12*sqrt(15) = 46.4758002 approximately \n" ); document.write( " \n" ); document.write( " |