document.write( "Question 498732: the lenghts of the sides of a triangle are given. classify each triangle as acute, right or obtuse, 15,8,21 \n" ); document.write( "
Algebra.Com's Answer #337212 by cleomenius(959)\"\" \"About 
You can put this solution on YOUR website!
8^2 + 15^2 = 21^2
\n" ); document.write( "64 + 225 < 441
\n" ); document.write( "When c^2 < a^2 + b^2 , angle C is acute.
\n" ); document.write( "When c^2 > a^2 + b^2 , angle C is obtuse.
\n" ); document.write( "The triangle is obtuse.
\n" ); document.write( "
\n" );