document.write( "Question 132707This question is from textbook Fundamentals of Algebric Modeling
\n" );
document.write( ": 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( "my answer is 17 * 9 + 12 = 165 / 3 = 55 \n" );
document.write( "
Algebra.Com's Answer #96995 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "----------------- \n" ); document.write( "Use Hero's formula: \n" ); document.write( "Area = sqrt[s(s-a)(s-b)(s-c)] where s = (a+b+c+)/2 \n" ); document.write( "=========================== \n" ); document.write( "Problem: \n" ); document.write( "s = (17+9+12)/2 = 19 \n" ); document.write( "Area = sqrt[19*(19-17)(19-9)(19-12)] \n" ); document.write( "Area = sqrt[19*2*10*7] \n" ); document.write( "Area = sqrt(2660) \n" ); document.write( "Area = 51.6 sq. inches \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |