document.write( "Question 106303: The lengths of the sides of a non-right triangle are 17 inches, 9 inches, and 12 inches. Find the area of the triangle. Round to the nearest tenth. \n" ); document.write( "
Algebra.Com's Answer #77359 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! this is an application of Heron's Formula \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area=(sqrt(2(a^2*b^2+b^2*c^2+c^2*a^2)-(a^4+b^4+c^4)))/4 \n" ); document.write( " |